[flexcoders] Re: Upload/Download Files using FTP/SSH2 with Air

2008-01-14 Thread elvezpablo
This is from Ted Patricks blog: 

It's pretty old now but should give you a good start.

http://maliboo.pl/projects/FlexFTP/


--- In flexcoders@yahoogroups.com, Jhonny Everson [EMAIL PROTECTED] wrote:

 Hi,
 
 Does anyone have anything on using Adobe Air to transfer files to a
server
 that doesn't involve server side code solution? like FTP, SSH2...
 
 Thanks,
 
 -- 
 Jhonny Everson





[flexcoders] Re: Memory usage by flex

2007-09-23 Thread elvezpablo
The best resource I've found for memory management was written up by
Grant Skinner:

http://www.gskinner.com/blog/archives/2006/06/as3_resource_ma.html

He also wrote an article which is somewhat shorter on the Adobe Flex
site.  


--- In flexcoders@yahoogroups.com, mohneeshs [EMAIL PROTECTED] wrote:

 Hi
 
 I am new to flex. I came across a behavior of flex memory usage for 
 which i am not able to find any explanation . When i open my app in the 
 browser the memory usage by the browser increases without performing 
 any event on the app. I have all my listeners registered with weak 
 references. I have seen this thing happening on Flex version 2, IE 6 
 and firefox 2.
 
 Any pointers about what all can be the factors which will cause this?
 
 Thanks and Regards