Log in

View Full Version : Embed a flash video...


vbntn
04-15-2008, 12:13 AM
I have a link to a Flash video that I want to embed in a post. It's about 10 minutes long.
I thought it was mpg, but they've apparantly converted it to flash. I right click and it says Adobe flash.
How can I embed that in a forum post?

notrious
04-15-2008, 12:22 AM
try this ...

Make sure you have turned html on in specific forum....

<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>

And

<embed
src="mediaplayer.swf"
width="300"
height="300"
allowscriptaccess="always"
allowfullscreen="true"
/>

or give a search for .... a mod..

vbntn
04-15-2008, 12:58 AM
thanks, but that's not working if I sub the file link in the "somefile" spaces.
Anybody else got any ideas?

iogames
04-15-2008, 01:03 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=150863" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=150863</a>