View Full Version : Closing Multimedia
kslaze
09-18-2001, 02:34 PM
I am fairly new to this but when my program starts I have an avi movie play in windows media player. When it is done, it doesn't close. Is there an action I can use to close it when it is done playing.
Also, I have a bunch of screencams in my presentation and have the same problem. Please let me know if there is something I can do. Thanks
Darryl
09-19-2001, 02:12 PM
This will depend on what version of Windows Media Player you are using and how you are opening this viewer. If you are launching the player with an EXECUTE PROGRAM Action and passing the media file as an argument, you can include options such as this for mplayer2.exe:
/play
/stop
/fullscreen
/close
So you could have an argument:
/play /close C:\sample.mpg
This differs with different versions. You will have to consult the documentation of each player to see what command line options it supports.
Hope this helps.
------------------
Sincerely,
Darryl Hnatiuk
Indigo Rose Corporation
[This message has been edited by Darryl (edited 09-19-2001).]
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.