I'm working on a sample gallery viewer app with 3 panes. Left = gallery listing, middle = album listing, and the far right = image viewer. I'm loading in the contents of each using jQuery. I've finally gotten to the far right one and I'm trying to load in the image using a get() call and it's not working. In Firefox I get the following error:
[Exception... "'Permission denied to call method XMLHttpRequest.open' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no] Line 0 The image lives on Google's Picasa servers. Is there any way around this?