swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] maybe it's a offtopic, so don't shoot me please :)


From: Matthias Kramm
Subject: Re: [Swftools-common] maybe it's a offtopic, so don't shoot me please :)
Date: Sun, 11 Sep 2005 13:04:34 +0200
User-agent: Mutt/1.5.6i

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]