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)"
        fault="onLoadFault(event, imagesXML.url)"/>


On Sat, May 10, 2008 at 10:14 AM, Dmitri Girski <[EMAIL PROTECTED]> wrote:

> Hi Phil,
>
> Try this method:
> http://www.jabbypanda.com/blog/?p=16
>
>
> Cheers!
>
> --- In [email protected], "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 http
> > sometimes comes up with a 304 error from IIS. The problem is, no data
> > is returned and I don't get the SWF. I've tried inserting
> > "Pragma"-"no-cache" and "Cache-Control"-"no-cache" as requestHeaders,
> > but I can't seem to get around the problem. We're seeing that most
> > loads work fine, but occasionally IIS will report 304 and I don't get
> > the SWF.
> >
> > Any ideas? Thanks!!! Phil
> >
>
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>
>
>
>

Reply via email to