^^ Yep, that's right.
One problem though. What if I wanna use this in my member profiles, etc? Can you give some steps on how to setup a "normal" bbcode for me to use to wrap around the url for use inside my member profile?
Currently, if I post the url of the video, it just shows a url and nothing else.
What I did was add it to the custom bbcode's this way, but it didn't work:
Code:
<object width="2" height="3" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"><param name="movie" value="http://www.disperseit.com/flvplayer.swf"><param name="width" value="2"><param name="height" value="3"><param name="majorversion" value="7"><param name="build" value="0"><param name="bgcolor" value="#FFFFFF"><param name="allowfullscreen" value="true"><param name="flashvars" value="file=http://www.disperseit.com/playlist.php?id=1&overstretch=false"><embed src="http://www.disperseit.com/flvplayer.swf" width="2" height="3" majorversion="7" build="0" bgcolor="#FFFFFF" allowfullscreen="true"flashvars="file=http://www.disperseit.com/playlist.php?id=1&overstretch=false&image=http://www.disperseit.com/attachments/2/1.thumb.jpg" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/gogetflashplayer"></object>
Help?