Tips et exemples

TwitterFacebook
Get flash to fully experience Pearltrees
Modules

Native extensions

Serveur

Mobile

BD

By default a Flex application is not in focus in the browser when it loads. This can be especially frustrating if you have say a login view and would like the username field to be in focus when the application starts cranking. However, with some simple JavaScript we can set the Flash object to focus when the application loads. NOTE : This will not work in Safari, Chrome, or any other browser that leverages Webkit , as it doesn’t allow the focus to be set on embedded objects. If you’re targeting IE and Firefox the proposed solution below will work. For example purposes, let’s assume we want to make our username TextInput field have focus when the Flex app starts rocking. http://www.webappsolution.com/wordpress/2010/08/31/set-flex-to-focus-on-application-load/

Set Flex to Focus on Application Load | Web App Solution Blog

Learning Flex development the 2.0 way (part 2) | Blogagic

After having discussed the different type of Flex code samples that can be found on the web, let’s dive into Flex Custom Components. Here are the four major Flex resources categories that I identified so far : Flex Custom Components As with code samples, it’s very easy to find Flex Custom Components on blogs or web sites. http://blogagic.com/199/learning-flex-development-the-2-0-way-part-2
Erreurs

Texte

Effets

UI

IDE

Skin

DashBoard

Air

Performance

Bureautique

March 28th, 2010 Ntt.cc Create a PDF template with Adobe Livecycle Designer with the relevant fields, send XML data to PDF remote object with the name of the XML nodes matching those of the fields in the PDF template, then your Flex applications can open PDF, or simply put the PDF file on your webserver and call it with the url, then the same thing can be done. But how to open word doc in a Flex application? http://ntt.cc/2010/03/28/how-to-open-word-doc-in-flex-or-actionscript.html

How To Open Word Doc In Flex or ActionScript

Webservices