--- In [email protected], "icykorpio" <[EMAIL PROTECTED]> wrote: > > give ppl a real case, > > before i wrote a software which contain the swf by c++. > > and people can click button in flex to command c++ wrapper pop up a > windows system file dialog. but if user doesn't choose a file in 15 > seconds. flex consider the script time out! > > any thing through ExternalInterface all the same fate! > > > Adobe really needs to change this bad idea. >
I use a different program to contain my swfs. What I do in situations like this is to send a call out to the main application that starts whatever process, but it isn't expecting any return. When the main application _has_ a return, it calls a callback in the file that then takes the return and does whatever with it. It may not be the most wonderful system in the world, but it works. -Amy

