|
|
|
|
|
|
Posted: Thu Jun 11, 2015 12:06 am
[ Media Guide ]Muzicons
Why use Muzicon? player is a unique talk bubble shape capable of autoplay customize with an icon and change background color add song title
Note that this player requires a direct mp3 link.
There's this annoying "buy me" text that pops up in the bottom right corner of the player when you hover over it, though.
Last Update: 5/12/17
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Thu Jun 11, 2015 12:24 am
Making a MuziconThe generator page is quite simple.
Go to this page.
Obtain a direct mp3 link and paste it in the corresponding box.
Select the options you want your player to have. Note that there are many icons to choose from if you look through the "theme" drop down list. If you'd like to have the autoplay option and/or the background colors feel limited to you, proceed to the next post for more tweaks after you've finished reading through this post.
If you've finished customizing your Muzicon, the code should be ready in the bb-code box in the result on the right of the page. Copy that entire line of code and paste it into a simple text editor like Notepad or other. Look at this sample code:
[flash=150,50,http://muzicons.com/musicon_v_srv_new.swf?&nomuz=muzicon unavailable&site=http://muzicons.com/&icon_pic=51.png&music_file=http://k003.kiwi6.com/hotlink/d2ik9h361a/Luma.mp3&bg_color=000080&type_of_clip=simple_text&text_color=FFFFFF&text_message=Luma]
Copy the part in red.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Thu Jun 11, 2015 1:02 am
ParametersHere are a list of commands in your Muzicon media url that can be manipulated to do what you'd like (autoplay is included, which wasn't on the generator page), which is helpful if you don't want to go back and make an entirely new Muzicon for a new background color. Even so, it is possible to make a Muzicon account and save your creations; I believe in this manner you can save as many different Muzicons as you want (as each will play one song) so you can have a collection of audio players to switch back and forth from if you so desire.
In order to add a parameter to your url, at the end of the url put &, the name of the parameter, an =, and the value you desire. For example, if you want to make your player autoplay, add &autostart=1 at the end of your url.
autostart 0 = (default) Player will not autoplay. 1 = Player will autoplay.
bg_color This controls the background color of the bubble. Change this into a particular hex code if you fancy a certain color not listed in the generator's color boxes.
icon_pic Leads to the image file of the icon from Muzicons. (You can't use your own.) Erase this parameter if you don't want an icon shown. Otherwise, the icons that are available for use are here, if you want to see the name of each one as a choice for parameter.
music_file Directs the player to the mp3 file. Change this if you want to change the song.
text_color Refers to the color of the text if you've chosen to input custom text. The default color is white (ffffff), but you can use any hex code color you'd wish.
text_message Change this to change the custom message on your Muzicon. The max number of characters that you can use is 12. Note that foreign characters aren't well-recognized by Gaia :c
type_of_clip simple_text = (default) Player will display an icon on the left, custom text (of 12 characters max) in the middle, and a green play button the right whith_bar = Player will display an icon on the left, a green slider on a white bar in the middle (showing song progress), and a green play button on the right simple = Player will display an icon on the left and a green play button on the right. The player is truncated to omit the space in the middle. Now that you have your url, it's a good idea to plug it into TinyURL and get a smaller url because Gaia tends to truncate url's that are too long and it might mess up your player. However, if your player's url fits into the url box of your media panel without any problem (update and save the page to make sure), then everything is fine and dandy. Making a Muzicon account to save your audio players is not a bad idea, though.
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Thu Jun 11, 2015 1:08 am
CSS Theme Override CodesHere are some codes that will adjust AudioPlay to your profile.
Selectors v1 (Classic) profiles: #multimedia embed v2 (Current) profiles: .media_panel object
All Muzicon players {width: 150px; height: 50px;}
|
 |
 |
|
|
|
|
|
|
|
 |
|
|
|
|
|