Skip to main content
Known Participant
February 25, 2010
Question

How to use flash.import.system.ApplicationDomain for local use

  • February 25, 2010
  • 2 replies
  • 406 views

I've been researching and studying on how to use this package but I can't seem to understand how to use this for local usage.

Any input would be helpful.

TIA

This topic has been closed for replies.

2 replies

Inspiring
February 28, 2010

One of the uses is to load external swf and instantiated classes that belong to the loaded swf in a parent application. It is useful, for example, when you want to keep assets in a separate file or load libraries as needed to optimize performance.

c0jAuthor
Known Participant
February 26, 2010

Help?