Browsing all articles from June, 2010

How to load Flex4 swf files into Flex3 application or vice versa?

Posted Posted by Ercan in BLOG, Flex     Comments No comments
Jun
20

I think the title of the post explains the problem :) Loading a swf file into a Flex project is simple : SWFLoader !
I made a project by Flex4SDK and got the swf output named as LoadMe.swf . Then I tried to load LoadMe.swf file into my Flex3 project by this line of code :

read more

How to install Adobe Air applications on Android Emulator?

Posted Posted by Ercan in Air, BLOG     Comments 13 comments
Jun
9

Everyone is talking about Adobe Air on Anroid devices, but the answer to the question  “How can I test my application without buying an android device?” is not very clear. There are many air applications working on real devices but I could not find a specific tutorial working on emulator and decided to write a brief one :)

read more