all groups > flash data integration > february 2007 >
You're in the

flash data integration

group:

[help] Flash cache problem?


[help] Flash cache problem? yogacat
2/11/2007 5:56:03 AM
flash data integration:
Operating Environment: IIS6+ASP.Net 2.0+Flash

Framework / Procedure:
When running, Flash will run ASP.NET program. ASP.NET then extracts data from
the database and generates a XML file for Flash.
Flash reads the XML file and parse it into a readable format for the users.

Problem:
When Flash displays the XML content and user leaves/exits the webpage, this
process creates a change in the database.
Then if this Flash function is executed again, ASP.NET generates a new XML
file, but Flash still displays the old XML content.
We discovered that when IE's "Temorary Internet Files" setting is set to AUTO,
the above problem would occure, we suspect this is related to IE cache.
Is there any way to resolve this Flash cache problem?
Re: [help] Flash cache problem? MotionMaker
2/12/2007 4:48:45 PM
Did you try returning the XML via an ASP script?

In other words have the ASP generate an ASP wrapper that returns XML.

Then if necessary, you can then add a random URL var to the Flash XML load url
variable. "theXMLWrapper.asx?x=" + getTimer()
AddThis Social Bookmark Button