Is it possible to access a remote SWF without needing to download it?
- by Trap
We have a very large SWF hosted in a website which is just a repository of hundreds of movies/symbols. We load this SWF at the beginning with the Loader class but then the client will access a very few of them at that moment.
Is it possible to tell the loader to download symbols only when they're needed? (as with applicationDomain.getDefinition(...)).
Thanks in advance.