A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Downloadable file?

  1. #1
    Junior Member
    Join Date
    Sep 2004
    Location
    Hong Kong (But I'm from Philippines)
    Posts
    13

    Downloadable file?

    Ok....Uh. See. I want to put a rom in my site, so I can download it at school but I don't know how to put in my site. Can anyone help me? Thanks.
    A Jar full of Fields
    (Like that is possible...)

  2. #2
    Who, What, Why ... ? Fraggs's Avatar
    Join Date
    Jul 2003
    Location
    Flashland .. where else ?
    Posts
    786
    Upload it to your site as a zip file and create either a Hyperlink (outside of flash) or use a flash button and just link it to the file.

    HTML Version:
    Code:
    <a href="http://www.yourDomain.com/myFile.zip">Download Here</a>
    Flash Version:
    code:
    on(release) {
    getURL("http:http://www.yourDomain.com/myFile.zip", "_blank");
    }



    Hope that helps.

    Regards,

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