Any way to disable quiz click boxes from a parent SWF?
We've got a parent SWF that serves as a navigational shell, allowing users to move between different Captivate slides which are essentially embedded SWFs. Some of these SWFs are Captivate hot spot quizzes. We've run into a fairly significant issue - when a Captivate slide has a click box, it sets up an event listener for that box. Unfortunately, when a user moves off of that SWF, the event listener is still in place (note: we're not actually unloading the SWF, we're simply hiding it and showing the next SWF). Once a user clicks into the new SWF, the following exception gets thrown:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at captivate.veela_as3::rdClickHandler/CheckSpriteClick()
at captivate.veela_as3::rdClickHandler/CheckAllClicksDown()
at captivate.veela_as3::rdClickHandler/onMousePress()