Using the WMP subclassed object

Add the subclassed object onto a form as in the following simple example

The Load button has the following code

LOCAL oObject, cFile oObject = This.Parent.subclassedwmp1 cFile = This.Parent.txtURL.Value IF FILE(cFile) oObject.URL = cFile ENDIF

Run the form, enter a file and click Load
The Media player UI picks up your existing options (eg to display Visualisations)

The form will run video as well ofcourse (but SnagIt can't grab the screen with video in it - interesting)



Last Updated: 26/07/2005