Probably you could open the alert using a timeout in JavaScript
Cheers
Ralf.

On 10/15/07, Claudia Barnal <[EMAIL PROTECTED]> wrote:
>
>   Hi,
>
> How could I make an async method in actionscript.
>
> Something like this:
>
> function doSomething():void
> {
> asyncCall(makeOrangeJuice, orageJuiceReady);
> }
>
> function makeOrangeJuice():void
> {
> ExternalInterface.call("openModalAlert");
> }
>
> function orageJuiceReady():void
> {
> trace("No timeout error!!!");
> }
>
> Or how else can I avoid the timeout error with a modal JavaScript Alert.
>
> Thanks,
> Claudia
>  
>



-- 
Ralf Bokelberg <[EMAIL PROTECTED]>
Flex & Flash Consultant based in Cologne/Germany
Phone +49 (0) 221 530 15 35

Reply via email to