A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: download doc

  1. #1
    Member
    Join Date
    Jul 2002
    Posts
    56

    download doc

    I want to make a text link to a downloadable .doc file. So when you click on the text it asks you do you want to save the file. How do i do that in mx?

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    You zip it up, and use a getURL to the zipped file.

  3. #3
    Senior Member
    Join Date
    Feb 2002
    Location
    Geneva, CH, Europe
    Posts
    521
    Hi,
    make a dynamic text box(mytext as var), enable html(at the bottom), then, as actions for THAT frame, type in
    mytext = "Please download my file at <a href = "whatever.zip">here</a>";

    Hope it works
    Manojo

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