Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2001
    Location
    Moscow, ID, USA
    Posts
    16

    Grin Forcing an mpg movie to play in quicktime

    I would like to force an mpeg-1 movie to play in Quicktime. If I tell it to open the movie, it will open in Windows Media Player and not in Quicktime. I tried to search but my query was too long. [img]/ubbthreads/images/icons/frown.gif[/img]

    Any suggestions.

  2. #2
    Join Date
    Jun 2000
    Location
    Indigo Rose Software
    Posts
    1,943

    Re: Forcing an mpg movie to play in quicktime

    Hi,

    What you should do is execute QuickTime using an Execute Program action, and then pass the pull path to your MPEG file as a command line parameter.

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

  3. #3
    Join Date
    May 2002
    Posts
    2

    Re: Forcing an mpg movie to play in quicktime

    Hi,

    I am new at this, and I am very interested in forcing a mpg movie to play in quick time.

    Can You explain it in more details please ?

    I would appreciate if anybody will email me an example of AMS file where mpg is forced to play in quick time. Here is my email:

    arlee37@yahoo.com

    Thanks.

  4. #4
    Join Date
    May 2001
    Posts
    48

    Re: Forcing an mpg movie to play in quicktime

    It would probably go something like this:

    File Name: %SrcDrv%\Program Files\QuickTime\QuickTimePlayer.exe
    Arguments: %SrcDrv%\movie.mpg
    Working Dir:

    You can also do a Search for File (to search for QuickTimePlayer.exe) before the Execute Program function and store the results in a variable (%QTPlayer%). Then put the variable in the File Name field for the Execute Program function.

    Of course, you can customize the Quicktime path and/or the path to your mpg file as needed, wherever these are located.

  5. #5
    Join Date
    Jun 2000
    Location
    Indigo Rose Software
    Posts
    1,943

    Re: Forcing an mpg movie to play in quicktime

    Hi,

    Simply create an EXECUTE PROGRAM action that will launch Quick Time. Then place the FULL PATH to your MPEG movie in the Arguments field.

    For example:

    File Name: C:\Program Files\QuickTime\QuickTimePlayer.exe
    Arguments: %SrcDrv%\MyMovies\MyMpeg.MPG

    You will just have to make sure that you have a reliable path to launch Quick Time.

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

  6. #6
    Join Date
    May 2002
    Posts
    2

    Re: Forcing an mpg movie to play in quicktime

    It works !!!

    Thank You Very Much !!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts