Quantcast
Channel: CoderzHeaven » Adobe_AIR/FLEX
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Alert Button with Image in Adobe AIR/FLEX…

We usually see only alerts with text only, but in Adobe AIR and FLEX we can have alerts with our images in it. That’s really cool right. Take a look at this simple example. It places an image in the...

View Article



ToolTip Sound in Adobe AIR/FLEX…

Sometimes we may need to have a sound when we hover over something, i.e when a tooltip appears. Actually this can be done easily by adding an eventListener to the corresponding control. Take a look at...

View Article

Image may be NSFW.
Clik here to view.

How to show hyper link in Alert in Adobe AIR/ FLEX?

Show Hyperlink in Alert Link to this post!More Similar Posts Alert Button with Image in Adobe AIR/FLEX…File Operations in Adobe AIR/FLEXSet Focus for any control in Adobe AIR/ FLEXAdding Links in Menu...

View Article

Image may be NSFW.
Clik here to view.

How to open a new window in Adobe AIR?

Hi all …. In this example I will show you how to open a new window from an adobe AIR Application. First you create a new Flex Project and named FirstWindow. Now you have FirstWindow.mxml in your...

View Article

Listening to keyBoard in Adobe AIR/FLEX….

Hi all…. We all need to know which key is pressed in an application up on which we may need to take an action. For example if the user presses “Ctrl + s” we know he want to save. So for that we need to...

View Article


Image may be NSFW.
Clik here to view.

Adding Links in Menu in Adobe AIR/ FLEX.

Hi all… In this tutorial I will show you how to add links in a menu in Adobe AIR/ FLEX. It is really simple. Just add a normal menu item and on the click handler for menu items match the label and...

View Article

How to drag and drop a file from outside to your flex or AIR application and...

Actually we have to do this by registering your application with the eventlisteners for NATIVE_DRAG_ENTER and NATIVE_DRAG_DROP. The following code shows how to do this. Just copy and paste the code to...

View Article

How to scale a Flex window to any size?

This simple code scale your current window to max size of your screen. Call this code where ever you want. stage.scaleMode= StageScaleMode.SHOW_ALL; Link to this post!More Similar Posts How to open a...

View Article


How to add sprite to a body in Box2D in Adobe AIR, FLEX and FLASH? Or Add...

The below code is for FlashBuilder 4, If you are using FlexBuilder3 use addChild() instead of the commented block in the following code. public function addCircle(){x:Number, y: Number, radius:Number,...

View Article


Image may be NSFW.
Clik here to view.

How to find your Google Plus ID

This is so simple 1. Go to your Google + account (https://plus.google.com/). 2. Click on the Profile icon on the Left. 3. If you look at the URL in the address bar, it should look something like this:...

View Article
Browsing all 10 articles
Browse latest View live


Latest Images