Showing posts with label AIR. Show all posts
Showing posts with label AIR. 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 ...
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...