I've used a flash ExternalInterface.call for an onclick flash event to load some xml with XMLHttpRequest. the xml loads. but if i change the xml file on the server, the old xml file loads for the client, not the new one. i believe the problem is that the browsers are caching the results. i heard...
this doesnt seem to be working. im trying to determine the width of a flash object based on the height of the window onresize
window.onresize = function()
{
document.getelementById("containerA").style.width=windowheight/2;
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.