[flexcoders] Flex application - Performance test

2009-10-21 Thread olearix
Hi , I have to execute a performance test for my flex application. I need to test webservice reactivity, CPU usage depending on selected functionalities and other parameters. Does anyone know how to proceed, or any tools to execute this performance test? Thanks you -- View this message in

[flexcoders] Flex cache, any problem?

2009-10-21 Thread olearix
Hi, I'm wondering if Flex applications use cache for data. I mean, I open XML file into my application (with httpservice) then I edit the XML content, then I call a WS which saved the file. The problem is that if I reopen the XML file into my application, I don't see changes, on the other side,

[flexcoders] Communication between SWF and HTML Window - CloseEvent

2009-05-08 Thread olearix
Hi, For one of my flex project, I have to communicate with an HTML Window popup. To open it, it's not a problem, but specificaly I have to add a listener to catch event when this Window close. I saw that you can communicate with your own HTML page by integrating some JavaScript