T
Trevor L.
I had this in another thread, but maybe it got lost, so I am reposting it
How do I play a .flv file from my Website?
I have Macromedia Flash Player installed (as do 98% of sites according to
the stats one reads).
I have this code (for an .flv file) but it doesn't work:
<object classid="clsid27CDB6E-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.flv">
<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>
This is code I found on a website for playing an .swf file. I just changed
the file name.
I have had little luck in encoding my movies (.mov format ) to either .swf
or .flv.
I can create an .swf file, using Turbine Video Encoder, but only the audio
plays - the screen is blank.
I can create an .flv file, using Riva FLV, but it doesn't play very well.
(It plays in 0.5 to 1.0 sec jerks using Riva FLV and not at all using the
above code)
How do I play a .flv file from my Website?
I have Macromedia Flash Player installed (as do 98% of sites according to
the stats one reads).
I have this code (for an .flv file) but it doesn't work:
<object classid="clsid27CDB6E-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.flv">
<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>
This is code I found on a website for playing an .swf file. I just changed
the file name.
I have had little luck in encoding my movies (.mov format ) to either .swf
or .flv.
I can create an .swf file, using Turbine Video Encoder, but only the audio
plays - the screen is blank.
I can create an .flv file, using Riva FLV, but it doesn't play very well.
(It plays in 0.5 to 1.0 sec jerks using Riva FLV and not at all using the
above code)