7/5/2010 7:48:50 AM
Title:
Transparent Window
Can we hide the Title bar of a window or make it transparent in an AIR application.
Kiney
Points: 600
Posts:0
7/5/2010 8:01:03 AM
you have many properties in the ADOBE AIR application , you can make it transparent , remove the chrome etc the properties can be set in the window tag
<mx:Window xmlns:mx="http://www.adobe.com/2006/mxml" width="500" height="270" dropShadowEnabled="true" dropShadowColor="#514F4F"
layout="absolute" systemChrome="none" type="lightweight" showFlexChrome="false" transparent="true"
7/5/2010 8:09:00 AM
you cannot hide or make the title transparent in AIR
7/5/2010 8:57:12 AM
see this link should help
http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e09.html#WS5b3ccc516d4fbf351e63e3d118676a452d-7fe5