HelloWorld: HTMLLoader failed to initialize on MAC OSX
Hi All...
Just Started Playing with AIR. Installed the runtime and the latest jdk on a Mac running OSX 10.6.7.
Following the AIR 1.5 HTML Docs, attempted to run the HelloWorld application.
I copied and pasted the HelloWorld-app.xml content and HelloWorld.html content into their respective files. Copied also the AIRAliases.js to the HelloWorld folder and used the command line tools as indicated:
adl HelloWorld-app.xml
The commend executes, but what I get is the following, both on the console and on an ActionScript error window:
Error: HTMLLoader failed to initialize
at flash.html::HTMLLoader/initHTMLEngine()
at flash.html::HTMLLoader()
at runtime::ContentPlayer/loadInitialContent()
at runtime::ContentPlayer/playRawContent()
at runtime::ContentPlayer/playContent()
at runtime::AppRunner/run()
at ADLAppEntry/run()
at global/runtime::ADLEntry()
After dismissing the error window, the HellowWorld app window appears, but with no content.
I was unable to find any pointers to what is wrong, and where... I know that HelloWorld.html is being read because if i remove the file, i get a different complain, about it being missing... Also, if I remove all it's content, i don't get the error, but I also don't get the app window.
Any clues?
Thanks!
