Skip to main content
Participant
July 27, 2007
Question

Apols, another can't embed Flash video with cs3

  • July 27, 2007
  • 1 reply
  • 238 views
hullo there - I've trawled the forums and read many posts but i think im suffering solution blindness. Here's the code. As far as i know ive uploaded all the files and the javascript - the vid works in the current page it is embedded in.

<script src="/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body onload="MM_CheckFlashVersion('7,0,0,0','Content on this page requires a newer version of Adobe Flash Player. Do you want to download it now?');">
<script type="text/javascript">
AC_FL_RunContent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','384','height','288','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=studentfeedback&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=7,0,0,0" width="384" height="288" 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=studentfeedback&autoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=studentfeedback&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="384" height="288" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage=" http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
</object></noscript>
This topic has been closed for replies.

1 reply

Inspiring
July 27, 2007
Post a link to the page, please.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"bucky-biederman" <webforumsuser@macromedia.com> wrote in message
news:f8cfb8$451$1@forums.macromedia.com...
> hullo there - I've trawled the forums and read many posts but i think im
> suffering solution blindness. Here's the code. As far as i know ive
> uploaded
> all the files and the javascript - the vid works in the current page it is
> embedded in.
>
> <script src="/Scripts/AC_RunActiveContent.js"
> type="text/javascript"></script>
> </head>
>
> <body onload="MM_CheckFlashVersion('7,0,0,0','Content on this page
> requires a
> newer version of Adobe Flash Player. Do you want to download it now?');">
> <script type="text/javascript">
> AC_FL_RunContent(
> 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
> version=7,0,0,0','width','384','height','288','id','FLVPlayer','src','FLVPlayer_
> Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamNam
> e=studentfeedback&autoPlay=false&autoRewind=false','quality','high','scale','nos
> cale','name','FLVPlayer','salign','lt','pluginspage',' http://www.adobe.com/shock
> wave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Pr
> ogressive' ); //end AC code
> </script><noscript><object
> classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> rsion=7,0,0,0" width="384" height="288" 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=studentfeedback&a
> utoPlay=false&autoRewind=false" />
> <embed src="FLVPlayer_Progressive.swf"
> flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=studentfeedba
> ck&autoPlay=false&autoRewind=false" quality="high" scale="noscale"
> width="384"
> height="288" name="FLVPlayer" salign="LT"
> type="application/x-shockwave-flash"
> pluginspage=" http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
> n=ShockwaveFlash" />
> </object></noscript>
>