I am developing with an HTC Mogul having WM6. The following invokes the video player just fine: "getURL('file:///test.3gp');"

but this returns with "undefined" in the text field: "var myVideo:Video = new Video(); Text.htmlText = myVideo.play('file:///test.3gp');"

Am I doing this wrong or are "Video" methods not supported on WM6?