[osflash] ARP using external swf file

Chris Velevitch chris.velevitch at gmail.com
Thu Sep 22 00:11:08 PDT 2005


On 9/21/05, Manuel Saint-Victor <diamondtearz at gmail.com> wrote:
> Is it generally not a good idea to load extrnal swf files to use as views
> into ARP?  The problem I come across is that when trying to access the
> contents of a screen wherein the swf is loaded externally I have to reach
> the stuff through "contentholder".

It depends. In my case, I've segmented the application up so that
accessing data in the loaded swf by the parent view is not necessary.
This is achieved because the initial view is a loggon page and the swf
to load is dependent on the users group id. So basically each swf is a
standalone app.

>                                                   Does deferring automatic loading and
> then using the load() method as each screen is called provide me with enough
> benefit in the initial download cost that it's okay to just put all of the
> content directly on the screens and just call load() when a particular
> screen is loaded?

I don't know because I've have had problems in understanding automatic
loading, that I opted for manual loading.


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au



More information about the osflash mailing list