Quick question… I've got the following html in my gadget: <object width="550" height="400" id="fallback"> <param name="movie" value="swf/splash.swf"> <embed src="swf/flash-christmas.swf" width="550" height="400"> </embed> </object> <img src="swf/my_logo.png"/>
When the gadget gets rendered, I get two different URL roots. 404: https://apps.app-sandbox.jivesoftware.com/gadgets/swf/flash-christmas.swf 200: http://apphosting.jivesoftware.com/apps/mdwexampleapp8/swf/gliffy_logo.png (image is in the swf dir) I'm thinking there's a property or something somewhere that I missed. Could someone point me to it quickly? Thanks! -Mark W.