Since Google deprecated the AS3 maps API, I've been looking for something else. MapQuest is pretty nice, and their API is easy to use and seems full featured - the maps just aren't as nice as Googles however. So, I thought I'd see about using the JavaScript API for Google and just place the map in a html container. So, did a simple test - works fine in the browser... but when I try and load the same page into an HTMLLoader I get: "ReferenceError: Can't find variable: google"
Sound familiar to anyone?