Hi to all,
I have now found an encoder called (Riva FLV Encoder) which creates .flv movies from a .mov file.
It seems to work but when I play it back with the supplied viewer it plays clips at 1 second intervals. I think it is meant to be a previewer only
How do I play this from my Website. I have Macromedia Flash PLayer installed (as do 98% of sites according to the stats one reads)
I have this code but it doesn't work
<object classid="clsid
![Big Grin :D :D](/styles/default/custom/smilies/grin.gif)
27CDB6E-AE6D-11cf-96B8-444553540000"
id="Carole and Tammy" width=400 height=600
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
<param name=movie value="images/carole-and-tammy.swf">
<param name=play value=true>
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=Autohigh>
<param name=scale value=noborder>
<param name=align value=center>
<embed src="images/carole-and-tammy.flv" quality=Autohigh
width=400 height=600 scale=noborder
align=center swLiveConnect=false
name=Carole and Tammy loop=false play=true menu=false
type="application/x-shockwave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
Any ideas?