Simple Customizable MP3 Player

Music BBCode Database
BBCodes for embedding Music players

Re: Simple Customizable MP3 Player

Post by Jinger »

I upload update version of this player. Contains the name of the track and adjust volume.
Enjoy ;)
Add to HTML &titles={TEXT} for name of track.If you do not will be shown Track #1.

Re: Simple Customizable MP3 Player

Post by Jinger »

Here's my bbcode

Code: Select all

<object type="application/x-shockwave-flash" data="images/player/test.swf" id="mp3player1" height="24" width="290">
   <param name="movie" value="mages/player/test.swf">
   <param name="FlashVars" value="playerID=1&bg=0xFF9933&leftbg=0xFF6600&lefticon=0x000000&rightbg=0xFF6600&rightbghover=0xFF6600
 600&righticon=0x000000&loader=CCFFCC&righticonhover=0xffffff&text=0x000000&slider=0x993333&track=0xFF3300
 600&border=0xFF3300&tracker=CCCC99&loader=0x990000;&track=0xCC9966&loop=no&autostart=no&soundFile={URL}&titles={TEXT}">
   <param name="quality" value="high">
   <param name="menu" value="false">
   <param name="wmode" value="transparent">
</object>

Re: Simple Customizable MP3 Player

Post by Stoker »

Thanks for sharing jinger :thumb:

Re: Simple Customizable MP3 Player

Post by Jinger »

Whatever. I like to help. :)

Re: Simple Customizable MP3 Player

Post by vokal123 »

i love it. Thx for sharing.

Re: Simple Customizable MP3 Player

Post by testas123 »

do you have a player mod, like, you psot youtube link, and the player plays only sound from the video? Something like this.

Re: Simple Customizable MP3 Player

Post by vfanel »

hi, was wondering if there is any way to randomize your songs instead of playing in order?

Re: Simple Customizable MP3 Player

Post by cisco007 »

don't know if this player can handle it, but try this!

Code: Select all

<object type="application/x-shockwave-flash" data="images/player/test.swf" id="mp3player1" height="24" width="290">
       <param name="movie" value="mages/player/test.swf">
       <param name="FlashVars" value="playerID=1&bg=0xFF9933&leftbg=0xFF6600&lefticon=0x000000&rightbg=0xFF6600&rightbghover=0xFF6600
    600&righticon=0x000000&loader=CCFFCC&righticonhover=0xffffff&text=0x000000&slider=0x993333&track=0xFF3300
    600&border=0xFF3300&tracker=CCCC99&loader=0x990000;&track=0xCC9966&loop=no&autostart=no&shuffle=true&soundFile={URL}&titles={TEXT}">
       <param name="quality" value="high">
       <param name="menu" value="false">
       <param name="wmode" value="transparent">
    </object>

Re: Simple Customizable MP3 Player

Post by vfanel »

Cisco007

Thanks for your help! I tried it but didn't work. Is there a player that randomize the songs?

Re: Simple Customizable MP3 Player

Post by Foggy »

I'm using the version in the first post in this thread. It works great in Firefox, but on Chrome it won't play.
I'm not blocking Flash or scripts. I'm not sure why this BBCode won't work in Chrome.

Also, is there a consensus which of these various codes is best?

I have an extension called FastestChrome that pre-loads the next page on a phpBB3 forum, so I don't have to click the "Next" link, I just keep scrolling down past the page break and onto the next page of posts. Very slick, but is that the cause of the [scmp3] code problem I'm having in Chrome??
Last edited by Foggy on 29 Jul 2010, 09:37, edited 2 times in total.