PDA

View Full Version : Jvascript variable?


Snore
11-22-2003, 09:54 PM
Not sure if this is the right place for this...but i'll give it a go anyway.

Ive got a wee javascript function and i want to know if i can get some data from the javascript function then save it into a flash variable to process it?

dont know if this is even makes sense, its 1 am and ive been working all day :P

tg
11-24-2003, 01:02 PM
depends on when you want to retrieve the value from the javascript funciton...

is the function run and a value returned before the flash file is loaded into the web page?

or

do you want a flash event to grab info from a javascript function?

the first option is very do-able, the second, i'm not sure is possible.

Snore
11-24-2003, 01:37 PM
Thanks for the help, i was going to go for the second option, but ive decided to take a new approach, one that i can actually do :P