PDA

View Full Version : BBCode for music (mp3/wma) , video (mpeg/avi)


andrewrhs
01-13-2006, 10:00 PM
<center><object
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
id="mediaplayer">
<param name="Filename" value="{param}">
<param name="AutoStart" value="true">
<param name="ShowControls" value="True">
<param name="ShowStatusBar" value="true">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="True">
<embed
type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"
src="{param}"
filename="{param}" autostart="true"
showcontrols="True" showstatusbar="true"
showdisplay="False" autorewind="True"
width="300"
height="270">
</embed>
</object></center>

width and height can change any size you want.

Enjoy

MagicMouse
01-14-2006, 05:48 PM
Thanks i was just looking for this bbcode.

JMH11788
01-14-2006, 07:22 PM
Hows this work?!?

Sooner95
01-14-2006, 08:13 PM
I think some could figure this out, but your instructions need to be better IMO.

Fofer
01-14-2006, 09:59 PM
Yah, how do you install this? I tried with the BB Code Manager, no dice.

Nination
01-15-2006, 04:37 AM
This isn't a mod dude. All you did was post code pretty much EVERYBODY can find on their own. In order for it to be a mod, you need to explain how to utilize it in vB, not just tell people to...

HMBeaty
01-15-2006, 05:24 AM
And definately not a plugin even if it WAS a mod

Tony G
01-16-2006, 02:43 AM
This is definitely more of a how-to, so moving to that forum.

Tharos
02-18-2008, 06:13 PM
This isn't a mod dude. All you did was post code pretty much EVERYBODY can find on their own. In order for it to be a mod, you need to explain how to utilize it in vB, not just tell people to...

exact, you could explain at least how to install on vb...
but thanks

Jasem
04-23-2008, 08:03 PM
Thank you :)