I've got a pretty simple demo .fla (CS5.5, OSX 10.6.8) using V2 components.
With a simple timeline .fla, with the video component on a keyframe, if I respond to the COMPLETE event of the video and try to either move the timeline along, unload the video or remove the video component I get this error:
TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.google.ads.studio.video::VideoEventDispatcher/monitorPlayHead() at flash.utils::Timer/_timerDispatch() at flash.utils::Timer/tick()
Looks to me as though the video component does not check to see if its null etc.
Any ideas of a fix? |