Flasher Archive

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


Subject: FLASH: Detecting if java enabled for CFSET flashmoviename.swf
From: Jack Monteleagre
Date: Thu, 19 Oct 2000 22:33:42 +0100

All,

I'm trying to come up with an equivalent solution to detecting if java
is enabled on a end user's browser and if so then use a specific flash
file in the object/embed tags that are set through use of ColdFusion. So
far I have this javascript:

if (navigator.appName == 'Microsoft Internet Explorer' &&
navigator.appVersionindexOf('MSIE 3'))
var java = false;
else
var java = navigator.javaEnabled();


My question is if I am using cold fusion variables to define the
parameters and settings how can i add logic to this to be able to use
say a specific flash file instead of another? (this is a specific
problem i've seen when trying to do fscommands to flash or flash to
javascript, etc.) I want to create a work around that enables me to use
one of two flash files, etc.

The problem I see is that since cold fusion will always execute before
javascript this is not possible. Has anyone tried this and if so how?

Thanks,

Jack


--
Jack Montealegre
Application Developer
G.Triad

Tel: (973) 428-9600 ext. 7618
Fax: (973) 428-1112
jackmatgtriad [dot] com
http://www.gtriad.com

FOR MORE INFORMATION ABOUT G.TRIAD
Visit the G.Triad Corporate Web Site http://www.gtriad.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Detecting if java enabled for, Gregg Caines
  Re: FLASH: Detecting if java enabled for, Erik Mattheis

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