A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: ftp from flash

  1. #1
    Junior Member
    Join Date
    Jan 2005
    Location
    los angeles
    Posts
    1

    ftp from flash

    Hi,
    It is possible to create an Ftp interface thru flash, so clients can log and retrieve files ?

    Thanks

  2. #2
    Member
    Join Date
    Jul 2003
    Location
    Toronto, CANADA
    Posts
    64
    Absolutely, but you need to use a server side language like Coldfusion, ASP or PHP to do the actually FTP work. Flash can present the directories, files etc. and display the functionality of moving, renaming, deleting etc. but the server side language will do all the actual FTP work.
    Flash Web Application Development
    www.innovasium.com

  3. #3
    Junior Member
    Join Date
    Aug 2002
    Posts
    17

    Looking into folders for jpg files

    "Flash can present the directories, files"

    Can flash look into a predefined folder for .jpg files? Will I have to use jsfl?

  4. #4
    Member
    Join Date
    Jul 2003
    Location
    Toronto, CANADA
    Posts
    64
    Flash cannot look into a folder for specific files and from what I understand JSFL is only for use in the Flash IDE (ie fla files) not in compiled swf files. You would have to use ASP, PHP, Coldfusion on the server side to do the directory listing and filtering and then return the list to the Flash movie via XML, Load Vars or Remoting.
    Flash Web Application Development
    www.innovasium.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center