Re: "alert" pop-up window in ming?

"Raffaele Sena" <[email protected]> Thu, 4 Dec 2003 09:48:19 -0800
Newsgroups gmane.comp.web.ming.general
Message-ID <002f01c3ba8e$dff9fa90$7824fea9@RSENA02>
There is no such thing in Flash.
But you can use a JavaScript alert from Flash if you do something like:

    getUrl("javascript:alert('your message');

otherwise you have to create a movieclip with a high numbered "depth" (to
make it show on top)
and display it when you want your popup to appear.

-- Raffaele

----- Original Message ----- 
From: "Laurent Cocea" <[email protected]>
To: <[email protected]>
Sent: Thursday, December 04, 2003 8:11 AM
Subject: [ming-fun] "alert" pop-up window in ming?


> Hello,
>
> This is not strictly ming-related -- what is the equivalent of a
> Javascript alert() method in Flash MX actionscript? How can such an
> automatic pop-up window be created in ming-dev? Thanks.
>
> -Laurent
> _______________________________________________
> ming-fun mailing list
> [email protected]
> http://www.opaque.net/mailman/listinfo/ming-fun
>