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 [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

