Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
knoxx #1
Issues with cached xml files on server
Hi,
I wondering if anyone has had an issue with cached xml files on the server. I
have an asp.net application that sits on a server and domain that creates a xml
file. The actual .swf file exists on a different server and domain and pulls
the xml file and displays the data. The problem is that once you publish the
xml file, sometimes the when you view the .swf file it pulls the old data. I
understand how different browsers cache data, like internet explorer, you can
change the setting to view html pages everytime you view the page versus
automatically.
If anyone can recommend a better methodology or tool, please let me know.
Thanks in advance!
Thanks,
Jaime Cavazos
knoxx Guest
-
Prevent Player from using Cached files
I am working on a page the allows the user, once logged in, to upload information and a picture. The picture is saved as his/her username, and if... -
web server connection issues
I downloaded a trial copy of Contribute and am considering it for my company. I like it a lot in general, but have had trouble connecting to ftp... -
PRinting issues with Fh8 files in FHMX
From Opening the Fhrrehand 8 files in Freehand MX, the file shows up as a (converted) document. When trying to print this document to a PSL2 or... -
Issues saving files??
Hi, I am having an issue with Freehand 10 on the PC in that sometimes if say for instance I try to export my picture as a Photoshop 4/5 EPS file,... -
problems with published MX projector files---known issues??
I just bought a brand new Dell system with XP, Direct X 9 and the all-in-wonder 9000 pro card. I do a lot of video editing and Flash MX animations... -
timschot #2
Re: Issues with cached xml files on server
Throw a timestamp on the end of the url of the xml file you're loading. It'll
solve your problem.
var date = new Date();
var ts = ts.getTime();
xmlobject.load("something.xml?ts="+ts);
Or if you're passing the url dynamically, you could use .net to generate a
timestamp and pass it to flash.. either way will work.
Tim
timschot Guest



Reply With Quote

