On Mon, Sep 05, 2005 at 02:34:40PM +0300, Andy Djagel wrote:
> ok, there's a link. http://www.techtorials.com/web/
> Try to view flash in popup and then close it without waiting while
> movie loads, then open next (or the same) movie, and repeat it some
> times. Under IE, as I said, after 5 or 6 times, movie will not load,
> and browser won't respond mouse clicks.

Sounds like the browser or flash plugin is running out of memory.

I see that you force the browser to omit caching the movies by 
adding a random number to the SWF filenames:

    var uniq = Math.round(Math.random()*10000);
    var sample = new 
FlashTag('http://www.techtorials.com/web/flashes_free/1/4.swf' + '?uniq=' + 
uniq, '96', '128', '7,0,14,0');

Does the behaviour of the browser change if you remove that "uniq"
number?

Greetings

Matthias




_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common

Reply via email to