Hi all
I am trying to open a new window from my shockwave movie.
in the lingo code I wrote :
on mousedown
externalEvent "Info"
end
and in the html code I wrote:
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<SCRIPT LANGUAGE="VBScript">
<!--
Sub Info
window.open "http://www.yahoo.com", "new_window"
End Sub
-->
</SCRIPT>
</head>
but when I activate the on mousedown nothing happens.
what am I doing wrong?
Yariv Rosenstein
[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!]