Application
Web
Session
Var
MonkeyTerm Object Model
Object: MediaHandler
Function FindRandomFile(byval sPath As String) As String Used for the MSP (Mud Sound Protocol). It will pick a random file matching sPath.
Sub RunShellCommand(strCommand As String, [Mode As VbAppWinStyle = vbMaximizedFocus]) Runs a shell command. A simple way to execute/run external programs. You can normally manipulate external programs much better through a script function instead.
Sub ShellOpen(strFileName As String) This will shell open any file. It is equivalent to double-clicking/running it from a normal Windows environment.
Sub Beep([lngMonkey As Long = 1]) Plays a beep. lngMonkey can be changed for other beep sounds.
Sub PlayWAV(strFileName As String) Plays a WAV file.
Returns the Sound object. This object only works on Win98 or greater.
Returns the Music object. This object only works on Win98 or greater.
|