[Flashcoders] Loader component cannot be added as a child

2006-07-26 Thread Gadi Srebnik
Type Coercion failed: cannot convert flash.display::[EMAIL PROTECTED] to mx.core.IUIComponent. I know that the data itself is loaded ok, only the addChild method is failed. any suggestions? Best regards, Gadi srebnik ___ Flashcoders@chattyfig.figleaf.c

[Flashcoders] tree component delay opening

2006-07-24 Thread Gadi Srebnik
Hi coders, Using Flex 2 tree component, is there any way when I click the small triangles that opens subcategories, to indicate clicking on triangle BUT actually opening it only after another event occurs? Thanks, gadi ___ Flashcoders@chattyfig

RE: [Flashcoders] cross domain for FTP

2005-12-25 Thread Gadi Srebnik
apply. The remote server you connect to needs to have a crossdomain.xml file that permits connections to the FTP Server port. Cheers, Theodore Patrick Cynergy Systems > -Original Message- > From: [EMAIL PROTECTED] [mailto:flashcoders- > [EMAIL PROTECTED] On Behalf Of Gadi Sre

[Flashcoders] cross domain for FTP

2005-12-25 Thread Gadi Srebnik
hi coders, I started to create a flash based (as3) FTP client. http://www.flashx.co.il/blog/experimental/ftpClient.zip Running from my machine every thing looks ok, connection and FTP commands runs beautifully. When I tried to run it from remote server, I couldn't connect it to FTP server. I