Hi all,

I'm having trouble with something simple fscommands in an html page.

If I publish my swf with the setting 'Flash with FSCommand' and I include
the following code in the first (and only) frame of my swf:

fscommand("yo");

and the js function that catches the fscommands looks like this:

function testFsCommand_DoFSCommand(command, args) {
    alert(command);
}

and my movie id=testFsCommand

I should see an alert that says "yo", right?

Nothing happens...  Are there any gotchas that I don't know about?

Very weird...  If anyone can shed some light on this, that would be great

Thanks,


--
Jim Kremens
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to