Re: Using SFTP with Flash/Zinc - WeOnlyDo Discussion board

Re: Using SFTP with Flash/Zinc (General questions)

by wodSupport, Thursday, December 22, 2005, 15:41 (6725 days ago) @ Magnus Askenbäck

Blocking is made for scripting-alike environment. When blocking is used, each method blocks your app until method completes. So, when you for example call Connect it will not go into background - it will actually connect and return back when it connects. After that you can put new methods, line by line, as needed.

You don't need events to act on them because nothing happens in the background.


Complete thread: