ajibanda
++
About
Contact
Articles
Programming
Tutorial
Debugging
Tools and Utilities
Blogging
SEO
Author's Note
ajibanda
++
Home
About
Archive
Programming
Tutorial
Debugging
Tools and Utilities
Blogging
SEO
Contact
Showing posts with label
AIR
.
Show all posts
Showing posts with label
AIR
.
Show all posts
No More Flash for Mobile Users
Officially today, Adobe has declared the end of development of Flash for mobile devices. They stated on their announcement that instead of ...
Vertical Text on Flex Labels using rotationZ Property
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 ...
Building Native Windows Installer from Adobe AIR application
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 ...
Error creating AIR file: error 306: descriptor support one of the following profiles: desktop mobileDevice, extendedMobileDevice, tv
PROBLEM Error creating AIR file: error 306: descriptor support one of the following profiles: desktop mobileDevice, extendedMobileDevice, ...
Remove Status Bar on Flash Builder / Adobe AIR
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...
VerifyError: Error #1014: Class flash.desktop in Flex/AIR
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 ...
Changing currentState of Main and Customized Component in Flash Builder 4
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...
TypeError: Error #1007: Instantiation attempted on a non-constructor
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...
Subscribe to:
Posts ( Atom )