Re: [flexcoders] Re: URLRequest using local cache but I don't want it to.

2008-05-11 Thread Robert Stehwien
Or use UIDs instead of random mx:Script ![CDATA[ import mx.utils.UIDUtil; /mx:Script mx:HTTPService id=imagesXML showBusyCursor=true url=config/images.xml?foolcache={UIDUtil.createUID()} resultFormat=e4x result=onImagesLoaded(event)

[flexcoders] Re: URLRequest using local cache but I don't want it to.

2008-05-10 Thread Dmitri Girski
Hi Phil, Try this method: http://www.jabbypanda.com/blog/?p=16 Cheers! --- In flexcoders@yahoogroups.com, Phil Heinz [EMAIL PROTECTED] wrote: Hi everyone, I have a Flex 2 Loader component that I pass a URLRequest to the load method. We have an issue that the SWF we're trying to load via