How can i load swc files dynamically using as3? ( without relying on Flash IDE).
How can i load swc files dynamically using as3? ( without relying on Flash IDE).
How can i load swc files dynamically using as3? ( without relying on Flash IDE).
Do not work with the server. It is a local application . My client are children curious though , do not try to open a swc to zip to see what 's inside ...
I went through other avenues . As you had recommended , I'm loading a SWF with Stage empty , and only bringing the screen, which is important to me direct this external swf library . Thus , if the child can find the swfs loose , nothing will occur to run them . I just worry a bit about the process of it all : a whole load external swf ... Despite being a local application , believe me, the machines are really rotten . The original intention of using the swc , was to test which method would be most effective in terms of processing and memory load RAM ...
Finally , i choose the swf , the ease at work, yet I am faced with two issues : The weight of the processing , and the use of GPU , because my client machines , have only a generic driver for the video card ... I tried to use the starling , but its resources are only accepted from the AIR 3.1, but that's another story ... Thanks for All.
The SWF can be used the same way as the SWC, meaning you do not need to visually "show" anything when it is loaded. Your code can utilize classes and assets embedded in the SWF, just like a SWC. Therefore if anyone just loaded the SWF to see what was in it they wouldn't see anything. They could however programmatically access anything inside it just like you, if they went to that level. But it would not be as easy as just running that SWF to see what is inside.
Hopefully just packing several separate SWFs will let you load and unload only what you need to keep RAM usage as low as possible with minimal SWF overhead.
If you're all set please mark any helpful/correct so we can filter unanswered. You're welcome and good luck!
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.