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>
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>