I would like to try closure library in an AIR application. Will be using objects like goog.editor, goog.events and goog.dom.
In an older book I'm reading about google closure it says it's using eval in some functions. I haven't tried using uncompiled code in AIR yet but suspect it would not work because eval isn't allowed in privileged code. Plan to compile the code to be used in the AIR application.
The application would be made of a html page with code using some AIR specific things like save as and copy to clipboard. It will not have any ActionScript or swf files.
Has anyone tried using closure library in AIR applications? If so are there things to look out for?