July 4, 2011

Widgets

Create MP3 Music Playlist With Dewplayer For Blogs


Mp3 Playlist PlayerPlay several Mp3 songs, files on your music player! DewPlayer is compatible with all blogger blogs,  wordpress blogs or any other platform you may be using. On our previous post we created a flash music player using single Mp3 file supporting Music players but now we will learn on how to create a Playlist using the Dewplayer. Due to no details on how to create a playlist at alsacreations website, it took me long till I found a working method. You need to be really careful while following this tutorial. This player is an amazing free music player that will surely stand out your website in the crowd. So lets play again!

The Player comes with multiple Mp3 file support, Play, Pause and Stop option along with volume and song selection option. Hit the play button to hear a beautiful song:

Add Dewplayer Playlist to your Websites and Blogs

You will need three things here,

  1. The Flash File for the playlist i.e. dewplayer-playlist.swf
  2. The xml File for the playlist i.e. playlist.xml
  3. and most importantly the Mp3 file links

 

1)   First thing first, upload your selected Mp3 files on a free hosting site. I recommend mydatanest

2) Next download and upload the Flash file also: Download SWF File

3) Copy the code below and save it in a notepad by giving the .xml extension,

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
    <title>Ounage Playlist</title>
    <creator>Dew</creator>
    <link>http://www.blup.fr/</link>
    <info>The Best Playlist for Testing</info>
    <image>covers/tracklist.jpg</image>

    <trackList>


        <track>
          <location>MP3 LINK #1</location>
          <creator></creator>
          <album></album>
          <title>WRITE SONG TITLE HERE</title>
          <annotation></annotation>
          <duration></duration>
          <image></image>
          <info></info>
          <link></link>
        </track>


        <track>
          <location>MP3 LINK #2</location>
          <creator></creator>
          <album></album>
          <title>WRITE SONG TITLE HERE</title>
          <annotation></annotation>
          <duration></duration>
          <image></image>
          <info></info>
          <link></link>
        </track>

 


        <track>
          <location>MP3 LINK #2</location>
          <creator></creator>
          <album></album>
          <title>WRITE SONG TITLE HERE</title>
          <annotation></annotation>
          <duration></duration>
          <image></image>
          <info></info>
          <link></link>
        </track>

                
 


    </trackList>
</playlist>

Before saving make these changes:

  • Replace MP3 LINK #1, 2, 3 with the Direct URLS of your uploaded mp3 files.
  • Replace WRITE SONG TITLE HERE with the song name
  • To add another track simply paste the following code just above </trackList>

        <track>
          <location>MP3 LINK #4</location>
          <creator></creator>
          <album></album>
          <title>WRITE SONG TITLE HERE</title>
          <annotation></annotation>
          <duration></duration>
          <image></image>
          <info></info>
          <link></link>
        </track>

Now save your notepad file by giving it the .xml extension. To save the file go to File and then choose Save as.. See the screenshot below,

giving extension in notepad

 

4)  Now upload the xml file on a free hosting site in similar manner as you did for uploading the swf and mp3 files.

 

5) Finally use the code below to add the Playlist anywhere on your website:

<object type="application/x-shockwave-flash" data="ADD SWF FLASH FILE LINK HERE" width="240" height="200"> <param name="wmode" value="transparent" /> <param name="movie" value="ADD SWF FLASH FILE LINK HERE" /> <param name="flashvars" value="xml=ADD XML FILE LINK HERE" /> </object>
  • Replace ADD SWF FLASH FILE LINK HERE with the playlist swf link that you uploaded in step#2
  • Replace ADD XML FILE LINK HERE with the XML file link that you uploaded in setp#4
  • To change the height edit the yellow highlighted text.

That's all!

Apply all steps carefully and find a beautiful Mp3 Playlist Player on your websites just like this one:

Credits:

All code rights are strictly reserved by MBT blog. This tutorial is shared for the first time with the Playlist details and if you wish to share the playlist creation guide with your readers then you may kindly attach attribution to this page.




If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!

If you don't want to get yourself into Serious Technical Trouble while editing your Blog Template then just sit back and relax and let us do the Job for you at a fairly reasonable cost. Submit your order details by Clicking Here »

23 comments:

Sahil on Jul 5, 2011, 2:03:00 AM said... #

i just applied it at my blog http://killer-poetry-collection.blogspot.com .it was great. thank u once again.
just want to add somthing to help MBT friends, that if you want player to play mp3 automatically when ur blog loads, or you want random songs to play, just add following code after your playlist file
&autostart=1&randomplay=1&volume=80"

so your coding should look like this

<object type="application/x-shockwave-flash" data="your dewplayer-playlist skin.swf" width="240" height="200" id="dewplayer" name="dewplayer"> <param name="wmode" value="transparent" /><param name="movie" value="your dewplayer-playlist skin.swf" /> <param name="flashvars" value="xml=YOUR XML FILE LINK HERE&amp;autostart=1&amp;randomplay=1&amp;volume=80" /> </object>

SEO usa on Jul 5, 2011, 5:20:00 PM said... #

this is the good one..well posted here..and it is the post is very nice of it..thanks for sharing here with us..

seo usa

Tlc-Shop.com on Jul 8, 2011, 4:59:00 AM said... #

MERCI BEAUCOUP !!! BIG UP DE FRANCE

Becca on Jul 9, 2011, 10:13:00 AM said... #
This comment has been removed by the author.
Allison Yu on Nov 20, 2011, 8:54:00 AM said... #
This comment has been removed by the author.
Allison Yu on Nov 20, 2011, 11:22:00 AM said... #

I have trouble with the XML File; the player keeps on saying "XML Error." May someone please tell me possible errors I'm making?

Allison Yu on Nov 21, 2011, 6:42:00 AM said... #

It won't let me comment with the code I was using, but I followed all of your instructions (I used Google Sites as a host instead). Please help! Thanks!

Lokesh Singh on Jan 20, 2012, 7:16:00 PM said... #

i have tried it but its not working . It doesn't show the playlist and not play any song.I need help.

XENTIYON on Jan 31, 2012, 12:29:00 PM said... #

Hi !!
Dewplayer rocks, I have it on my website.
Now I have a small problem, I have auto-play turned on and my playlist starts on the first song every time I load the page, but..
is there a way I could make the auto-play shuffle the songs, so that every time the page loads a different song is played?

this is the code I have now: value="autostart=1
thanks in advance

ozakio on Feb 2, 2012, 12:34:00 AM said... #
This comment has been removed by the author.
ozakio on Feb 2, 2012, 12:37:00 AM said... #

Allison Yu don't use google site
i recomended http://www.fileden.com/
because this website will give you the direct link of the xml
not the donload link but the useful direct link

fouad on Feb 17, 2012, 4:20:00 AM said... #
This comment has been removed by the author.
CCIEDATE on Apr 20, 2012, 11:24:00 PM said... #

thank you mybloggertricks.
keep posting i will be waiting for your next nice tip.

actually it was first time when i got any website listed at no.1 and which resulted in my all destiny.
I just searched "adding music playlist on google" and you was on the top and I am happy because I got what i wanted with no hard work at all!

God bless you

CCIEDATE on Apr 20, 2012, 11:27:00 PM said... #

@ozakio

Thanks ozaki for your suggestion.
friends it is true that .xml file was not working as direct link from google-sites.

HITZGH.COM on Apr 23, 2012, 10:01:00 PM said... #

thanks man is v v good i put it on www.hitzgh.com

Praba on May 10, 2012, 10:27:00 PM said... #

thank you mybloggertricks. Do you think we get it played without xml file...i.e in the Param tag itself...

Hosain Amani on Jun 29, 2012, 12:06:00 PM said... #

How can I create the SWF file. the download link doesn't work. thanks for any help in advance

Sócrates Adamantios Tsokonas on Oct 5, 2012, 8:24:00 AM said... #

Hey, Mohammad! Thank you very much for this very good tutorial. I did the playlist as you explain here in this post and had no problem! You can review my playlist of greek music at the end of the tab "Musica" from my helenistic blog La pequeña Grecia. Have a nice day and all your indications worked very well for me.

Thank you again!!! Excellent!!! I write to you from Caracas - Venezuela.

Nice weekend!!!

pondokceramah.com on Nov 18, 2012, 2:59:00 AM said... #

Tanks Guys
please Your see my blog http://pondokceramah.blogspot.com

pondokceramah.com on Nov 18, 2012, 3:01:00 AM said... #

Tanks Guys
please Your see my blog http://pondokceramah.blogspot.com

SummitTechnology on Jan 10, 2013, 12:21:00 PM said... #

Create mp3 music playlist with help of the post here. Have a look at post
Duplicator

Promo Disc on Feb 7, 2013, 5:25:00 PM said... #

It seems to be a good service. Thanks for sharing the same.
BluRay Disc Duplication

Mysite on Mar 22, 2013, 11:07:00 AM said... #

Dear All,
I have added your code to my blogger, but it wasn't work. I uploaded my file to 2shared.com.
So, how can i do? I need help!
Thank you before hand!
Sotha

Click Here To add Comment

Confused? Feel free to ask

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. No cheesy/spam Comments tolerated Spam comments will be deleted immediately upon our review.

Regards,
Mohammad

Support Us

If our Tutorials have helped you a little, then kindly spread our voice using the badge below:-

or try a Beautiful Banner


Widgets

 
  • MBT Icons and buttons

    Icons and Buttons

    Our resources have been successfully downloaded over 10K times and found almost every where. Get yours!

  • choosing webhost for a blog

    Why HostGator?

    Learn Why we chose HostGator as our Web Host and find discount coupons to kick start your blog today!

  • SEO Settings for blogger

    ALL IN ONE SEO PACK 2012

    Learn every single SEO tip that will boost your blog's ranking and organic traffic. We got them all!

  • Blogger widgets and plugins

    Visit MBT's Blogger LAB

    Why not take a tour of all great Blogger widgets published so far? You Name it we have it!

  • become a six figure blogger!

    Become a SIX FIGURE BLOGGER

    Learn what it takes to become a successful entrepreneur and build a living online!

About The Author

Hi! I am Mohammad, a certified SEO Consultant, Pro Blogger, Computer Engineer and an addicted Web Developer. Read More..

Recipes

SEO Affiliate Marketing Social Media

Make Money Online Web hosting

Blogging Tips Web Designing

Plugins and Widgets Blogging Ethics

Recent Comments

Popular Series

Powered by:

My Blogger Tricks © 2013. All Rights Reserved | Contact |