AIR 3.6 & 3.7 SWF Loading Confusion
Hello, I am developing an application for the desktop and mobile platforms. I am using Flex and FB 4.7. One thing that is very important to me is the ability to load external swf files into the...
View ArticleRe: AIR 3.6 & 3.7 SWF Loading Confusion
Hello, I would really like to hear one of the AIR developers comment on this if possible. I can't understand why this works, but when I try and load other swf files with no AS code but that have symbol...
View ArticleRe: AIR 3.6 & 3.7 SWF Loading Confusion
Having it shared for ActionScript in the library will cause there to be a Class created. So, although you think it has no code, by the time it's a swf it will have code.
View ArticleRe: AIR 3.6 & 3.7 SWF Loading Confusion
I originally thought that too, but as I mentioned in my first post, I can load external swf files that have the above code in them on the first frame. The external swf files also have symbols with AS...
View ArticleRe: AIR 3.6 & 3.7 SWF Loading Confusion
Hi Keith, Well ideally secondary SWF (whether external or not) containing any ABC code can't be reloaded on iOS and there is no "limit" of using any AS code to make reload work. But your case looks...
View ArticleRe: AIR 3.6 & 3.7 SWF Loading Confusion
I can't share the whole project because it is too big, but I will send you the claas that is doing the loading and manipulation of the loaded swf's symbols, as well as the fla file that I used to...
View ArticleRe: AIR 3.6 & 3.7 SWF Loading Confusion
@Nimisha1Ok I think I understand what is going on now, but please confirm. I trimmed down the size of my FB project because it was taking so long to package and test. I did this by removing 2/3 of the...
View ArticleRe: AIR 3.6 & 3.7 SWF Loading Confusion
Keith, >>So was this the result of less code from the stripped swf assets being inserted into the main swf file?Yes. In AIR 3.6 with multiple swfs feature on iOS we started embedding all ABC code...
View ArticleRe: AIR 3.6 & 3.7 SWF Loading Confusion
I'm also confused what do you mean by content only swf? If I publish swf without 'export for AS' option how would I access assets that are inside that SWf from my main app?
View ArticleRe: AIR 3.6 & 3.7 SWF Loading Confusion
Hi Rgbastrost, Even if your SWF is containing any ABC code (i.e you're doing 'export for AS') you can still load it on iOS in AOT/Interpreter mode (be it locally or externally). >>I'm also...
View ArticleRe: AIR 3.6 & 3.7 SWF Loading Confusion
Is there anywhere at all where all of this knowledge about what can/can't be loaded on the different platforms is documented? It would really be helpful to AIR developers if this stuff was documented...
View ArticleRe: AIR 3.6 & 3.7 SWF Loading Confusion
Hi Nimisha, I cann't able to reload the external stripped swf(contains ABC code) more than once since it is restricted in ios device. Is there any workaround for reloading the external stripped swf...
View Article