views:

16

answers:

1

Hi,

In my flex AIR application(with systemChrome=false & showFlexChrome=false) I am using ApplicationControlbar as the title bar with title text, close, max, min, button. It work fine on windows platform. But I have problem on MAC platform. My application shows close, max, min buttons on right & title text on left. But my requirement is on windows it should be like it is & on Mac the title bar should show close, max min buttons on left.

I tried to identify the platform on which the application is running but I was not able to get that. I don't know how but creating two css & applying accordingly would work but don't know how to implement it.

PLease help me in acheiving either.

+1  A: 

see flash.system::Capabilities.os

But why don't you use chrome but trying to create same elements...

Pavel fljōt
gauravgr8