hi slava,
as far as i remember it doesn't work in some (old?) browsers, but there is
also the javascript-solution for alerts and prompts:
for alert:
on mouseUp me
gotoNetPage("javascriptalert('Hello world!')")
end
for prompts:
on mouseUp me
gotoNetPage("javascriptdoPrompt();")
end
and in movie-script for example:
on EvalScript aParam
member("input").text=aParam
end
and in the browser something like:
<script type="text/javascript">
function doPrompt(){
myDir.EvalScript(prompt("Please enter your password:",""));
}
</script>
valentin
> Message: 3
> Date: Tue, 27 May 2003 12:47:49 -0400
> To: [EMAIL PROTECTED]
> From: Slava Paperno <[EMAIL PROTECTED]>
> Subject: <lingo-l> silent alert boxes in Shockwave
> Reply-To: [EMAIL PROTECTED]
>
> Since MUI can't be used in Shockwave movies, what do you good people use
> for silent alert boxes and simple user-input queries? Roll your own, or is
> there something quick and elegant? Thanks! S.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL
PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping
with programming Lingo. Thanks!]