Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Flash: Mime & Aftershock
From: Susie Hinchliffe
Date: Thu, 14 Jan 1999 17:01:42 GMT

thanks John.

>If the Page Info reads text/plain for an swf file then it is 99.999%
>likely that the MIME is not set correctly. It is possible that your ISP
>needed to reboot the server before the new setting they put in will take
>effect.
ok, i'll get back to my ISP on this one


>> 2. alternate html page, rather than image
>> i assume you change the NOEMBED & NOSCRIPT img src to ....?
>That is one way.
but you can't just insert an html file as an image source, can you? i'm not
sure what code you'd use (probably being very thick)
i've been playing around with the script Patrick posted a couple of days
ago. this seems fine except Netscape 3 (without plug-in) curiously is
trying to go to the shocked page, instead of the non-shocked one. script is
posted below in case you or anyone else can/would like to help.

tia
susie

<HTML>
<HEAD>
<TITLE>page detect</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- use this comment tag to hide the enclosed code from old browsers.
//Look for a version of Internet Explorer that supports ActiveX (i.e., one
//running on a platform other than Mac or Windows 3.1) or a browser that
supports
//the plugin property of the navigator object and that has Shockwave
Director
//installed.
if ((navigator.appName == "Microsoft Internet Explorer" &&
navigator.appVersion.indexOf("Mac") == -1 &&
navigator.appVersion.indexOf("3.1") == -1) ||
(navigator.plugins && navigator.plugins["Shockwave for
Director"].description.indexOf["6.0"] != -1)){
//Load a pre-defined HTML page with Shockwave in it into the browser
window.
window.location='index1.html';
}
else {
//Load a pre-defined HTML page without Shockwave into the browser window.
window.location='index2.html';
}
// Close the comment tag. -->
</SCRIPT>
</HEAD>
<BODY>
<CENTER>
<H3><BR>
<FONT FACE=Arial SIZE=4>requires <A
HREF="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version
=ShockwaveDirector">Shockwave Director</A></FONT></H3>
<H3>
</CENTER>
</BODY>
</HTML>




------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]