A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: linking to quicktime

  1. #1
    Junior Member
    Join Date
    Nov 2004
    Posts
    7

    linking to quicktime

    I dont want a quicktime movie in my flash file, but i want a button that links to the file so the person can view it in the quicktime player.

    Does anyone know how to do that, because I cant figure it out with any of the supplyed info.

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    on(release){
    getURL("http://www.yourserver.com/folder/your.mov");
    }

  3. #3
    Junior Member
    Join Date
    Nov 2004
    Posts
    7
    thanks, but it opens in a new full sized html window and its smaller than it should be. Is there a way to make it come up in the actual quicktime program.

    or when people do that is it just letting the user download the file, and if so, what would the code look like for that?

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    You can zip up the .mov, and use the getURL pointing to the zip file instead of the movie itself.

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