If I requested a js file through an mxml http service call would that file be stored in the browser cache once it has been downloaded?
In my case I am trying to load a js file but I don't want to run any of its functions until it has completely downloaded. I don't know any events in javascript that will tell me when a js file has finished downloading so I thought if I call it with the httpservice class it will give me an event when it has finished downloading and then I can call my javascript function. dorkie hacking around javascript dork from dorktown
