Flasher Archive

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


Subject: RE: FLASH: Javascript for redirecting to a non-Flash page?
From: Eric Dunham
Date: Fri, 4 Feb 2000 05:37:06 GMT

Umm...assuming that you have a boolena variable called hasFlash that has
been utilized by a detection script preceding your redirect code you could
do something like:

(hasFlash)? self.location = "yoursite.com/hasFlash.html" : self.location =
"yoursite.com/noFlash.html";

or something to that effect...
There are any number of ways that you can use the "location" property as
well. So you could use any number of objects that would do the same thing.
You could also use location.replace(url) instead of just location (the
.replace(url) part actually replaces the current location with the location
that you redirect to for history purposes -- you know the sites that
redirect you and then when you tried and use your back button and get kicked
forward again? :) They needed to use .replace() )
HTH,
Eric

-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Lena
Björklund
Sent: Wednesday, February 02, 2000 5:19 PM
To: flasheratchinwag [dot] com
Subject: FLASH: Javascript for redirecting to a non-Flash page?


Hello, dear listfellows.

I´ve been off for a while and am maybe a bit out of terms.
(Still using version 3, actually.)
Anyway, I would be very happy if anyone would like to help me with some
advice on
how to redirect a visitor without the swf plug-in, to another "plain
html"-page.

Thanx in advanx. Hope I have made myself clear.

Lena B
http://home.swipnet.se/lena_b/tangoindesign.html





flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 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 Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 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
  FLASH: Javascript for redirecting to a n, Lena Björklund

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