A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: download link

  1. #1

    download link

    im currently building a flash site for a band and they will be wishing to download tracks, what is the best way todo this / the actionscript to make the mp3 file save to x persons HD.

    Cheers sluap

  2. #2
    Registered User
    Join Date
    Jan 2006
    Posts
    135
    If you put a direct link to mp3's, a lot of people will get their media player of choice starting automatically. This can be annoying if they just want to download tracks and listen to them later.

    So maybe it's a better idea to zip them and point the links to zip files, so the browser will automatically offer the user to save the zip file to disk.

    Luka

  3. #3
    The Flashman earl223's Avatar
    Join Date
    Sep 2000
    Location
    Marikina City, Philippines
    Posts
    876
    yup:

    getURL("music.zip");

    will open the save/open dialog box for download
    i eat actionscripts for breakfast

  4. #4
    thx guys

  5. #5
    dont suppose either of you two know about, skinning the components i know about it for video but i need to customise it so it streams mp3's

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