Jun11

If you are a Adobe Flex and Adobe AIR developer, you should know the list of devices which can support Adobe Flash Player and Adobe AIR. Adobe has released latest Flash Builder 4.5, using that we can develop Mobile Applications. Once you build the application, you should know what is required to install and run [Read More...]

May11

Included very useful adobe AIR application for Adobe Flex and Adobe AIR developers. Now its available in the download section. Please check the link here "http://www.flextechie.com/download"    

Feb11

When we create "Flex Mobile Project" in Flash builder burrito, by default flex mobile application does not provide write permission to "External Storage".  Flash builder burrito does not show any runtime error, when we test this application in desktop based "Mobile Simulator". After installing the "APK" (generated APK file from Flash builder) in the mobile [Read More...]

Dec10

Recently i was working on one of Adobe AIR project, in that i wanted to embed one font file in the CSS and apply that styles to the component. But flex was throwing the error as 1. "exception during transcoding: Unexpected exception encountered while reading font file '/I:/DEV/Fx_Workspace/FontIssue/src/PraxisEFLight.ttf' 2. unable to build font 'PraxisLight' 3. [Read More...]

Apr10

Adobe released Adobe Flash Builder 4.0 formerly know as Flex Builder released with new enhanced productivity features in the IDE (built on top of Eclipse). Adobe Flex SDK 4.0 has been released with new Spark Component architecture and improved “States’ architecture. Download the Adobe Flash Builder here http://www.adobe.com/products/flashbuilder/ Want to start learning New Adobe Flex [Read More...]

Aug09

Now Tour de Flex is available as both Web application and Desktop application. The Tour de flex has more than 200 live samples of flex components, various APIs like Google Search, Google Map, Yahoo Map, Amazon, Flickr, SalesForce, Ebay etc and coding techniques with all the source code is available at one place. So the [Read More...]

Apr09

Problem : Refresh(F5) Handling in Flex application Description : Are you facing problem with the Refresh(F5) option available in the browser for your flex application.Here is the solution for this.The Refresh is a good option to reload the page again.But in Flex/Flash(swf) file it reloads the view as it was started. Project Demo : Download [Read More...]

Mar09

Problem : How to create Google map in flex application Description : Creating Google Map in Flex application is very easy.Use the Flex Map Component from Google then get the API Key from here.Follow the below mentioned steps Project Demo : Download : Download the Flex Google Map project source here Code Description : Sign [Read More...]