View Single Post
  #1 (permalink)  
Old 02-09-2009, 02:52 PM
hackmetal hackmetal is offline
Junior Member
 
Join Date: Oct 2008
Posts: 9
Default Inet.ftp and AS3

Hello =)
Do you know if it's possible to use Inet.ftp in as3 ?
I tried this code :

import SWFKit.*;
import SWFKit.application.*;
import SWFKit.inet.*;

....

var inet:Inet=new Inet();

var ftp = inet.openFtp("ftp://exoa.fr","21","LOGIN","PASS");

ftp.connect();



Flash returns that ftp is null

Can someone help me a little ?
Thank's a lot =))
Reply With Quote