Help - Re #34. What am I doing wrong.
Hi All.
I have followed the instructions as posted on #34 of this thread.
But when I try out the code...NADDA!
(NOTE: The "4" in the header text is clickable and activates a hidden code...I shouldn't HAVE to click it twice but the lawsuit w. Microsoft makes it nessasary now.)
http://www.dc4d.com/gallery2/users/DC4D/index.html
I have the 3 files in a folder called scripts. My index.html file points to it.
(I've attached the file)
Where am I going wrong???
Any help is appreciated.
Below is my source code:
----------------------------------------------
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Welcome To ....</title>
<!-- BELOW IS THE FLASH FIX CODE -->
<script src="/scripts/AC_RunActiveContent.js" language="JavaScript" type="text/javascript"></script>
<script src="/scripts/AC_Flash.js" language="JavaScript" type="text/javascript"></script>
<!-- ABOVE IS THE FLASH FIX CODE -->
<style type="text/css">
<!--
body {
background-color: #eeeeee;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<!-- LOCAL SITE: ORIGINAL
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Upload_Files/Flash/shieldBlackToGrey_v2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#eeeeee" /><embed src="Upload_Files/Flash/shieldBlackToGrey_v2.swf" quality="high" bgcolor="#eeeeee" width="100%" height="100%" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
-->
<!-- LOCAL CODE W. FLASH FIX -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="Upload_Files/Flash/shieldBlackToGrey_v2.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#eeeeee">
<embed src="Upload_Files/Flash/shieldBlackToGrey_v2.swf" quality="high" bgcolor="#eeeeee"
width="100%" height="100%" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
<!-- BELOW IS THE FLASH FIX CODE -->
</noscript>
<script language="JavaScript" type="text/javascript" >
<!--
AC_RunFlContentX ("movie", "Upload_Files/Flash/shieldBlackToGrey_v2", "quality", "high", "src", "navigation3", "width", "100%", "height", "100%" );
//-->
</script>
<!-- ABOVE IS THE FLASH FIX CODE -->
</body>
</html>