Hi list.

Serious problem. Since Shockwave didn't support
MIAW, i tried to hack the problem by calling a JavaScript function
to create a new window for me...

Calling method ->  externalEvent("showWindow('otherMovie.html')")

The JavaScript function is called and all is working well until it comes
to the secret line ->

function showWindow(url) {
window.open(url, "POPUP", "toolbar=0,menubar=0,scrollbars=0,resizable=0");
alert("1.. 2.. Test.");
}

It didn't show the window, neither the alert. It seems to stop the parsing
of the javascript!!

I begin to be discouradged... the other problem is that in Internet
Explorer, the function called
must be a VBScript one, Ouch!

Thanks a lot for the "Hot" that will be able to help me with that.

JF


[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!]

Reply via email to