Page 3 of 4

Re: Simple Customizable MP3 Player

Posted: 27 Apr 2010, 23:55
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

Posted: 28 Apr 2010, 14:23
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

Posted: 28 Apr 2010, 14:52
by Stoker
Thanks for sharing jinger :thumb:

Re: Simple Customizable MP3 Player

Posted: 28 Apr 2010, 15:30
by Jinger
Whatever. I like to help. :)

Re: Simple Customizable MP3 Player

Posted: 10 May 2010, 22:01
by vokal123
i love it. Thx for sharing.

Re: Simple Customizable MP3 Player

Posted: 12 Jun 2010, 09:33
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

Posted: 26 Jul 2010, 20:01
by vfanel
hi, was wondering if there is any way to randomize your songs instead of playing in order?

Re: Simple Customizable MP3 Player

Posted: 26 Jul 2010, 20:27
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

Posted: 26 Jul 2010, 21:21
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

Posted: 29 Jul 2010, 11:34
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??