--> Customize The Color Scheme Of Wordpress Mp3 Flash Player | Experience Lab - Online business creation and development guide for bloggers and startups

Customize The Color Scheme Of Wordpress Mp3 Flash Player

Wordpress Audio player is a beautiful mp3 player and thanks to Mindy McAdams we can now actually make it work in blogger and can even chan...

wordpress mp3 player Wordpress Audio player is a beautiful mp3 player and thanks to Mindy McAdams we can now actually make it work in blogger and can even change the entire colour scheme of this mini player! I hope you already now how to make it work with blogger if not read this post –> Flash Mp3 Player 

Today I will let you know how to change the colour scheme of both versions of these useful mp3 players. Before we may begin check my customized player below,

 

This tutorial again consists of two parts,

  1. Adding the JavaScript Inside Blogger

  2. Adding The HTML Code For Mp3 Player To Appear

I have already explained both these parts in my previous post but this time we will work only on the second part i.e Adding The HTML Code For Mp3 Player To Appear

The HTML Code for our simple Mp3 Players looks like this,

<object type="application/x-shockwave-flash" data=http://mybloggertricks.googlecode.com/files/player1.swf id="audioplayer1" height="24" width="290">

<param name="movie" value=http://mybloggertricks.googlecode.com/files/player1.swf>

<param name="FlashVars" value="playerID=1&amp;soundFile=URL of your MP3">

<param name="quality" value="high">

<param name="menu" value="false">

<param name="wmode" value="transparent">

</object>

 

And The HTML Code For Our New Customized Mp3 Will look like this,

<object type="application/x-shockwave-flash" data=http://mybloggertricks.googlecode.com/files/player1.swf id="audioplayer1" height="24" width="290">

<param name="movie" value=http://mybloggertricks.googlecode.com/files/player1.swf>

<param name="FlashVars" value="playerID=audioplayer1&

bg=0xf8f8f8&

leftbg=0xeeeeee&

lefticon=0x666666&

rightbg=0xcccccc&

rightbghover=0x999999&

righticon=0x666666&

righticonhover=0xffffff&

text=0x666666&

slider=0x666666&

track=0xFFFFFF&

border=0x666666&

loader=0x9FFFB8&

loop=no&

autostart=no&


soundFile=URL of your MP3">

<param name="quality" value="high">

<param name="menu" value="false">

<param name="wmode" value="transparent">

</object>

 

The Green part is the portion responsible for the color scheme. View the image below to understand each code,

player-sketch

where,

rightbghover=0x999999&     and   righticonhover=0xffffff& refers to the color change on mouse hover. The red part in between the green text is the hexadecimal colour code. To change the colors according to your preferences use our colour chart

Customization

This is the most important part and I want your full concentration here. You can observe that the green part is the main portion consisting of 12 options to change the color scheme of the Mp3 player. Once you have finalized all your colors using our CSS Color Chart there is only one thing required to successfully dress up this player. You observe that the green portion of the code looks like this,

bg=0xf8f8f8&

leftbg=0xeeeeee&

lefticon=0x666666&

rightbg=0xcccccc&

rightbghover=0x999999&

righticon=0x666666&

righticonhover=0xffffff&

text=0x666666&

slider=0x666666&

track=0xFFFFFF&

border=0x666666&

loader=0x9FFFB8&

loop=no&

autostart=no&


You need to align all this vertical code into a single line like this,

bg=0xf8f8f8&leftbg=0xeeeeee&lefticon=0x666666&rightbg=0xcccccc&rightbghover=0x999999&

righticon=0x666666&righticonhover=0xffffff&text=0x666666&slider=0x666666&

track=0xFFFFFF&border=0x666666&loader=0x9FFFB8&loop=no&autostart=no&


Now your code will look like this,

<object type="application/x-shockwave-flash" data=http://mybloggertricks.googlecode.com/files/player1.swf id="audioplayer1" height="24" width="290">

<param name="movie" value=http://mybloggertricks.googlecode.com/files/player1.swf>

<param name="FlashVars" value="playerID=audioplayer1&bg=0xf8f8f8&leftbg=0xeeeeee&lefticon=0x666666&rightbg=0xcccccc&rightbghover=0x999999&

righticon=0x666666&righticonhover=0xffffff&text=0x666666&slider=0x666666&

track=0xFFFFFF&border=0x666666&loader=0x9FFFB8&loop=no&autostart=no&
soundFile=URL of your MP3">

<param name="quality" value="high">

<param name="menu" value="false">

<param name="wmode" value="transparent">

</object>

Make sure you replace URL of your MP3 with the link of your Mp3 file. For example the URL for my Mp3 file looks like this,

http://stcmustafa.fileave.com/lastbreath.mp3

Some Players With Different Flavors

Masked Red

The code for this player is shared below,

<object type="application/x-shockwave-flash" data="http://mybloggertricks.googlecode.com/files/player1.swf" id="audioplayer1" height="24" width="290"> <param name="movie" value="http://mybloggertricks.googlecode.com/files/player1.swf"> <param name="FlashVars" value="playerID=audioplayer1&bg=0xffffff&leftbg=0xFF0000&lefticon=0xffffff&rightbg=0xFFCCCC&rightbghover=0xFF0000&righticon=0xffffff&righticonhover=0xffffff&text=0xFF0000&slider=0xffffff&track=0xFF0000&border=0xFF0000&loader=0xFF6666&loop=no&autostart=no&soundFile=URL Of Your Mp3"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object>

Masked Purple

The code for this player is shared below,

<object type="application/x-shockwave-flash" data="http://mybloggertricks.googlecode.com/files/player1.swf" id="audioplayer1" height="24" width="290"> <param name="movie" value="http://mybloggertricks.googlecode.com/files/player1.swf"> <param name="FlashVars" value="playerID=audioplayer1&bg=0xffffff&leftbg=0x660033&lefticon=0xffffff&rightbg=0xC74988&rightbghover=0x660033&righticon=0xffffff&righticonhover=0xffffff&text=0x660033&slider=0xffffff&track=0x660033&border=0x660033&loader=0x660033&loop=no&autostart=no&soundFile=URL OF Your Mp3"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object>

Masked Black

The code for this player is shared below,

<object type="application/x-shockwave-flash" data="http://mybloggertricks.googlecode.com/files/player1.swf" id="audioplayer1" height="24" width="290"> <param name="movie" value="http://mybloggertricks.googlecode.com/files/player1.swf"> <param name="FlashVars" value="playerID=audioplayer1&bg=0xffffff&leftbg=0x000000&lefticon=0xffffff&rightbg=0xcccccc&rightbghover=0x999999& righticon=0xffffff&righticonhover=0xffffff&text=0x000000&slider=0x666666&track=0x000000&border=0x000000&loader=0xffffff&loop=no&autostart=no&soundFile=URL OF Your Mp3"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object>

And the code for the first Mp3 player used in this post as Green and Blue is shared below,

<object type="application/x-shockwave-flash" data="http://mybloggertricks.googlecode.com/files/player1.swf" id="audioplayer1" height="24" width="290"> <param name="movie" value="http://mybloggertricks.googlecode.com/files/player1.swf"> <param name="FlashVars" value="playerID=1&bg=0xffffff&lefticon=0xffffff&rightbg=0x0080ff&rightbghover=0x289728&righticon=0xffffff&leftbg=0x289728&righticonhover=0xffffff&text=0x0080ff&slider=0xffffff&track=0xffffff&border=0x289728&loader=0x0080ff&loop=no&autostart=no&soundFile=URL Of Your Mp3"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object>

I hope you like them. For Using more than one player as I have done read my previous post on Wordpress Mp3 Player

The players that you see above are the first version and if you want to use the second version then simply replace http://mybloggertricks.googlecode.com/files/player1.swf with http://mybloggertricks.googlecode.com/files/player1.swf  A second version Player will look like this,

I hope you will like this post :>

COMMENTS

Name

Affiliate Marketing,12,Announcement,34,Bing,9,Bitcoin,38,blog,7,Blogger Resources,42,Blogger Templates,4,blogger tricks,156,Blogging ethics,70,Blogging tips,198,Bugs and Errors,34,Business,9,Copyright Violation,9,CSS and HTMLTricks,95,Designs,8,drop down menu,7,eBook,12,Email Marketing,7,Events,30,Facebook,30,Facebook tricks,49,Google,157,Google AdSense,42,Google Analytics,7,Google Plus,51,Google Plus Tricks,38,Guest Posts,112,home,2,How To,77,Internet,1,JSON Feeds,25,Kitchen Recipes,2,Label Based Sitemap Themes,1,Make Money Online,108,Marketing,16,MBT Blogger Templates,7,Menus,1,News,146,Pages,1,Posts,10,presentations,15,Responsive,10,Reviews,7,SEO,307,Settings,6,Shortcode,15,Sitemap Themes,1,Social Media,155,Technology,7,Templates,1,Tips,2,Tools,1,Traffic Tips,80,Video,19,Web Designing,62,web hosting,18,Webmaster Tools,97,Widgets,199,wordpress,26,
ltr
item
Experience Lab - Online business creation and development guide for bloggers and startups: Customize The Color Scheme Of Wordpress Mp3 Flash Player
Customize The Color Scheme Of Wordpress Mp3 Flash Player
http://lh3.ggpht.com/_7wsQzULWIwo/Sv2qVm5P2vI/AAAAAAAACK0/-SE6zQHtk0U/wordpress%20mp3%20player%5B15%5D.jpg?imgmax=800
http://lh3.ggpht.com/_7wsQzULWIwo/Sv2qVm5P2vI/AAAAAAAACK0/-SE6zQHtk0U/s72-c/wordpress%20mp3%20player%5B15%5D.jpg?imgmax=800
Experience Lab - Online business creation and development guide for bloggers and startups
https://www.experiencelab.info/2009/11/customize-color-scheme-of-wordpress-mp3.html
https://www.experiencelab.info/
https://www.experiencelab.info/
https://www.experiencelab.info/2009/11/customize-color-scheme-of-wordpress-mp3.html
true
2959477579779989044
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy