views:

24

answers:

0

I need a local sandbox to load IMG content using "file:/" scheme. I want to reuse JS classes from my web-based app.

Q: Is it possible to download remote JS files and load into an AIR app running in a local sandbox?

NOTE: I'm not talking about a sandbox bridge here, I'll use that to manage local FS access. But here, I'm just talking about reusing thumbnail & rating classes, etc. in the local sandbox. I'm assuming I could download the classes and then load locally, but is there an easier way?