Video : Flex app to Apollo app in under 5 minutes
April 3rd, 2007 by Mike ChambersThis is a clip from the webDU day one keynote in which Mike Chambers shows how to convert an existing Flex application (Flex store) to an Apollo application in under 5 minutes.

[...] Майк Ð§Ð°Ð¼Ð±ÐµÑ€Ñ Ð¿Ð¾ÐºÐ°Ð·Ð°Ð» на video.onflex.org как за 5 минут превратить flex-приложение в apollo-приложение. [...]
Hi Mike, Good job, Actually, In 30 seconds for everyone.
Thanks Mike, this was really good (and timesaving) introduction.
Nice demo. I have two questions.
(1) How can I export a flex project to an Adobe AIR package? (2) If I want my code to run either as a flex app embedded in the browser or a desktop app deployed via AIR, how can I modularize code to isolate the environment specific features? For example
if (running as desktop app)
use desktop api
else (running as flex app inside browser)
use javascript
Are there any flags which indicate whether it’s running as desktop app or flex app inside a browser?