<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/
shockwave/cabs/flash/
swflash.cab#version=8,0,0,0','width','562','height','411','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=shotover&autoPlay=false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://
www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive'
); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=8,0,0,0" width="562" height="411" 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=Halo_Skin_3&streamName=shotover&autoPlay=false&autoRewind=false" /
>
<embed src="FLVPlayer_Progressive.swf"
flashvars="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=shotover&autoPlay=false&autoRewind=false"
quality="high" scale="noscale" width="562" height="411"
name="FLVPlayer" salign="LT" type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/shockwave/download/download.cgi?
P1_Prod_Version=ShockwaveFlash" />
</object>
</noscript>
Thanks .. I only need this code writen once and can use it with all of
my movies since they all have the same player controls. Millions of
thank yous !!!!
This is all geek to me man. I try to keep my site nice and tidy. But I
have been using the Adobe detection Kit to set up the skin I use for
my progressive videos and then I play them in an iframe. The question
is how do I turn this code into the correct code for SWFObject so it
plays with the skin.
<script type="text/javascript">
www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive'
); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/%0Aswflash.cab#version=8,0,0,0" width="562" height="411" 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=Halo_Skin_3&streamName=shotover&autoPlay=false&autoRewind=false" /
>
<embed src="FLVPlayer_Progressive.swf"
flashvars="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=shotover&autoPlay=false&autoRewind=false"
quality="high" scale="noscale" width="562" height="411"
name="FLVPlayer" salign="LT" type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/shockwave/download/download.cgi?
P1_Prod_Version=ShockwaveFlash" />
</object>
</noscript>
Thanks .. I only need this code writen once and can use it with all of
my movies since they all have the same player controls. Millions of
thank yous !!!!
--
You received this message because you are subscribed to the Google Groups "SWFObject" group.
To post to this group, send email to swfo...@googlegroups.com.
To unsubscribe from this group, send email to swfobject+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
--
You received this message because you are subscribed to the Google Groups "SWFObject" group.These files are used to detect the end user's Flash Player version, and to display Flash content if the correct version was detected or to prompt the user to install the correct version of the Flash Player.
So it seems to me that if you are going to support a different approach you should also cover the general features of the products that use the code that you are trying to make more compliant.
A huge feature of the adobe flash detection kit is that it immediately adds functionality for the skins - no questions asked.
And if you are trying to replace something that is known to work I would think you would create something that has the same functionality only better.