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"> 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 !!!! -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
