Using a Flex AIR application with the Flash browser plugin -
i have flex air application. during compilation process, .swf file generated. swf usable flash browser plugin? if not, how 1 go porting application browser? there pitfalls aware of?
the common/standard approach create multiple projects in ide. note air classes cannot used in web applications. you'll need segregate air specific code anyway.
you'll put majority of common code shared libraries (swc's). might have several library swc's (some might contain air code, , vice versa). create 2 application projects: air application , web application.
the 2 application projects use shared library swc's , not have code in them. these "application shells" utilize common code swc.
Comments
Post a Comment