Ebaum audio

Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
kahuna
BBCoder II
BBCoder II
Posts: 6
Joined: 03 Apr 2010, 17:21

Ebaum audio

Post by kahuna »

there are audio files from the website http://www.ebaumsworld.com that are different from the video codes. can I get some help with the bb code for the audio ones

Code: Select all

<embed src="http://www.ebaumsworld.com/player.swf" allowScriptAccess="always" flashvars="pageurl=http://www.ebaumsworld.com/audio/play/1252&file=http://media.ebaumsworld.com/2006/07/misscleo-prank1.mp3&mediaid=1252&title=Mrs. Cleo Prank Call 1&tags=&description=Mrs. Cleo prank call&displayheight=325&backcolor=0x0d0d0d&lightoclor=0x336699&frontcolor=0xcccccc&image=http://media.ebaumsworld.com/2006/07/cleopre.jpg&username=ebaum" wmode="transparent" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="425" height="345" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Ebaum audio

Post by cisco007 »

since you can get the embed code find the mp3 link and use a mp3 bbcode, and do like this!
example:

Code: Select all

[scmp3]http://media.ebaumsworld.com/2006/07/misscleo-prank1.mp3[/scmp3]
demo:
[scmp3]http://media.ebaumsworld.com/2006/07/mi ... prank1.mp3[/scmp3]
Locked