Integrate Unity with an Adobe Air Application?

Is it possible to integrate Unity with an adobe Air application. I've read of ways to integrate Unity and Flash through the browser, but I'm looking to use Unity with Air and was wondering if anyone had any workflow advice. I'm currently looking at http://code.google.com/p/aquiris-u3dobject/

Thanks,

Wes

No. There is nothing available to let you do this. Theoretically you could program it yourself, but it would be a painstaking process.

I think I have a way to workaround the issue. I can use Communicate with Native Process in Air 2.0 which will allow me to run an .exe or .app. I can then compile the Unity scene to an .exe and run this from Air, which will work.

http://help.adobe.com/en_US/as3/dev/WSb2ba3b1aad8a27b060d22f991220f00ad8a-8000.html

Thanks for the help.

Wes

Yeah it's a real shame, as these combos would make for great applications. AIR's webkit doesn't support external plugins: http://forums.adobe.com/message/2646983#2646983

How do I run Unity3D Games inside AIR on Android Devices?