|
First you download the player. The player will be called something like flvplayer.swf
Put the player in the same folder as your .flv file
Use the code as follows:
<embed src="flvplayer.swf" width="640" height="320" allowfullscreen="true" flashvars="&displayheight=320&file=mymovie.flv&hei ght=320&width=640&autostart=false" />
I think the setting in the above code are self explanatory
Upload and voila - flash movie!!
|