A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Video dl from server

  1. #1
    Junior Member
    Join Date
    Jun 2004
    Location
    Poland
    Posts
    3

    Video dl from server

    Hi,

    I want visitors to be able to download video files (some exotic codec mpgs' that I can't import to Flash) from the server. Can anyone help me with script?

    Thanks

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    If you zip the files the browser wont try and open them.

    on(release){
    getURL("myVideo.zip");
    }

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

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