Adobe Captivate 6 - right click enable
when right-clicked, shows following error:
error: error #1502: script has executed longer default timeout period of 15 seconds.
@ com.adobe.captivate.main::rdbutton$/dorightclick()
@ function/http://adobe.com/as3/2006/builtin::apply()
@ flash.external::externalinterface$/_callin()
@ function/<anonymous>()
generally that's caused loop (for, or while) not terminate within 15 seconds. in flash there's setting allows longer execution.
i'm not captivate expert. so, if need find setting in captivate, post in captivate forum: http://forums.adobe.com/community/adobe_captivate
however, message indicates code error. exceptions loops know iterating many thousands of times , expect timeout problem.
More discussions in ActionScript 3
adobe
Comments
Post a Comment