[flexcoders] Flex SWF running slow

2007-05-11 Thread alex steel
I have a little problem with Flex compiled file is running slow, freezing computer for about 2 sec basiclly I use amfphp2 to get information for dynamiclly creating Lists you can see it at http://www.pleasures.co.yu/_gvozden/RHS/RHS.html and code which is doing that is at

Re: {Disarmed} [flexcoders] Flex SWF running slow

2007-05-11 Thread Jurgen Beck
Came up really snappy for me. No performance issues at all. You may need to check and see what else is going on with your Flash player and the browser you are testing this with. If you are running this on Windows, check with the Task Manager to see what processes are consuming a lot of CPU

Re: {Disarmed} [flexcoders] Flex SWF running slow

2007-05-11 Thread Jurgen Beck
Correction! On second and subsequent loads I could see what you exeperience. Here's what I first saw: When the application first loaded, I saw all the UI components on the form. Didn't take long to load the application. I then started playing around by clicking on checkboxes and noticed that

Re: {Disarmed} [flexcoders] Flex SWF running slow

2007-05-11 Thread alex steel
thank for looking It happens to me without any interaction I know for service browser and everything is ok, I still think it have problem with adding 300 ui elements with my flash experience I would break it in smaller chunks, for example 40 frames per second, break it in 8 per frame, it would

Re: {Disarmed} Re: {Disarmed} [flexcoders] Flex SWF running slow

2007-05-11 Thread Jurgen Beck
Frame rate is still very much part of Flex, which by default uses 24 frames per second. You can change that during compile time. Here is a good write-up on frame rates: http://ajax.sys-con.com/read/303778.htm Question: Are the 300 plus UI elements the checkboxes, labels, etc.that you have

RE: {Disarmed} Re: {Disarmed} [flexcoders] Flex SWF running slow

2007-05-11 Thread Tracy Spratt
Have you set creationPolicy=all anywhere? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jurgen Beck Sent: Friday, May 11, 2007 5:18 PM To: flexcoders@yahoogroups.com Subject: Re: {Disarmed} Re: {Disarmed} [flexcoders] Flex SWF

Re: {Disarmed} [flexcoders] Flex SWF running slow

2007-05-11 Thread Kristofer Joseph
Flex can only run flash movies at 24 fps. So your Flash movies will look slower, especially if you are trying to render at 40 fps. When working with Flash content in Flex you should always set your Flash movies frame rate to 24fps. This way they will look the same in Flash and Flex. There are a