Omar Fouad skriver:
Hello all,

I'm trying to call a function in JavaScript from a SWF file (AS3).
fscommand("start", "1");
This function works fine. However, when I pass a variable to the fscommand
parameters argument, JavaScript doesn't work:
fscommand("start", myString); // this doesn't work.

Am I missing something?


How about the ExternalInterface class?
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to