Flasher Archive

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


Subject: Re: FLASH: Testing non-Flash detection
From: Wayne Pennell \( Web Master \)
Date: Tue, 25 Jul 2000 20:33:22 +0100

I use this type of script


<HTML>
<HEAD>
<TITLE>PBM Graphics, Inc. Detect page</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- use this comment tag to hide the enclosed code from old browsers.

file://Look for a version of Internet Explorer that supports ActiveX (i.e.,
one that's
file://running on a platform other than Mac or Windows 3.1) or a browser
that supports
file://the plugin property of the navigator object and that has Flash Player
2.0
file://installed.

if ((navigator.appName == "Microsoft Internet Explorer" &&
navigator.appVersion.indexOf("Mac") == -1 &&
navigator.appVersion.indexOf("3.1") == -1) ||

(navigator.plugins && navigator.plugins["Shockwave Flash"])
|| navigator.plugins["Shockwave Flash 2.0"]){

file://Load a pre-defined HTML page with Flash Player in it into the
browser window.
window.location='defaults.htm';
}
else {
file://Load a pre-defined HTML page without Flash Player into the
browser window.
window.location='defaultd.htm';
}

// Close the comment tag. -->
</SCRIPT>
</HEAD>

<BODY>

<CENTER>

<H3><A HREF="defaults.htm">See the Flashed Site</A><BR>
<FONT SIZE=3>requires <A
HREF="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version
=ShockwaveFlash">Flash Player</A></FONT></H3>

<H3><A HREF="defaultd.html">See the unFlashed Site</A></H3>
</CENTER>

</BODY>
</HTML>


Sorry for Html.

Wayne Pennell




----- Original Message -----
From: "Dennis Miller" <DennisMilleratwestfairoaks [dot] org>
To: <flasheratchinwag [dot] com>
Sent: Tuesday, July 25, 2000 12:49 PM
Subject: FLASH: Testing non-Flash detection


> Any suggestion on how to test the feature to switch pages when flash is
not
> a browser facility?
> That is, I have the flash plug-in installed in order to test the flash swf
> products. How do I test
> the facility to switch if not flash equipped?
>
> -- Dennis
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
> www.flashforward2000.com
> Produced by United Digital Artists and lynda.com
> Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
> shockwave.com and Electric Rain.
> 1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
> Register before June 30 and save $200!!-- www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Testing non-Flash detection, Dennis Miller

Replies
  FLASH: Testing non-Flash detection, Dennis Miller

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