StageWebView layering
Hi
I have a requirement to load an HTML 5 webpage into an iOS AIR app and overlay a video component on top of it. I understand that this isn't really possible given that StageWebView is outside of the display list and will appear on top of my display list objects. I could take a snapshot of the StageWebView and hide it, but there are elements in the HTML page which are interactive - doing the snapshot will prevent the interaction. I wondering if anyone has an elegant solution to this problem? Could I somehow get an instance of iOS Safari and include that in someway (I thought I saw something todo with native maps in AIR iOS a month or two ago)? Alternatively could I write a native iOS app and load my AIR app into that?
Thanks for any thoughts.
Ben
