I have published html with the active content template, to require
Player version 8 and above. But users with lower versions are still
getting into the site, resulting in some critical elements (notably,
my navigation menu) being broken. The site is:
http://www.newellcoach.com/flash.html
Is there something wrong with the code that is allowing users of the
wrong version to proceed without an upgrade alert? Anyone else
encountering this problem? Fixes?
The html script is below. Thanks for any help!
Marc Hoffman
============= html script ====================
<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>Newell Coach Luxury Motorhomes</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<body bgcolor="#0B111F">
<table width='100%' height='100%'><tr><td width='100%' height='100%'
align='center' valign='middle'>
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js. In
Flash, run \"Apply Active Content Update\" in the Commands menu to
copy AC_RunActiveContent.js to the HTML output folder.");
} else {
AC_FL_RunContent(
'bgcolor', '#0B111F',
'codebase',
'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
'width', '900',
'height', '620',
'src', 'interiorPage',
'quality', 'high',
'pluginspage',
'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'interiorPage',
'name', 'interiorPage',
'menu', 'true',
'allowScriptAccess','sameDomain',
'movie', 'interiorPage',
'salign', ''
); //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=8,0,0,0"
width="900" height="620" id="interiorPage" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="interiorPage.swf" /><param
name="quality" value="high" /><param name="bgcolor" value="#0B111F"
/><embed src="interiorPage.swf" quality="high" bgcolor="#0B111F"
width="900" height="620" name="interiorPage" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</td></tr></table>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-992189-1";
urchinTracker();
</script></body>
</html>
=============== end html script ====================
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com