| Microsoft Visual FoxPro and Windows Media Player |
| Using the WMP subclassed object |

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)