Is it possible to access a remote SWF without needing to download it?

Posted by Trap on Stack Overflow See other posts from Stack Overflow or by Trap
Published on 2010-05-20T10:06:53Z Indexed on 2010/05/20 10:20 UTC
Read the original article Hit count: 113

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about flash

Related posts about actionscript-3