So I went to the MM site and checked out the article by Craig Goodman to
"fix" the new browser issue our users will start to experience once the
updated browser is released next year, and it is not working. I created a
test page that calls just one little .swf file, and I am still getting the
annoying pop-up asking me if I want to continue loading the page content.
Below is the code.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test</title>
<!--- Need to call the external JS files to take care of the new
IE browser --->
<script language="_javascript_" src=""> type="text/_javascript_"></script>
<script language="_javascript_" src=""> type="text/_javascript_"></script>
</head>
<body>
<div align="center">
<table width="640" border="0" cellSpacing="0"
cellPadding="0">
<tr>
<td align="center"
vAlign="middle" width="100%" height="480">
<!--- We need to
use this now for the new IE browser that is coming out. --->
<script
language="_javascript_" type="text/_javascript_" >
AC_RunFlContent (
"movie", "loading",
"src", "loading",
"quality", "high",
"bgcolor", "#ffffff",
"width", "197",
"height", "52",
"name", "loading",
"id", "loading",
"codebase","4,0,0,0"
);
</script>
</td>
</tr>
</table>
<div>
</body>
</html>
Anyone see anything wrong with this? I am now going to try the
document.write method and see if maybe that fixes it.
Thanks,
Bruce Sorge
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

