Hello. I create a video in Flash using import->video. I select my .flv file and
a skin.
The .flv is on my hard drive. The component property reflects this location.
I want to upload the video to my web server to display on my MovableType blog.
If I change the properties in Flash to reflect the server location Flash says
"could not upload video."
So I kept the component property to reflect the location on my C drive.
I import that Flash media into dreamweaver to get the HTML code for my site.
I thought I could then change the code to reflect the new location of the file.
Neither of these works when I create an entry on the MT site. The entry is
blank.
It works fine when I preview in Dreamweaver.
Here is the code I am posting:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=8,0,0,0" width="320" height="240" id="FLVPlayer">
<param name="movie"
value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars"
value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=http://reidsville
freepress.com/video/100_4246&autoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf"
flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=http://reidsv
illefreepress.com/video/100_4246&autoPlay=false&autoRewind=false"
quality="high" scale="noscale" width="320" height="240" name="FLVPlayer"
salign="LT" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</embed>
</object>
Any perspective would be appreciated.
Thanks,
Jeff
jsykes11 - 24 Aug 2006 14:33 GMT
I do apologize for being redundant. I have searched the forums here and
realize this is a simple question, but the solution escapes me.
I have whittled the problem down to the skin.
This code works:
<p><object width="425" height="350"><param
value="http://www.reidsvillefreepress.com/video/king.swf" name="movie" /><embed
width="425" height="350" type="application/x-shockwave-flash"
src="http://www.reidsvillefreepress.com/video/king.swf"></embed></object></p>
But the code generated by Dreamweaver does not. Any input on how to add the
skin?
I tried adding this:
<param name="skinName" value="Clear_Skin_2" />
No dice.
Any pointers appreciated.