Flasher Archive

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


Subject: Re: FLASH: Re: Detecting if java enabled for CFSETflashmoviename.swf
From: Erik Mattheis
Date: Fri, 20 Oct 2000 18:01:17 +0100

>Again the problem's core issue is that JAVA needs to be enabled for
>these steps to work. Else it will not since the message is never sent to
>Flash or Received by Flash, take your pick I'm not sure.

Never sent. Java needs to be enabled to make a Flash movie scriptable.

>Possible Solution:
>The possible solution to this problem is since Cold Fusion code will
>always execute before Javascript will there must be a way of using Cold
>Fusion to detect if the End Users browser has the setting "Enable JAVA"
>turned on.

Not with ColdFusion without two trips to the server, as explained in
my last response.

However you could document.write() different SWFs based on the value
of navigator.javaEnabled() ... you're already doing that to detect
the Player so just define theSWF in the detection script based on the
value of navigator.javaEnabled() and say in the object and embed tags:

value="' + theSWF +'"
--

___________________
- Erik Mattheis
http://gozz.com/

(612) 827 3963



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
  FLASH: Can Anyone Help Me?, David Doggett

Replies
  FLASH: Re: Detecting if java enabled for, Jack Monteleagre

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