Skip to main content
Known Participant
February 28, 2013
Question

Errors loading Captivate 6 swf files into Flash swf

  • February 28, 2013
  • 1 reply
  • 920 views

Need some help here since it seems there is no answer out there. Any swf generated from Captivate 6 that I try to load from a Flash swf gives me this error upon publish:

"TypeError: Error #1009: Cannot access a property or method of a null object reference.

  at Function/<anonymous>()"

Does anyone out there have a solution for this? My loader code is pretty simple

function launchExam(e:Event):void {

          try {

          var ld:Loader = new Loader();

          ld.load(new URLRequest("captivat6file.swf"));

          addChild(ld);

          beginTestBtn.visible=false;

} catch(e:Error) {

}

}

I don't know what else to do. I tried exporting the captivate to Flash CS6. but half of the functionality is stripped out. Is there anything that can be done to bypass the errors or something?

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    March 1, 2013

    Hello there,

    I tried to load a simple cp swf with a question slide and it loads just fine. Can you please email me at viswanat@adobe.com with a sample project? Will investigate the issue further.

    Thanks,

    Vish

    khussieAuthor
    Known Participant
    March 1, 2013

    Hi Vish,

    Thanks so much for getting back so soon. I really appreciate it. My file has mostly slides with rollover areas that read captivate text to speech when you rollover. Right now my text is secure material. So I will try to get you something similar soon.

    Kieran