I want to embed my own video files in my page
- by Vinu
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>