Simple Customizable MP3 Player

Music BBCode Database
BBCodes for embedding Music players
There is no support here! Only Read Access!
Jinger
BBCoder II
BBCoder II
Posts: 16
Joined: 18 Apr 2010, 10:04

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.
Jinger
BBCoder II
BBCoder II
Posts: 16
Joined: 18 Apr 2010, 10:04

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>
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Simple Customizable MP3 Player

Post by Stoker »

Thanks for sharing jinger :thumb:
Board rules! No PM support
Jinger
BBCoder II
BBCoder II
Posts: 16
Joined: 18 Apr 2010, 10:04

Re: Simple Customizable MP3 Player

Post by Jinger »

Whatever. I like to help. :)
vokal123
BBCoder I
BBCoder I
Posts: 3
Joined: 10 May 2010, 21:57
Contact:

Re: Simple Customizable MP3 Player

Post by vokal123 »

i love it. Thx for sharing.
testas123
BBCoder II
BBCoder II
Posts: 13
Joined: 11 Jun 2010, 18:09

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.
vfanel
BBCoder I
BBCoder I
Posts: 2
Joined: 26 Jul 2010, 19:59

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?
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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>
vfanel
BBCoder I
BBCoder I
Posts: 2
Joined: 26 Jul 2010, 19:59

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?
User avatar
Foggy
BBCoder II
BBCoder II
Posts: 13
Joined: 01 Jun 2010, 00:30

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, 11:37, edited 2 times in total.
[center]~~ Artificial intelligence is no match for natural stupidity. ~~[/center]
Locked