Showing flash objects in WebView
When I tried to show a web page in Android, I faced with a black screen since web page contained Flash content. After googling I found the easy solution. Just add a single line to application tag in your manifest file.
Using Android library projects in custom builds
Android Library Projects are quite useful when you want to use your assets/resources in multiple projects.(about library projects)
How to open another application from current application on Android? – Different Approach
Opening an application from your own application is simple and you can find the solution everywhere like this :
How to close Android application when back button clicked?
The question and the answer is easy. Catch the back button and write finish() to close the application. But it may not work in some cases.
I faced with one of this cases and found a different approach. To use onBackPressed method you have to use Android 2.2 and higher. Hope this also helps to you.
ReadyO is online for Android devices!
I have worked a lot on Flash/Actionscript but for couple of weeks I only concentrate on Android and its native language.
PB Freekick is on air!
Up to now I’ve developed many flash games for websites and they’ve played over 50M all over the world. Don’t you believe me? Take a look at these games : game1 , game2 .
How to load Flex4 swf files into Flex3 application or vice versa?
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 :
How to install Adobe Air applications on Android Emulator?
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 :)
Adobe Certified Expert now! (Flex3 with Air)
Today I passed ACE Flex 3 with Air Exam and I can say that it is really hard! I accept I didn’t study so much but now I strongly recommend you to study every subject in details. Although my job is about flex development, I’m sure nearly 15 questions are about the subjects I’ve never met. Of course passing this kind of an exam gave me an excellent feeling :)
Desktop shortcut not work!
There are hundreds of examples for minimizing Air Application to system tray. Of course application does not minimize itself to the system tray, it just changes its visibility to “false“. So you can change visible property from tray icon native menu or by clicking-double clicking. If you follow traditional procedures you will see that when you click desktop shortcut, your application not restore (or become visible) again. Shortcut becomes useless when you minimize your application to tray! Then how can you solve this problem ?
Blog Categories
- Actionscript (3)
- Air (4)
- Android (5)
- BLOG (4)
- Flex (3)
Recent Posts
- Showing flash objects in WebView
- Using Android library projects in custom builds
- How to open another application from current application on Android? – Different Approach
Archives
- December 2011
- October 2011
- September 2011
- July 2011
- June 2011
- August 2010
- June 2010
- May 2010
- March 2010

Posted by Ercan in