Hello, So, I recently updated my developer environment to AIR 1.5, and noticed some strange behavior in an application I had developed on AIR 1.0.
I am retrieving HTML from a database, and displaying it to the user via an <mx:HTML/> control. Before upgrading, I had no problem using stylsheet and javascript references in the HTML. After upgrading (and changing nothing else), the HTML references are not being found. I have tried fiddling with the paths in the HTML I am retrieving, but haven't had much luck. Did something change in AIR 1.5 with the way an application handles the current directory? Thanks! -Ned