Figured out fscommand, but

I am using this code (then saving swf as a projector, of course)

on (release) {
fscommand (“exec”, “osk.exe”);
}

Works like a breeze. However, what do I put in place of “on release” so that the external application loads when the SWF loads?

Thanks