PDA

View Full Version : combine examples?


gh
04-16-2007, 08:09 PM
I'm trying to get the functionality of BOTH the Navigation example AND the embedPano example (embed a panorama in another SWF, and also have a fixed-size SWF playing on top of that, but it doesn't seem to work like the plug-in architecture.

Can this be done?

Denis
04-17-2007, 07:25 AM
No problem.
Change in embedPano.fla
panorama.loadPanorama("pano.swf?panoName=images/snow");

to:
panorama.loadPanorama("pano.swf?panoName=images/snow&xml_file=controller.xml");

Done. :)