Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
frankie_luccini webforumsuser@macromedia.com #1
flash detection
i've used the flash detection kit that macromedia.com has provided.
my only questio at this point, is how can still use the flash detection,
but make it to where the detection only runs once? it doesn't
matter if the user has installed flash or not. i just want the detection
to only run once. after it has run once, it can just use the information
it already has, which is basically a list of URLs to choose from. and
instead of running the detection, it can just run the re-direction, and
send the user to the proper URL.
frankie_luccini webforumsuser@macromedia.com Guest
-
Help with Flash detection
So the Sample works great, but it says to tutorial says to: 1.Replace the value of the alternateContent variable in the second JavaScript snippet... -
Flash detection?
I would like to test for the version of flash player when the user comes to my site. I used to have an extension that would place a flash file on... -
Flash Detection Kit
I'm sorry if this is the wrong place for this post. I've built a page with the Flash Detection Kit Extension installed. It's now my new index page... -
Flash Detection Help
Does anyone have any websites they could point me to that can help me research more about how to implement a Flash Detection script? -
Flash detection from CD
Hi All I am producing a CD Rom with Flash 6 elements and I want to know if there is a piece of lingo or script that detects if the user of the CD... -
SilicoNblOOd #2
Re: flash detection
I dont remember the exact syntax but as i recall there is a kind of init funtion in the init kit, put it inside the if statement as shown below:
---have fun----
if(!runOnce) {
flashDetectFirstFunction()
runOnce = true;
}
SilicoNblOOd Guest



Reply With Quote

