Flasher Archive

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


Subject: RE: FLASH: Plug-in detection - resolved yet? Losing sanity, quickly!
From: L Taylor
Date: Thu, 30 Sep 1999 00:04:03 +0100

Thanks for the email, but this is the script that I am already using. For
some reason, for some people it is just showing a red screen. They are
using AOL on a e-machine.

Thanks,
Lesley.

...............................................................

What Media : web design & development
e: ltatwhatmedia [dot] com
ph: 415.984.0406
fax: 415.707.2101
www.whatmedia.com

Latest projects: www.bluemarlincorp.com - Season VI is here!
and www.imagingmagazine.com

What News?: Just got mentioned in WebMonkey!
http://www.hotwired.com/webmonkey/99/22/index4a_page6.html?tw=e-business
...............................................................


-----Original Message-----
From: Phil Ward [SMTP:phil-watcrescent-graphics [dot] co [dot] uk]
Sent: Wednesday, September 29, 1999 1:27 PM
To: flasheratchinwag [dot] com
Subject: Re: FLASH: Plug-in detection - resolved yet? Losing sanity,
quickly!

Hi Lesley,

I have a simple script for the detection, below just change the Flash
content page url and the non Flash page url. This can be seen in action at
www.worksmc.com/phil2

Unfortunatley it does not detect flash plug-in for mac IE, but then again
you can't as IE Mac will not detect any plug-in (good old microsoft), hence
my comment on the no plug-in page www.worksmc.com/phil2/pages/no_plug.htm

As for the refresh why not just have a meta tag

<meta http-equiv="refresh"
content="howlongtowaitinseconds;URL=http://pagetogoto.htm">

Don't know how to check for javascript, sorry.

<html>
<head>
<title>page title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_checkPlugin(plugin, theURL, altURL, IEGoesToURL) { file://v2.0
if ((navigator.plugins && navigator.plugins[plugin]) || file://if NS, or
(IEGoesToURL && file://if flag set, and MSIE browser for Win95/NT
(ActiveX)
navigator.appName.indexOf('Microsoft') != -1 &&
navigator.appVersion.indexOf('Mac') == -1 &&
navigator.appVersion.indexOf('3.1') == -1)) {
if (theURL.length>2) window.location = theURL;
} else {
if (altURL.length>2) window.location = altURL;
}
document.MM_returnValue = false;
}
file://-->
</script>
<meta http-equiv="refresh" content="10">
</head>

<body bgcolor="#FFFFFF" onLoad="MM_checkPlugin('Shockwave
Flash','yourFlashpage
urlhere.htm',yournonflashpageurlhere.htm',true);return
document.MM_returnValue">
</body>
</html>

Regards

Phil Ward
Crescent Graphics

phil-watcrescent-graphics [dot] co [dot] uk

New Media <> Internet <> Visuals <> A/W



----- Original Message -----
From: L Taylor <ltatwhatmedia [dot] com>
To: <flasheratchinwag [dot] com>
Sent: 29 September 1999 20:59
Subject: FLASH: Plug-in detection - resolved yet? Losing sanity, quickly!


> Hey all,
>
> There's been quite a lot of discussion about this. Has anyone found the
> ultimate cross-browser/platform answer yet?
>
> I am still having problems with the plug-in detection. Although, I tho
ught
> that I had fixed the problem someone is still having the problem of
seeing
> the a red screen, nothing else. All I want to do is:
> 1. Detect the Flash 3.0 plug-in and redirect to a flash page
> 2. Not detect the plug-in and go to a static page
> 3. Automatically refresh to the static page if someone has a browser who
> can't read the javascript.
>
> The website is: http://www.inn-entertainment.com
>
> Please also check out an alternative plug-in check at:
> http://www.inn-entertainment.com/detect3.html
> I found it at moock.org - thanks! Anyway, this version seems to do
> something odd in Netscape 4 on PC. It loads the movie then redirects to
the
> static page anyway.
> If someone has gone through this before and has an answer *please* let me
> know. I used to be on the borderline of sanity, but this has pushed me
over
> the other side.
>
> Many thanks in advance,
> Lesley.
>
> ...............................................................
>
> What Media : web design & development
> e: ltatwhatmedia [dot] com
> ph: 415.984.0406
> fax: 415.707.2101
> www.whatmedia.com
>
> ...............................................................
>
>
>
> ------------------------------------------------------------------------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [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-manageratchinwag [dot] com
>


------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [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-manageratchinwag [dot] com


------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [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-manageratchinwag [dot] com


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