From: crisbosch on
I've been assigned to work on a Flash Kiosk that was designed by another
company. This Flash kiosk has ten external swf files that load into the main
swf. I've never published a projector with multiple swf files. I need this to
work in PC so I'm publishing exe files for all and I assume it would work just
like swf files loading into the main swf. It didn't work on a mac projector
format. Will it work on PC? What's the appropriate way to deal with external
projector files that load dynamically through actionscript?

From: Rothrock on
As far as I know you only need one projector file and then the rest would be
published as swf files.

The projector just bundles in the flash player and allows you to play the swfs
without having to wrap them in an HTML page.

All file paths will be relative to the original projector's location.

From: crisbosch on
Thanks! Works like a charm.