Need help with Action Script Error in Captivate

Asked By 10 points N/A Posted on -
qa-featured

Hello,

I added some Captivate software simulations into Presenter as web objects and I am getting an error message when previewing the slide.

See the attached image below.

 

Script Error:

An error has occurred in the script on this page.

Line: 53 .

Char: 3 .

Error: Object required.

Code: 0.

URL: file:///C:/Users/pintol/AppDate/Local/Temp/1/articulate/pres enter/ap07002/data/webobject_slide21/index.htm.

Do you want to continue running scripts on this page?

How do I fix this error? Don't tell me to recreate the captivate demos please.

Thank you.

SHARE
Answered By 0 points N/A #145578

Need help with Action Script Error in Captivate

qa-featured

This is a script error means that any of your action scripts is causing the error.

  1. First make sure that you have all the scripts written in a well defined order and that they are not overlapping each other in any way.
  2. After that, check if there is any variable of the action script declared two or three times with a mistake.
  3. If it happens then remove the other declaration.
  4. You can find the double declaration by doing CTRL+F
  5. After that you need to see if the other variables are intact and are not being affected by the process you just did above.
  6. If all goes well, then you can get rid of the problem

Related Questions