Question
FLASH MOVIE NOT SHOWING
I have a Flash movie on a Dreamweaver page. I'm assuming it's
the only way to publish a FLASH site. I'm not a coder by any means
and am having diffuculty with this. The page loads without the
movie.
I have uploaded the html page as index.html. I have also uploaded the AC_RunActiveContent.js page.
My code is the following:
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
AC_FL_RunContent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1024','height','768','title','speak site','src','html/speak_site2','quality','high','pluginspage',' http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','html/speak_site2' ); //end AC code
</script><title>Welcome to SPEAK RECORDINGS</title><style type="text/css">
<!--
body {
background-color: #EFF0E0;
}
-->
</style><script type="text/javascript">
AC_FL_RunContent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1024','height','768','title','speak site','movie','html/speak_site2','quality','high' ); //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=9,0,28,0" width="1024" height="768" title="speak site">
<param name="movie" value="html/speak_site2.swf">
<param name="quality" value="high">
</object>
</noscript>
Is there something I'm doing wrong and a fairly simple way to fix it? I have 3 sites I have to upload, all FLASH. Will I be running into this problem each time?
I'd appreciate any and all help, THANK YOU!
I have uploaded the html page as index.html. I have also uploaded the AC_RunActiveContent.js page.
My code is the following:
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
AC_FL_RunContent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1024','height','768','title','speak site','src','html/speak_site2','quality','high','pluginspage',' http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','html/speak_site2' ); //end AC code
</script><title>Welcome to SPEAK RECORDINGS</title><style type="text/css">
<!--
body {
background-color: #EFF0E0;
}
-->
</style><script type="text/javascript">
AC_FL_RunContent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1024','height','768','title','speak site','movie','html/speak_site2','quality','high' ); //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=9,0,28,0" width="1024" height="768" title="speak site">
<param name="movie" value="html/speak_site2.swf">
<param name="quality" value="high">
</object>
</noscript>
Is there something I'm doing wrong and a fairly simple way to fix it? I have 3 sites I have to upload, all FLASH. Will I be running into this problem each time?
I'd appreciate any and all help, THANK YOU!
