PDA

View Full Version : easy question


SLiCKe
08-29-2001, 03:20 AM
Does anyone know the best way to send a variable from Flash to Javscript on the page? I have been reading about the FSCommand, and I was wondering if there was an easier way to either send it directly to the javascript, or else sending the varialbe to a text file, and then have the javascript read the text file. If anyone has any ideas, please let me know

Thanks
SLiCK

Jesse
08-29-2001, 03:28 AM
The best (most commonly supported) method is to use getURL to call your javascript function and pass in variables. Examples of this can be seen in the Spawn Browser Window tute.