Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Apols, another can't embed Flash video with cs3

Community Beginner ,
Jul 27, 2007 Jul 27, 2007
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','... ); //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>
TOPICS
Server side applications
219
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 27, 2007 Jul 27, 2007
LATEST
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>
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines