[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 guess its security issues.
 
I was wondering if there's any chance to override these issues by using
crossdomain.xml like doing with http communication.
 
regards, 
gadi
 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] cross domain for FTP

2005-12-25 Thread Gadi Srebnik
Thanks, Theodore.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Theodore
E Patrick
Sent: Sunday, December 25, 2005 2:42 PM
To: 'Flashcoders mailing list'
Subject: RE: [Flashcoders] cross domain for FTP

Gadi,

The same exact security rules 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 Srebnik
> Sent: Sunday, December 25, 2005 2:01 PM
> To: flashcoders@chattyfig.figleaf.com
> Subject: [Flashcoders] cross domain for FTP
> 
> 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 guess its security issues.
> 
> I was wondering if there's any chance to override these issues by 
> using crossdomain.xml like doing with http communication.
> 
> regards,
> gadi
> 
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.371 / Virus Database: 267.14.2/208 - Release Date: 
> 12/20/2005
> 

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.2/208 - Release Date:
12/20/2005
 

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Loader component cannot be added as a child

2006-07-26 Thread Gadi Srebnik
hi coders, 
I'm loading binary image data to a flex 2 movie through socket
connection.
in order to place the image in stage, I used Loader component, which
according to Adobe
Flex tutorial, can be placed in UIComponent using addChild(Loader)
 
I tried that and got:
TypeError: Error #1034: 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.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com