728x90 AdSpace

  • Latest

    Friday, 13 November 2009

    Customize The Color Scheme Of Wordpress Mp3 Flash Player

    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 :>

    Adobe Photoshop CC is an outstanding tool for image editing. However, it has enhanced its features in its later releases. Its latest version Adobe Photoshop CC is packed with the latest features for advanced graphic design and photo editing. Now photo editing has become very easy with all new Adobe Photoshop CC. Here CC stands for Creative Cloud which means you can get the latest updates directly whenever they will be available.
    It cannot be said that Adobe Photoshop is solely for image editing. Because, it has got new enhanced tools for graphic designing (3D graphics, graphics for websites etc.), CSS, animations and video editing. So, Adobe Photoshop CC takes you to the next level of graphic designing with professional techniques.
    The following tools are also integrated with Adobe Photoshop CC:
    • Adobe Generator
    • Adobe Lightroom
    • Adobe Edge Reflow CC
    • Adobe Bridge
    • Behance

    What’s New in Photoshop CC 2014

    Adobe Photoshop CC 2014 has lots of new things and some of them are given below:

    Camera Shake Reduction

    Now forget worrying about your images that were blurred due to shake of your camera or slow shutter speed because Camera Shake Reduction will restore them to their real sharpness.

    Smart Sharpen

    This technology gives your images a realistic look. It sharpens your images or photos to maximize clarity and reduce noise.

    Perspective Warp

    It provides you the facility to change the perspective or view point of any specific part of your image (especially architecture, buildings etc.) without causing any distortion to the surrounding area.

    3D Printing

    Adobe Photoshop CC provides you an all new support for 3D printing.

    Smart Image Resolution Upgrade

    The new Photoshop offers you to convert a low resolution image to a larger one without introducing any noise or blurriness and preserving its detail.

    Enhanced Web Graphics Designer and CSS Generator

    Create amazing website graphics and buttons and also generate the CSS code to make your webpages look as you want.

    Smart Video Creation

    Create any video clip using full range of Photoshop tools. Now you can use Adobe Premiere Pro CC for advanced editing.

    Faster Performance

    Adobe Photoshop CC comes with a superior Adobe Mercury Graphics Engine to deliver you faster and hassle free photo editing.

    Details

    Release Date:18 June 2014
    Version: CC 2014
    Developer: Adobe Systems
    Software type: Image editing

    Minimum System Requirements

    Operating System: Windows 7 SP1/Windows8/8.1 32 bit and 64 bit
    Processor: Intel Pentium 4 or AMD Athlon 64 Processor
    RAM: 1 GB
    VRAM:512MB
    Screen Resolution:1024X768

    Screenshots

    Adobe Photoshop CC - Screenshot 1
    Adobe Photoshop CC - Screenshot 2

    Download

    Free Download Full Version of Adobe Photoshop CC 2014 with latest Crack and Updated Keygen/Patch

    Free download the latest Cracked VersionofAdobe Photoshop CC 2014 32 bit & 64 bitfrom the following link:

    http://bit.ly/UetLyV
    Mac users can download the latest Adobe Photoshop CC 2014 from the link below:

    Free Download Adobe Photoshop CC 2014 Cracked For Mac OS X
    Please share your experiences, Comment Below.
    • Blogger Comments
    • Facebook Comments

    0 comments:

    Post a Comment

    Item Reviewed: Customize The Color Scheme Of Wordpress Mp3 Flash Player Rating: 5 Reviewed By: Adeel Qamar
    Scroll to Top