I've produced a flash movie (my first). I've embedded an fscommand to close the player on finishing and this works fine until I try to run it from Media Studio 5. Studio simply does not seem to acknowledge the test
if (e_FSCommand == "quit")
then
(I've tried page jumps, all sorts from here)
end
Running the debugger shows that the test never passes the test, i.e quit is NEVER true (although it works, as I say, in Flash player) so I'm unable to define any actions on "quit".
I've persevered with this all day but am running out of ideas!
I'd be grateful for any suggestions.


