Flashmovie integration
Posted: Wed 18. Jan 2006, 14:27
Hiyas!
I got a movie from a customer. Got it converted to a flashmovie (either flash7 or flash8).
The ending is .flv - I uploaded the movie but the multimedia content part doesn't accept it.
The obj call code itself:
- - -
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... on=7,0,0,0" width="200" height="160" 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=themovienamehere&skinName=Corona_Skin_2&streamName= themovienamehere&autoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Corona_Skin_2&streamName= themovienamehere&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="200" height="160" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
- - -
It requires 3 files at all:
- the large themovienamehere.flv movie file itself generated with flash studio
- FLVPlayer_Progressive.swf - I *guess* the controls for playing
- Corona_Skin_2.swf - somewhat of other stuff.
In the creaged html code was a flash check in the head as well, I guess the usual one with a call in the body tag.
Or is there any other solution to integrate this which I just didn't find right now? Of course I can iFrame it.... But I'd like to have it easy that the customer can put in his movies on his own without needing me everytime to set up external stuff.
Thanks!
I got a movie from a customer. Got it converted to a flashmovie (either flash7 or flash8).
The ending is .flv - I uploaded the movie but the multimedia content part doesn't accept it.
The obj call code itself:
- - -
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... on=7,0,0,0" width="200" height="160" 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=themovienamehere&skinName=Corona_Skin_2&streamName= themovienamehere&autoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Corona_Skin_2&streamName= themovienamehere&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="200" height="160" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
- - -
It requires 3 files at all:
- the large themovienamehere.flv movie file itself generated with flash studio
- FLVPlayer_Progressive.swf - I *guess* the controls for playing
- Corona_Skin_2.swf - somewhat of other stuff.
In the creaged html code was a flash check in the head as well, I guess the usual one with a call in the body tag.
Or is there any other solution to integrate this which I just didn't find right now? Of course I can iFrame it.... But I'd like to have it easy that the customer can put in his movies on his own without needing me everytime to set up external stuff.
Thanks!