PDA

View Full Version : Need help with BBcode for embeding flash



boss2677
Thu 14th May '09, 12:03pm
Can someone please help me with the BBcode needed for embeding flash videos? I've been searching and the only thing I can find is stuff about youtube. I want to be able to embed vids from my own website/server.

I found this code, which seems like what I'm looking for... but I can't get it to work.

<object width="425" height="350"><param name="movie" value="http://YOUR-WESITE-HERE/flvideo/{param}"></param><param name="wmode" value="transparent"></param><embed src="http://YOUR-WESITE-HERE/player.swf" <embed src="http://YOUR-WESITE-HERE/player.swf" width="425" height="350" allowscriptaccess="always" allowfullscreen="true" flashvars="width=425&height=350&file=http://YOUR-WESITE-HERE/flvideo/{param}.flv&image=http://YOUR-WESITE-HERE/thumb/1_{param}.jpg&displayheight=350&link=http://YOUR-WESITE-HERE/video/{param}&searchbar=false&linkfromdisplay=true" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" /></embed></object><br><a href="http://YOUR-WESITE-HERE/video/{param}">link</a>

Jake Bunce
Thu 14th May '09, 3:58pm
Here is a basic one that will work:

http://www.vbulletin.com/forum/showthread.php?t=118681

boss2677
Fri 15th May '09, 7:47am
Well, I finally got the one above to work. Someone had the code wrong, so I had to go back and re-write it.