A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: IS there any way I can open the QUICKTIME player using Flash?

  1. #1
    Senior Member
    Join Date
    Mar 2002
    Location
    Palm Beach Florida
    Posts
    113

    IS there any way I can open the QUICKTIME player using Flash?

    I want to open a quicktime movie by opening the quicktime player associated to a button action. Does anyone know how to accomplish this? Please do NOT try to sell me a plug in or something, this is a question of knowledge, not product.

    Thanks
    JF
    "Remember, where ever you go there you are!"

    Mad Max Beyond Thunderdome

  2. #2
    climbing shoots and ladders feigner's Avatar
    Join Date
    Jun 2003
    Location
    IOP
    Posts
    263
    I know how to open a quicktime movie embedded into a html page. I dont know if this helps you any, but this is how you do it.
    just use the getURL command, and for your url, put in your movie.
    FEIGNER
    Before you post, do you search?

  3. #3
    Senior Member
    Join Date
    Mar 2002
    Location
    Palm Beach Florida
    Posts
    113
    Nope, but thanks anyways

    I know how to do that, but I was positive there was a command that you could type that would open the player. I used it before on the media player, but can't remember it.
    "Remember, where ever you go there you are!"

    Mad Max Beyond Thunderdome

  4. #4
    climbing shoots and ladders feigner's Avatar
    Join Date
    Jun 2003
    Location
    IOP
    Posts
    263
    Well, sorry I didn't help. I do know that you can open any program by targeting the .exe in a hyperlink.
    Sorry, good luck
    FEIGNER
    Before you post, do you search?

  5. #5
    Senior Member
    Join Date
    Mar 2002
    Location
    Palm Beach Florida
    Posts
    113
    That is exactly what I am looking to do, target the exe. So how would I do that? My movie is in Quicktime format, and I would like to target the quicktime player.

    Any ideas
    "Remember, where ever you go there you are!"

    Mad Max Beyond Thunderdome

  6. #6
    climbing shoots and ladders feigner's Avatar
    Join Date
    Jun 2003
    Location
    IOP
    Posts
    263
    What you would do to target the quicktime player.exe is this: in a button put this code

    on(release){
    getURL("C:\Program Files\QuickTime\QuickTimePlayer.exe");
    }


    The target (C:\Program Files\QuickTime\QuickTimePlayer.exe) can vary if the Quicktime program is loaded in a different area on the computer, but what I posted is the generic spot that the .exe should be held. There is also an example movie on this topic here.
    Good luck!
    FEIGNER
    Before you post, do you search?

  7. #7
    Senior Member
    Join Date
    Mar 2002
    Location
    Palm Beach Florida
    Posts
    113
    Feigner you are with a doubt...Da Bomb!

    I have been wondering about that for a while. Thanks alot for your help
    "Remember, where ever you go there you are!"

    Mad Max Beyond Thunderdome

  8. #8

    You can also use this nifty program...

    J-Start from ***********

    Lets you control the appearance of the targeted programs as well.
    David A. Bailey
    The Aura Group
    www.theauragroup.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