Object to display vedio?
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.
Select a reason for giving karma:
You're about to visit an external site:
Sign up here to get the latest news, updates, and special offers delivered directly to your inbox.