[flexcoders] AutoQuick & Flex Automation question

2009-05-05 Thread ukarick
What I'm doing in my project is to use 2 instances of AQAdapter class , Here's some explaination step, 1. I've 2 instances of AQAdater call AQ1 & AQ2 2. I record some interaction on AQ1. 3. I starts replay my interaction on AQ1 , Then I'm calling AQ2.beginRecord (Of course I need AQ2 to capture

[flexcoders] Reload SWFLoader please help!

2009-04-22 Thread ukarick
1.Suppose that I've to reload test.swf(which develped by flex) inside SWFLoader then I change it's tab to second tab. 2.I really want to reload test.swf to change test.swf into initial state. 3.I've tried swfloader.load('test.swf') It's work but seems memory's leaking. So anyone got any idea ab

[flexcoders] SWFloader source application error handling

2009-04-22 Thread ukarick
There's some problem I face on my Flex/Air Development which cause chaos on me, 1. Suppose that I've SWFLoader which loaded 'test.swf' but there's some error inside 'test.swf' when it change it's tab 2.when this 'test.swf' shows on SWFLoader and clicking on tab change errors shows. 3.What I real