Object to display vedio?
from
WinCustomize Forums
Does anyone know If there a way to create an object that can display a video clip? Any help would be appreciated.
Thanks!
rcooley
Does anyone know If there a way to create an object that can display a video clip? Any help would be appreciated.
Thanks!
rcooley
'Called when the script is executed
Sub Object_OnScriptEnter
Set objFSO = CreateObject("Scripting.FileSystemObject")
If objFSO.FileExists(workFolder & "bloodmobile.swf") = False Then
objFSO.CopyFile Object.Directory & "bloodmobile.swf", workFolder & "virtual-bubblewrap-distv1.1.swf"
End If
Control.Navigate2 Object.Directory & "bloodmobile.swf"
End Sub
'Called when the script is terminated
Sub Object_OnScriptExit
End Sub
Welcome Guest! Please take the time to register with us.