I created an FLV file (option+3.flv) in Flash 8 from the file option+3.wmv. In so doing Flash 8 inserted an instance of FLVPlayer on the stage of the file press.fla. The content path of the FLVPlayer instance is simply option+3.flv.
I published the file so I have in the same folder / directory the following files:
option+3.wmv
option+3.flv
press.swf
press.fla
I copied all files except press.fla to the appropriate web site's root directory in Dremweaver 8.
In Dreamweaver I used the Insert > Media > Flash Video... command to insert the FLV file in the web page. I chose Progressive Download, the URL is simply the name of the FLV file (option+3.flv) and I selected autoplay and the download Flash Player prompt.
This is the object code that was created by Dreamweaver:
<object classid="clsid:D27CDB6E-AE
6D-11cf-96
B8-4445535
40000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressi
ve.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersio
n=1&skinNa
me=Clear_S
kin_1&stre
amName=opt
ion+3&auto
Play=true&
autoRewind
=false" />
<embed src="FLVPlayer_Progressive
.swf" flashvars="&MM_ComponentVe
rsion=1&sk
inName=Cle
ar_Skin_1&
streamName
=option+3&
autoPlay=t
rue&autoRe
wind=false
" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockw
ave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer" />
</object>
My Browser is Internet Explorer.
Problem: I am unable to see the video even though all the files, including FLVPlayer_Progressive.swf all reside in the same directory.
If I change the code so that movie "value" = press.swf instead of the FLVPlayer I can see it.
The problem is the same if I upload to the web server.
What have I done wrong? I have done this over and over and I am unable to get it to work. The hosting server is Unix BTW not Windows.
Thanks.
Mary