PDA

View Full Version : Help with embeding video


Bobba Fett
10-05-2007, 03:04 PM
This code only works if I paste it into an text editor for HTML, but it won't embed into any blogs or other webpages...can anyone see what I am doing wrong???

<embed src="http://www.hrkizits.com/flvplayer.swf"
width="320" height="240" bgcolor="#FFFFFF"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="file=http://www.hrkizits.com/video2/PJETXtracomparison100307.flv"/>

TIA...

AbecX
10-07-2007, 08:07 AM
Some blogs do not allow videos(embed tag) being posted in them.

PS. your code doesn't seem to work here either.

I fixed it for you, hit reply and you can see the code.

<embed src="http://www.hrkizits.com/flvplayer.swf" width="320" height="240" bgcolor="#FFFFFF" type="application/x-shockwave-flash" flashvars="file=http://www.hrkizits.com/video2/PJETXtracomparison100307.flv"/>