A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: linking to .zip problem

  1. #1
    Senior Member
    Join Date
    Feb 2002
    Location
    UK
    Posts
    436

    linking to .zip problem

    Hi

    im trying to download a zip file on a click of a button within flash - using a simple geturl action.

    Its working fine in Safari but not in IE (on the mac)

    is there any other route i can take for this?

    PS: This is running offline so wont be linking to live stuff

    thanks alot for your help!

  2. #2
    Buğra ÖZDEN
    Join Date
    Mar 2001
    Location
    Turkey
    Posts
    52
    take .zip files to the an other server(a free server) and link from your real server.


    www.vebofis.net

  3. #3
    Senior Member
    Join Date
    Feb 2002
    Location
    UK
    Posts
    436
    sorry - I should have clarified - the files are local as well - nothing will be onlnie - so the files will be in the same folder as the flash - on the same machine

  4. #4
    Buğra ÖZDEN
    Join Date
    Mar 2001
    Location
    Turkey
    Posts
    52
    try to link this url

    on(release) {
    getURL("http://www.vebofis.net/db/cube/zip/papership2.zip");
    }

  5. #5
    Senior Member
    Join Date
    Feb 2002
    Location
    UK
    Posts
    436
    but thats an online URL not offline

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