|
Navigation: Part II - Enhanced Features > Multimedia Player > Multimedia Player - Start Options |
![]() ![]()
|
The Multimedia Player supports the following start options
| • | Start a different database (MMF file) -f "path\filename.mmf" |
| • | Invoke the Player with a specified file -load "path\file.swf" (must be .swf or .exe file) |
| • | Use a different license file path -lf "path\file.lic" |
You would start the Multimedia Player and use one or more command line parameters:
"c:\programs\myapp\mycourse.exe" -f "c:\programs\myapp\courses\course1.mmf"
Always use " if you specify a path to cover spaces in the path or filename
"c:\programs\this is my application\mycourse.exe" -load "l01/lession1.swf"
You can combine options, e.g. specify database/MMF file and load a specific flash
mycourse.exe -f lession.mmf -load "l01\lession1.swf"