I am a beginner web designer, but I have search for this answer for DAYS now! I have placed flash in a html file in Dreamweaver CS3. I have tried to get it to show up on the web to no avail. It plays fine in Dreamweaver, but doesn't show up in the preview (not even the dreaded white box). The white box shows up when I try to view the site online. I know the html file is there because the html graphics show up, but the flash media doesn't. I have double checked that both local and ftp directories match. I have uploaded the script file and the AC_RunActiveContent file to the server in the same directory as the local. I have tried uploading just the Scripts file, just the AC_RunActiveContent file, and both - to see whatever works! In my anguish I have also double checked my flash publish settings (played with them to see if that helped, and then reversed them back to step 1), made sure my images (flash and html) were there, and gone in and double checked the script source code in the html file to make sure it embeds the source, absolute. I am ready to pull my hair out or declare another occupation! Is this just CS3 craziness, or will the answer be revealed to me in a dream!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>vueLive: Broadcast Now!</title>
<style type="text/css">
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #003300;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
}
.oneColFixCtr #container {
width: 950px;
background: #003300;
margin: 0 auto;
text-align: left;
}
.oneColFixCtr #mainContent {
padding: 0;
}
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body class="oneColFixCtr">
<div id="container">
<div id="mainContent">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','950','height','700','title','vuelive','src','/web/home','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/web/home' ); //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="950" height="700" title="vuelive">
<param name="movie" value="/web/home.swf" />
<param name="quality" value="high" />
<embed src="/web/home.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="950" height="700"></embed>
</object></noscript>
</noscript></div>
</div>
</body>
</html>
P.S. I have also tried to delete the </noscript> and script tags to disastrous results.
thanks.

New Topic/Question
Reply



MultiQuote






|