A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: .mov file needs to open Quick time player.

Hybrid View

  1. #1
    Member
    Join Date
    Dec 2001
    Location
    Austin Texas
    Posts
    45

    .mov file needs to open Quick time player.

    I would like to have my button to call up a .mov file. It works except it opens into explorer. It needs to open in an independant quick time player.


    on(release) {
    getURL("my.mov");
    }

    Can someone tell me if this can be done?
    thank, Laurel

  2. #2

    Join Date
    Aug 2002
    Posts
    1,245
    on (release) {
    getURL ("www.mysite.com/my.mov", "_blank");
    }

    and..you can also intergrade the mov_file into flash.
    PC-system: PC/486, 66 MHz, 16 MB RAM, Floppy-interface

  3. #3
    Member
    Join Date
    Dec 2001
    Location
    Austin Texas
    Posts
    45
    thanks, I actually tried that code and it still calls up my .mov file into the explore window. I need it to call it up into it's own Quick time Player. (not having Quick time embedded into Explorer)

    It is too large to be embedded within my swf.

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