I am looking for a solution of starting either a Flex or Air application from a regular win32 executable. I haven't tried AIR yet, but with Flex I have two options: Open Browser with a link to html page (standard with Flex) or with HTA file. If I do html page then I am getting sandbox violation, if HTA, then it starts fine, but after application starts loading I am getting a script error: parent.BrowserHistory is null or not an object. line 14 ....
I have tried different IE versions, as well as different OSs. Any idea?

