• Important! If you attempt to register and do not get an email within 5 minutes please check your spam box. This is especially true for Microsoft owned domains like Hotmail, Outlook, and Live. If these do not work please consider Gmail. Yahoo, or even AOL email which works fine.

Mixpod.com playlist BB Code

BirdOPrey5

Staff member
Administrator
VIP
Example: [mix="2011/01/02"]74756735[/mix] =
[mix="2011/01/02"]74756735[/mix]

Mixpod.com is a site that allows you to build playlists of your favorite music and it will find them on sites like YouTube and it will play them as if they were local files. It's a great way to share music without having to download actual mp3 files. The site requires registration but it is free and easy.

Once you sign up you search for music and add it to your playlist(s). You can then get embed code to share your playlists. From this code you must pull out 2 values for the BB Code...

A sample <embed> tag is below:
Code:
<embed src="http://assets.mixpod.com/swf/mp3/mixpod.swf?myid=[COLOR="Red"]74756735[/COLOR]&path=[COLOR="Blue"]2011/01/02[/COLOR]" quality="high" wmode="window" bgcolor="222222" flashvars="mycolor=222222&mycolor2=77ADD1&mycolor3=FFFFFF&autoplay=false&rand=0&f=4&vol=100&pat=0&grad=false" width="410" height="311" name="myflashfetish" salign="TL" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:410px;height:311px;" /><br><a href="http://www.mixpod.com/playlist/74756735"><img src="http://assets.mixpod.com/images/btn2-tracks.gif" alt="Music" title="Get Music Tracks!" border="0"></a><a href="http://www.mixpod.com" target="_blank">
The myid in red is the parameter and the path in blue is the option.

So once again the example BB Code in this case would be:
[mix="2011/01/02"]74756735[/mix]
 

BirdOPrey5

Staff member
Administrator
VIP
To install this BB Code in your forum...

Admin CP -> Add a New BB Code

Title: Mixpod Playlist
BB Code Tag Name: mix
Replacement:
Code:
<embed src="http://assets.mixpod.com/swf/mp3/mixpod.swf?myid={param}&path={option}" quality="high" wmode="window" bgcolor="222222" flashvars="mycolor=222222&mycolor2=77ADD1&mycolor3=FFFFFF&autoplay=false&rand=0&f=4&vol=100&pat=0&grad=false" width="410" height="311" name="myflashfetish" salign="TL" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:410px;height:311px;" /><br><a href="http://www.mixpod.com/playlist/{param}"  target="_blank"><img src="http://assets.mixpod.com/images/btn2-tracks.gif" alt="Music" title="Get Music Tracks!" border="0" ></a>
Description: Mixpod.com Playlist Embed
Use Option: YES
Button Image: (attached)
All Other Options: YES
 

Attachments

Top