actionscript 3 - Flex classes in Pure AS3 projects -


according blog article , flex components such flex webservice , httpservice don't rely on flex framework, should possible import , use them in pure as3 project.

i wonder if adobe have designed flex modular approach similar of zend framework, whereby of classes have been imported without having load full framework.

do know of other flex components/classes used in such way?

the flex compiler--which used in pure actionscript projects compiled w/ flash builder--will optimize itself. classes use go final swf. so, final file size no affected if put 100 classes in library path , never use them. so, feel free add flex swc information , use httpservice and/or webservice.

i assume if using flash pro similar optimizations occur when creating final swf.

that said, adobe seem moving in direction of separating out flex. flex 4 classes, example, located across 10 different swcs. mobile classes in flex hero isolated, adding @ least 1 more swc mix.

i suggest take @ rpc.swc class, guess httpservice , other related classes reside.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -