actionscript 3 - How to convert flash dynamic presentation to air to work in mobile -
can convert flash desktop presentation developed in flashdevelope as3 air work in mobiles(ex: android) phones. presentation containes runtime dynamic data(xmls,images,swfs) loading. possible?
you can load static assets no problem, loading remote swf containing actionscript isn't allowed on ios , android have restriction.
for new version of air can package code in main swf , load swf , linking code. see article more details. adobe article
you can package multiple swf in application , load them. adobe article
Comments
Post a Comment