swf8 is being phased out, in favor of swf10 and dhtml, so you would be wise to move your application forward onto one of those platforms if you do not have a particular requirement for swf8.
It sounds like you have a "memory leak" which is causing your program to grow (and get slower). You might try the memory tools to find where that leak is: http://www.openlaszlo.org/lps4.7/docs/developers/debugging.html#d0e127341 On 2010-06-30, at 00:01, Gireesh Subramaniam wrote: > Hi, > > I am developing an application using openlaszlo.What I am noticing is that > ,when compiled using flash8,the application dramatically slows down during > runtime.An event that is normally done within a cpl of seconds ,take about > 12 seconds ,after about 20 to 30 minutes of using the > application.Also,occasionally,I get the message from the Browser that a > Script is trying to slow down Adobe Flash 8 and browser hangs up. > > I dont notice this slowing down ,if i compile and deploy using DHTML.Does > anyone here have a clue as to why it may occur ? > > Some info ,regarding the application code: > I use animators,states .Also create views ,which i dont delete at all.The > views that are instantiated stay thoroughout the session of usage because of > the nature of the application. > > am using OL 4.7.1,swf8 compiled. > > > Also,at this point,am wondering should i move the application to DHTML based > one,because of the above issue or find and fix the issue that causes it to > slow down in flash,if possible.Any recommendations ? > > > > > > -- > Regards, > Gireesh.
