calling HTML page from Flash with getURL

Hi,I have a flash movie on a Lectora page. On the last frame of the movie I have the following ActionScript, which calls the next (Lectora-)HTML page:getURL("current_trends_current_trends_1.html", "_self");This works fine.Now I want to publish the course to SCORM. Publishing to SCORM changes the name of the HTML page to a002_current_trends_1.htmlI therefore changed the getURL code to:getURL("a002_current_trends_1.html", "_self");However now the browser window tries to close as soon as the flash movie has reached the last frame with the getURL code on it!Is there anything in the SCORM code, that prohibits this way of calling an HTML page into the browser?I really don't understand, why it doesn't work anymore, as soon as published to SCORM.Please help! i need to integrate on an LMS and deliver to the client!Thanks a lot.jz

Discussions have been disabled for this post