问题
I am new to action script development. However, I have learned enough action script that I can play with it. I am only interested in android development. For this purpose flash cs5.5 is my favourite but it does not provide captive runtime for .apk(and we have to use adt command line thing, i tried alot but couldn't embed air runtime through adt command line)... so I used flash builder 4.6 which is very good(multi platform development) and provide direct and easy option for captive runtime. BUT IN FLASH BUILDER you can not use timeline and animations, which is its disadvantage to me. HERE I WANT TO KNOW, IS THIS POSSIBLE I MAKE ANIMATIONS, GRAPHICS ETC IN FLASH CS5.5 and RELEASE APP THROUGH FLASH DEVELOP(so i can use captive runtime option in FB 4.6). OR you can tell the easiest way to captive runtime in FLASH cs5.5 generated apk
回答1:
You can export animation with AS Linkage to .swc libs and connect this swc`s to flash builder project.
Export swc
Connect swc to FlashBuilder
来源:https://stackoverflow.com/questions/20165649/publish-in-flash-builder-4-6-actionscript-mobile-project-make-in-flash-cs5-5-a