Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Play Video 1

Status
Not open for further replies.

simonWMC

Programmer
Dec 2, 2002
180
0
0
GB
Hi

Does anyone know if you can, using authorware, create a video cd that autoplays. Also can you select what properties you want, if you want to launch using media player
 
Assuming they have a reasonably current version of Windows Media Player, you can pass command arguments to do things like fullscreen. The links below should be helpful. You may have to test it and possibly use BudAPI or similar to find out what version of WMP they're running and the location. Microsoft may have some tips on detecting the player version as well. Otherwise you could just use BudAPI's baFindApp(".mpg") to get the player name & path, then something like:
Code:
JumpOut("C:\Program Files\Windows Media Player\mplayer2.exe /fullscreen", "D:\movie.mpg")

As I said more info at the links below, good luck.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top