Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Music BBCode Database
BBCodes for embedding Music players
There is no support here! Only Read Access!
BBCode Bot
BBCoder IV
Posts: 239 Joined: 04 Mar 2010, 15:04
Location: bbcode table
Post
by BBCode Bot » 06 Mar 2010, 19:16
JEROENWIJERING MP3 Player
Author : Stoker
Description : The JEROENWIJERING MP3 Player inserts a JEROENWIJERING MP3 player in the topics
BBCode:
HTML:
Code: Select all
<embed src="http://www.jeroenwijering.com/embed/player.swf" width="470" height="65" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" allowfullscreen="true"
flashvars="height=65&width=470&file={URL}&showeq=true&showstop=true" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
Helpline:
Code: Select all
JMP3 Player: [jmp3]Link to MP3[/jmp3]
Example:
Code: Select all
[jmp3]http://music.incompetech.com/royalty-free/Vibe%20Ace.mp3[/jmp3]
Demo:
[jmp3]
http://music.incompetech.com/royalty-fr ... %20Ace.mp3 [/jmp3]
Jinger
BBCoder II
Posts: 16 Joined: 18 Apr 2010, 10:04
Post
by Jinger » 28 Apr 2010, 15:39
Its doesnt music player its smalest video player.
Try this:
Code: Select all
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='470' height='24' id='single1' name='single1'>
<param name='movie' value='http://www.phpbb3bbcodes.com/images/player/player.swf'>
<param name='allowfullscreen' value='true'>
<param name='allowscriptaccess' value='always'>
<param name='wmode' value='transparent'>
<param name='flashvars' value='file={URL}'>
<embed
type='application/x-shockwave-flash'
id='single2'
name='single2'
src='http://www.phpbb3bbcodes.com/images/player/player.swf'
width='470'
height='24'
bgcolor='undefined'
allowscriptaccess='always'
allowfullscreen='true'
wmode='transparent'
flashvars='file={URL}'
/>
</object>
Last edited by
Jinger on 28 Apr 2010, 16:17, edited 1 time in total.
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 28 Apr 2010, 16:01
Thanks, but you are missing some of the embed code.
Board rules! No PM support
Jinger
BBCoder II
Posts: 16 Joined: 18 Apr 2010, 10:04
Post
by Jinger » 28 Apr 2010, 16:16
Ohh Sorry
Now it's correct
Nully
Donator
Posts: 258 Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:
Post
by Nully » 01 May 2010, 10:29
Hello, it seems to work on my forum.
Do you know if it is possible to change the black color ?
Have a nice labour day
Jinger
BBCoder II
Posts: 16 Joined: 18 Apr 2010, 10:04
Post
by Jinger » 02 May 2010, 10:54
&backcolor=COLOR &frontcolor=COLOR &lightcolor=COLOR &screencolor=COLOR
Nully
Donator
Posts: 258 Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:
Post
by Nully » 02 May 2010, 14:32
Thanks
I'm not a specialist, I did :
Code: Select all
<embed src="http://www.jeroenwijering.com/embed/player.swf" width="470" height="65" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" allowfullscreen="true"
flashvars="height=65&width=470&backcolor=ffffff&frontcolor=000000&lightcolor=00CC00&screencolor=ffcc66&&file={URL}&showeq=true&showstop=true" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
It looks nearly okay, I founded difficult to find where to put the colours.
Do you think its ok ?
Jinger
BBCoder II
Posts: 16 Joined: 18 Apr 2010, 10:04
Post
by Jinger » 06 May 2010, 22:16
Nully » 02 May 2010, 14:32 wrote:Thanks
I'm not a specialist, I did :
Code: Select all
<embed src="http://www.jeroenwijering.com/embed/player.swf" width="470" height="65" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" allowfullscreen="true"
flashvars="height=65&width=470&backcolor=ffffff&frontcolor=000000&lightcolor=00CC00&screencolor=ffcc66&&file={URL}&showeq=true&showstop=true" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
It looks nearly okay, I founded difficult to find where to put the colours.
Do you think its ok ?
Why, there is already
flashvars="height=65&width=470&backcolor=ffffff&frontcolor=000000&lightcolor=00CC00...
Nully
Donator
Posts: 258 Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:
Post
by Nully » 10 May 2010, 20:30
Hello,
why ?
because I wanted an orange colour instead of the black one shown on the demo and you told me :
&backcolor=COLOR&frontcolor=COLOR&lightcolor=COLOR&screencolor=COLOR
Now you tell me
there is already flashvars="height=65&width=470&backcolor=ffffff&frontcolor=000000&lightcolor=00CC00...
Where ?
In the original code :
Code: Select all
<embed src="http://www.jeroenwijering.com/embed/player.swf" width="470" height="65" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" allowfullscreen="true"
flashvars="height=65&width=470&file={URL}&showeq=true&showstop=true" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
Last edited by
Nully on 10 May 2010, 20:36, edited 1 time in total.