jez_p
08-26-2007, 07:11 PM
Using the embedPano.fla as a template, I have made a simple Flash application which contains a map and has buttons, which when clicked, open up the respective FPP pano over the app. What I want is a simple "back" button which unloads/closes the pano and reveals the main application again.
There does not appear to be a way of controlling the main app from the FPP pano via hotspots, so I have added a "back" button that appears over the pano. This button when clicked removes the loader component successfully, but it appears that the hotspot plugin is not being removed, and I get the following message when I again click the same button in the main app:
Layer 4 is busy
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at TransitionEffect$iinit()
at Hotspots/::startTransition()
at Hotspots/::waitForLoader()
at flash.utils::Timer/flash.utils:Timer::_timerDispatch()
at flash.utils::Timer/flash.utils:Timer::tick()
I've looked at all the posts on the forum here without any joy, so if anyone could give me any pointers on either of the following, that would be fantastic:
1/ control the parent app from FPP hotspots, or:
2/ unload the plugin SWF's
Many thanks.
There does not appear to be a way of controlling the main app from the FPP pano via hotspots, so I have added a "back" button that appears over the pano. This button when clicked removes the loader component successfully, but it appears that the hotspot plugin is not being removed, and I get the following message when I again click the same button in the main app:
Layer 4 is busy
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at TransitionEffect$iinit()
at Hotspots/::startTransition()
at Hotspots/::waitForLoader()
at flash.utils::Timer/flash.utils:Timer::_timerDispatch()
at flash.utils::Timer/flash.utils:Timer::tick()
I've looked at all the posts on the forum here without any joy, so if anyone could give me any pointers on either of the following, that would be fantastic:
1/ control the parent app from FPP hotspots, or:
2/ unload the plugin SWF's
Many thanks.