Home » Development » AIR » AIR Tips »
AIR Tip: Flash movie is not rendered in AIR 1.5 HTML in Fullscreen
This is long title, but it can tells everything. I came up interesting issue. I do not know if you have already played with new AIR 1.5. We need some new features, so we have used it. And found interesting issue. If you are using HTML compoment and want to load HTML pages with Flash [...]
Posted in AIR TipsBy Franto
AIR Tip: ContextMenuItem can crash AIR app on Windows
This is just quick tip for all AIR developers. If you are developing AIR application and you want to use ContextMenu please be aware of possible problem on Windows platform. This is not problem on Mac, and it’s not problem in Flash Player (even on Windows). It is problem just in AIR on Windows
Posted in AIR Tips, Franto.com Tips & TricksBy Franto
Adobe AIR 1.5 available in Flex SDK Nightly builds
Adobe AIR 1.5 with codename Cosmo is available in Flex SDK Nightly builds. There are include almost all features with Flash Player 10, 5 new languages supported, Integration of the SquirrelFish JavaScript VM into the Webkit HTML engine (should provide significant improvements to JavaScript execution), fixed bugs and many more…
Mike Chambers got more information.
By Franto
AirTip: List all of your drives in AIR application
This is quick Air Tip: If you need get list of all of your drives in code, just use
var list:Array = File.getRootDirectories();
It list all of y our hard drives with CD ROM drives. But if CD is inserted in CD ROM drive, it will be listed as well. I don’t find way how to find [...]
Posted in AIR TipsBy Franto
AirTip: AIR application gained focus
This is little AIR Tip: if you want to know when your AIR application gained focus, just listen to AIREvent.APPLICATION_ACTIVATE.
addEventListener(AIREvent.APPLICATION_ACTIVATE, handleApplicationActivate);
Posted in AIR TipsBy Franto
AirTip: Problem with app.xml in Flex 3
So this is first tip for AIR development (See my FlexTips). I came across bug in Flex 3 Beta. It’s strange. I was playing with App-app.xml file to try change chrome and transparency.
<rootcontent systemChrome=”standard” transparent=”false” visible=”true”></rootcontent>
If you have systemChrome=”standard”, transparency must be set to false, if you have systemChrome=”none”, you can set transparency to [...]
By Franto
- Wallpaper for you - Christmas Wallpapers
- FlexSkinning: Skinning and Styling of Flex Components
- AIR Tip: Flash movie is not rendered in AIR 1.5 HTML in Fullscreen
- Wallpaper for you - Watter Lilly
- Become Webmaster
- AIR Tip: ContextMenuItem can crash AIR app on Windows
- Wallpaper for you - Orchid Dream
- Wallpaper for you - Rose Autumn
- FlexTip: Add Thumbs to Mx:Slider programatically
- AS3.0 KeyboardEvent WooDoo
- Milap Parekh : hi,I want to start work with flash & flex.Can i use flash & f ...
- Omid : Hi Franto , Happy Holidays :) I hope you would catch your best d ...
- Geejay Arriola : my god, they're so beautiful. i want to use the waterlily for a greet ...
- Ben : if i hold up, i cant press left. if i hold left, i cant press up. ...
- video conferencing : This is the greatest post I have come across so far.I am really please ...
- Jeremy : Thanks, can't wait to see the next posts from this serie! ...
- judah : All combinations work on MacOSX, Flash Player 10 and Firefox 3.0.4. ...
- mi4k : Good Job, Dano :-) ...




