Windows Media Player in Progress???

Ruffnack

New Member
Hello,
i have a problem with running a wma File in Progress with an MediaPlayer-comHandle.

DEFINE VARIABLE chPlayer AS com-handle.
define variable chTitel as com-handle.

CREATE "WMPlayer.OCX" chPlayer.
chPlayer:FILENAME = "E:\Temp\Video\New.wma".
NO-RETURN-VALUE chPlayer:controls:play().


have anyone a coedeexample like this above for me that works???

MfG
Ruffnack
 
Top