Cache Problem???

liunx

Guest
Ok here is the situation:<br />
<br />
I have an html page with four links. Each link opens a Flash preloader, that then loads and opens another flash movie. This part works fine.<br />
<br />
If these links open the preloaders on the same page the problem doesn't occur. The problem does occur when they open the preloaders in _blank pages.<br />
<br />
The Problem:<br />
<br />
When a user opens a preloader, and closes it before it loads all of the way, then does two more times, the next attempt I.E. freezes up and won't open anything. So when a user attempts to open 4 preloader pages, but closes the first three pages before they load all of the way the fourth freezes up.<br />
<br />
If the pages are allowed to load all of the way, the error doesn't occur. If the pages are loaded into the same page and the back button is used to get back to the links page, the error doesn't occur.<br />
<br />
My Thoughts:<br />
<br />
It seems to me that the partially loaded data from the pages is being stored in a cache or something like that and when the amount of info gets to be too much, I.E. doesn't know what to do.<br />
<br />
To end a long winded post. Does this make sense? And is there anyway to clear this cache when a user closes a page? window.onClose.clearCache or something?<br />
<br />
Thanks.<br />
<br />
_t<!--content-->Question #1 is, "What happens when this same scenario plays out on browsers other than IE?"<!--content-->To further your hatred of Microsoft, the answer is the same problem didn't follow the page when using Netscape.<br />
<br />
Although, what it seesm to be doing is holding the partially loaded info, which does get counted if you then attempt to open the same page and continue preloading...it picks up where it left off.<br />
<br />
Unfortunatly for me, I still need to deal with this as an issue with IE browsers.<br />
<br />
Any thoughts?<br />
<br />
_t<!--content-->I was just trying to establish whether the blame belongs with IE or Flash. Do all the pages involved have the "don't cache this" meta tag set in them? (pragma, expires, cache-control, etc.)<!--content-->Don't get me wrong, I wasn't trying to get at you about IE. Checking the problem against other browsers was an excellent idea.<br />
<br />
I would say that those meta tags aren't set.<br />
<br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><br />
<br />
That is the only meta tag that I could find.<br />
<br />
As you may have guessed, I only know the basics of HTML coding, could you please explain how I would set the meta tags you referenced and what they do?<br />
<br />
Thanks for your time and use of your brain.:D <br />
<br />
_t<!--content-->They are HTML tag representations of HTTP headers; specifically those headers that should be acted on by network routing devices. They all have the form:<br />
<br />
<meta http-equiv="http-header-type" content="associated-content"><br />
<br />
This page (<!-- m --><a class="postlink" href="http://www.pacificnet.net/~johnr/meta.html">http://www.pacificnet.net/~johnr/meta.html</a><!-- m -->) has a pretty good discussion of what you may need to consider.<!--content-->Thanks for the link to the info. I tried changing the meta tags to no-chache, but the problem remains.<br />
<br />
<!-- m --><a class="postlink" href="http://www.ccauniversity.com/test.html">http://www.ccauniversity.com/test.html</a><!-- m --> <br />
<br />
To see what I am talking about go to the above link.<br />
<br />
Click on any of the links there. Close the page before the preloader fully loads the page. Open another link and close it before fully loading. Do this a third time. On the fourth try, IE won't open any more pages, it just sits there spinning away. Try the same thing using Netscape and it works fine.<br />
<br />
Any other thoughts on what might be causing this problem?<br />
<br />
Thanks.<br />
<br />
_t<!--content-->I'm afraid it just sounds like an IE bug to me. Have you tried more than one version?<!--content-->More than one version of I.E.? No I haven't, but I may try that.<br />
<br />
Thanks for your help. If I do find a solution, I'll be sure to post it.<br />
<br />
_t<!--content-->
 
Back
Top