hi, lingoists
how can i open a popup browser window from within a shockwave movie? it
contains a 320x240 video file, so that has to be the size of the window.
i've tried externalEvent but with no success. something like:
on mouseUp me
externalEvent "javascript:minhafuncao()"
end
and in the html file:
<script language="JavaScript">
<!--
function minhafuncao()
{
window.open("video.htm","","width=340,height=260");
}
//-->
</script>
something similar works just fine for flash with geturl.
any idea?
thanks.
[]'s
Quixad�
web site - http://www.alternex.com.br/~quixada
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]