hello -
I am looking for a solution to loading an executable (Filemaker) underneath a Flash projector file.
Documentation is well described on the following kirupa page:
http://www.kirupa.com/developer/flash5/projectorcommands.htm
In my case I work with a full screen projector file. The excutable is
loaded via actionscript in a frame:[size=2][color=#0000ff]
fscommand (“exec”, “MyFileMaker.exe”);
[/color][/size]This works fine, [size=2][color=#0000ff][color=Black]but this loads over the projector file.[/color][/color][/size]
My problem is that I want to have [size=2][color=#0000ff]MyFileMaker.exe[/color][/size]
loaded underneath the Flash projector file.
How can this be done?
Finally I close the projector with a button:
[size=2][color=#0000ff]on (release) {
fscommand(“quit”);
}[/color][/size]
Suggestions welcome!
Kind regards Foxtrot