A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: A link question

  1. #1
    Member
    Join Date
    Jul 2002
    Posts
    47
    I am trying to create a link on a page that defaults to the "download file" pop-up. I don't want the file to automatically load because of the size. I want to que the user to download from the server. It's probably really easy but, I have no idea where to start.

    e-mail = Wonker1@aol.com

  2. #2
    Senior Member nepdude's Avatar
    Join Date
    Feb 2001
    Location
    Canada
    Posts
    960
    just zip the file. the browser will bring up the 'download' window when a link to a zip file is clicked.

  3. #3
    Member
    Join Date
    Jul 2002
    Posts
    47

    how do you write the link?

    Originally posted by nepdude
    just zip the file. the browser will bring up the 'download' window when a link to a zip file is clicked.
    is it getUrl (directory,filename)?

  4. #4
    Senior Member nepdude's Avatar
    Join Date
    Feb 2001
    Location
    Canada
    Posts
    960
    on(release){
    getURL("thefile.zip");
    }

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