Project Playlist BBCode

Music BBCode Database
BBCodes for embedding Music players
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Project Playlist BBCode

Post by BBCode Bot »

Project Playlist BBCode

Author: alexk
Description: The Project Playlist BBCode allows a forum user to post a playlist from the Project Playlist website (playlist.com) on a topic.

BBCode:

Code: Select all

[playlist]{NUMBER}[/playlist]
HTML:

Code: Select all

<div style="text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450px;"><embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.musicplaylist.net/mc/mp3player-othersite.swf?config=http://www.musicplaylist.net/mc/config/config_black_noautostart.xml&mywidth=435&myheight=270&playlist_url=http://www.musicplaylist.net/loadplaylist.php?playlist={NUMBER}" menu="false" quality="high" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0"/><BR><a href=http://www.musicplaylist.net><img src=http://www.musicplaylist.net/mc/images/create_black.jpg border=0></a><a href=http://www.musicplaylist.net/standalone/{NUMBER} target=_blank><img src=http://www.musicplaylist.net/mc/images/launch_black.jpg border=0></a><a href=http://www.musicplaylist.net/download/{NUMBER}><img src=http://www.musicplaylist.net/mc/images/get_black.jpg border=0></a> </div>
Helpline:

Code: Select all

playlist: [playlist]Video ID#[/playlist]
Example:

Code: Select all

[playlist]47297479[/playlist]
Demo:
[playlist]47297479[/playlist]

Authors notes!:
Okay, so this was my first foray into BBCode creation. The thing about this code is, you have to go to the embed code *as far as I know* in order to get the number. If there's an easier way to do this, I'd greatly appreciate the help. :biggrin:
Locked