Can swf files cause lock up?
April 26, 2005 12:00 AM
I have this problem with Flash Lectora and Saba 3.1. I think everything chokes when you send a bunch of getURLs at the same time. Instead space it out a bit.I was able to remedy it by creating a movie clip that exits the title like the below, where action53 + 54 is a function of a button that I placed in lectora and hidOn Frame 1getURL("javascript:action53();"); //this sets statusFrame 5getURL("javascript:VarmyCheckStatus.set('')"); //clear variablesFrame 10urlValue ="javascript:VarmyCheckStatus.set" + "('" + String(_root.setCheckVar) + "')";getURL(urlValue); //Set variablesgetURL("javascript:action54();"); //Exit TitleHope this helps,
Discussions have been disabled for this post