Just Curious about Video

Any ideas?

Greetings friends..I have a simple question that will probably have a simple answer.Using Desktop X is it possible to play a Looping Video on the desktop?Not an Animation...I mean like a 20 second recorded video?If it cannot be done in Desktop X does anyone know of a program that will display video on the desktop?Not in a media player,but in like an actual box on the desktop?

Thomas Long
1,568 views 1 replies
Reply #1 Top
I know just enough about DX to break stuff. But I would call the IE activeX control or wht web browser control to call the htm fiel with yoru video playing in it.

Sample script:
'Called when the script is executed
Sub Object_OnScriptEnter
Control.navigate2 "http://klenkefamily.net/blog" 'theres a URL there that WC converts to a link
End Sub

'Fired when the document being navigated to reaches ReadyState_Complete.
Sub Control_DocumentComplete(pDisp, URL)

End Sub

'Called when the script is terminated
Sub Object_OnScriptExit

End Sub



It's quick and dirty, but I like it!

Posted via WinCustomize Browser/Stardock Central