Bryan Nisperos wrote:
problem: the flash movie suddenly stops playing the animation and the whole site just freezes
my conclusion:it must have something to do with the web server?
If the problem is occuring in the browser, then you can always rest assured that the webserver or server-side software has nothing to do with it.
The entire page freezes?
Well... that\'s bad.
Sounds like FSCOMMANDS or getURL(\"javascript:funct()\") usage is the real culprit here.
Unfortunately, there isn\'t enough to go on here, but I\'d say ActionScript/JavaScript interaction are the places you should be looking.
Also...
?? http://localhost/some_site ??
What the hell is that?
just use a relative path:
getURL(\"/some_site/\");
in your actionscript.
Flash always goes off the url in the browser window from what I\'ve seen in the last few years I\'ve done flash. So if it\'s a local url, flash will just grab it from your local dirs, if there\'s an http: connection, it will go back to the server or just use what\'s in the internet temp files... all automagically.