
Welcome Guest
|
#1
|
|||
|
|||
|
FLASH LoadVars (memory leak)
We are working on a project where Flash application should read in a constant loop variables from php script and then
properly react. Everything works fine execpt after a memory usage start to grow at 1Mb/min, more or less... it varies from time to time. Our browser works then very slow (Mozilla Firefox, Opera, Mozilla Firefox and Mozilla for Linux) Our code: _root.onEnterFrame = function() { load_lv = new LoadVars(); load_lv.load("http://robin56.uni-mb.si/tekma/timer.php"); } We also tried with function LoadVariables but we got the same results (MEMORY LEAK). Is this a bug in a Flash or we are missing something? Please give us some advise what to do. Is there any other possible way to read variables from php script. (10 times/sec) We have also tested an AMFPHP example found on the www.amfphp.org/?g=examplegoogle and if you click on search button very often and fast for a while you also get memory leak. PLEASE HELP!!! |
|
#2
|
|||
|
|||
|
Additional information
You can test my leaking FLASH aplication here:
http://robin56.uni-mb.si/tekma/memory_leak.html Here is source code: http://robin56.uni-mb.si/tekma/memory_leak.fla Thank you for your answer. |
|
#3
|
|||
|
|||
|
Mozilla only
This example reads variables from php script only in Mozilla. It's a bit strange to me but ok.
So in explorer you won't get memory leak of course. Try with firefox, opera or anything like it. |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Glitch in my first Flash project | keress | Newbies |
8 | 12-28-2006 02:49 PM |
| PHP + Flash + LoadVars Issue | masster | Web Platforms - PHP, JSP and .NET | 16 | 04-14-2005 03:14 PM |
| Transfering memory data to flash ?? | kman2004 | Newbies |
0 | 06-10-2004 05:19 AM |
| +++ Flash Studio PRO v2 +++ | Gambini | New Softwares | 0 | 03-30-2004 05:24 PM |


