vote up 0 vote down star

I am wanting to create an Adobe AIR application that is L-shaped so that another application can fit in the open area of the screen. In other words, I would like an AIR app to surround another application on 2 sides (left and bottom). Is this possible? And if I do this will the AIR app cover the other application with a transparency?

flag

61% accept rate

2 Answers

vote up 0 vote down

To have a transparent background: http://www.adobe.com/devnet/air/flex/quickstart/creating%5Ftransparent%5Fwindow.html

Adapt you descriptor file, then make 2 canvas elements with a backgroundColor and backgroundAlpha (which form you L-shape).

If the Air App covers the other application with a transparent layer: try building the Air App first and then the application that has to reside "in" it.

link|flag
vote up 0 vote down check

The empty space will allow another application to reside there without having a layer over it

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.