Showing posts with label Flash. Show all posts
Showing posts with label Flash. Show all posts
Officially today, Adobe has declared the end of development of Flash for mobile devices. They stated on their announcement that instead of ...
Hello friends, here's another Blue Moon post! I just found another interesting video over the net and I thought of sharing this to each ...
Scenario I would like to sort an array collection of objects wherein some of them have property of string values that are usually empty. My...
This not-so-busy morning, an officemate share a SWF game just to kill sometime. So meet QWOP an athlete that needs to win the game.. To p...
To create a vertical text on flex labels, you can rotate the text by adding the property rotateZ and setting it to 90. Example: <s:Label ...
By default, Adobe AIR file can be package as an AIR file. This can only be run if you have an AIR installed on your computer. On the other ...
PROBLEM Error creating AIR file: error 306: descriptor support one of the following profiles: desktop mobileDevice, extendedMobileDevice, ...
By default status bar is added in every desktop AIR application done in Flash Builder. To remove this, simply add the following on your mai...
Error #1014 arises when a certain class is not found. In this case, flash.desktop class is not allowed to be accessed. To resolve this, add ...
Here is a short way to change the currentState of components from an external component, Note that this is based from my coding experience a...
Scenario Loading a SWF made from Flex 3 to a new Flash Builder 4 (new name for Flex) application. Issue An error pops out as follows: Ty...
I was studying flex for the past few days, all of a sudden I realize something weird with my packages. I am using Eclipse in Linux and Fle...