Flash/ActionScript New Window Question

Yeah you are going to run into that problem with IE and Lectora and LMS courses.One way I could around this, is to call the code that Lectora would use, so this play's nicely with the LMS API.so it would be something like this:on (release){getURL("javascript:ObjLayerActionGoToNewWindow( 'http://www.adobe.com', 'Trivantis_NewWindow', 'width=850,height=705,left=0,top=0,scrollbars=1,resizable=0, menubar=0,toolbar=0,location=0,status=0' );"); }Or you can create a hidden link on the page that does what you want, and then find the action in the HTML that calls the link, for example in my test it would be:on (release){getURL("javascript:action64223();");}Edited By: Xithis on 2009-3-11 21:42:26

Discussions have been disabled for this post