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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.