A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Buttons and Download Links

Hybrid View

  1. #1
    Junior Member
    Join Date
    Nov 2001
    Posts
    14
    Here's two questions.

    how do i make a command on a button to download? i mean, on sites where there's a download button, what is the command that takes you to the "download window" where one is prompted where to save the file?(on the harddrive)

    2. can more than one button be active and working on one layer.? or do bttons all have to be on different layers to be functional?

    thanks!

  2. #2
    Senior Member nepdude's Avatar
    Join Date
    Feb 2001
    Location
    Canada
    Posts
    960
    1. use this action on your button

    on (release) {
    geturl("filename.ext");
    }

    2. yes

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