I want to embed my own video files in my page
Posted
by Vinu
on Stack Overflow
See other posts from Stack Overflow
or by Vinu
Published on 2010-06-15T04:38:38Z
Indexed on
2010/06/15
4:42 UTC
Read the original article
Hit count: 316
I used the following codes to embed my videos(swf and flv) in the following code with the player.
But this is working fine in ie and not working in firefox.
If anyone knows to correct this code for firefox too.. pls help me...
<object type="application/x-shockwave-flash" width="400" height="350" wmode="transparent" data="flvplayer.swf?file=**video location**&autoStart=true">
<param name="movie" value="flvplayer.swf?file=**video location**&autoStart=true" />
<param name="wmode" value="transparent" />
</object>
© Stack Overflow or respective owner