[thelist] Netscape error with Flash redirect

Robert Stewart rob at dieseldesign.com
Tue Oct 3 17:50:55 CDT 2000


That's really strange. I can go directly to the flash/index.shtml page, but
if I try to go through the flash sniffer it always crashes NS4.72 on ALL my
machines. I can't figure this out for the life of me. I have clients that
have no problem with this on their IIS machines and even I can view the
pages fine, but on my dev server they crash.

Any other ideas?

Once again http://216.217.81.69

Thanks.

Rob

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Scott Dexter
Sent: Tuesday, October 03, 2000 3:07 PM
To: 'thelist at lists.evolt.org'
Subject: RE: [thelist] Netscape error with Flash redirect


NN 4.72
it comes up okay, but you have javascript errors

JavaScript Error: http://216.217.81.69/flash/index.shtml,
line 99:

WM_imageSwap is not defined.

and why isn't it defined?

<html>
<head>
<title>Diesel Design</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="/includes/styles.css"
title="style">
<!--

function WM_imageSwap(daImage, daSrc){
  var objStr,obj;

  if(document.images){

    if (typeof(daImage) == 'string') {

      objStr = 'document.' + daImage;
      obj = eval(objStr);
      obj.src = daSrc;
    } else if ((typeof(daImage) == 'object') && daImage && daImage.src) {
      daImage.src = daSrc;
    }
  }
}


// -->

</script>
<script language="JavaScript">

<!--
var ok = false;

if(document.images) {
        var names = new Array();
        var msg = new Array();

        names[0] = "/images/navbars/identity_on.gif";
        names[1] = "/images/navbars/identity_off.gif";
        names[2] = "/images/navbars/web_on.gif";
        names[3] = "/images/navbars/web_off.gif";
        names[4] = "/images/navbars/print_on.gif";
        names[5] = "/images/navbars/print_off.gif";
        names[6] = "/images/navbars/interactive_on.gif";
        names[7] = "/images/navbars/interactive_off.gif";
        names[8] = "/images/navbars/contact_on.gif";
        names[9] = "/images/navbars/contact_off.gif";
        names[10] = "/images/navbars/sitemap_on.gif";
        names[11] = "/images/navbars/sitemap_off.gif";
        names[12] = "/images/navbars/hex1.gif";
        names[13] = "/images/navbars/hex2.gif";
        names[14] = "/images/navbars/hex3.gif";
        names[15] = "/images/navbars/hex4.gif";
        names[16] = "/images/navbars/hex5.gif";

        var load = new Array();

        for(var i=0; i<names.length; i++){
                load[i] = new Image();
                load[i].src = names[i];
}

        ok = true;
}
// -->


</script>
</head>


that's why =)

--as long as the MIME type is the same, IIS isn't the issue....
sgd
--
work: http://www.ti3.com/
non: http://thinksafely.org/

> -----Original Message-----
> From: Robert Stewart [mailto:rob at dieseldesign.com]
>
> example: http://216.217.81.69
>
> it will crash Netscape however.
>

---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list