[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Info=Windows Media Player control Category=Common [Edit] Class=Image Color=BackColor [Assembly] AxInterop.WMPLib.dll=AxWMPLib.AxWindowsMediaPlayer [Property] Width= | |75 Height= | |23 BackColor= | |clBtnFace @URL=Sets the URL of the media item to operate. ARG(string)|2| @Ctlenabled=Sets a value indicating whether the Windows Media Player control is enabled. ARG(bool)|14|0|True,False @enableContextMenu=Sets a value indicating whether to enable the context menu, which appears when the right mouse button is clicked. ARG(bool)|14|0|True,False @fullScreen=Sets a value indicating whether video content is played back in full-screen mode. ARG(bool)|14|1|True,False @stretchToFit=Sets a value indicating whether video will stretch to fit size of the Windows Media Player control video display. ARG(bool)|14|1|True,False @uiMode=Sets a value indicating which controls are shown in the user interface when Windows Media Player is embedded in a webpage. ARG(string)|14|1|None,Full,Mini,Invisible @windowlessVideo=Sets a value indicating whether the Windows Media Player control renders video in windowless mode. ARG(bool)|14|1|True,False [Methods] doOpenPlayer=Opens Windows Media Player using the specified URL. ARG(string URL)|1|0 doClose=Closes the current digital media file, stops playback in Windows Media Player and releases Windows Media Player resources. ARG()|1|0 *doLaunchURL=Sends a URL to the user's default browser to be rendered. ARG(string URL)|1|0 *onPlayStateChange=Occurs when the play state of the Windows Media Player control changes. ARG(int)|2|1 WMPlayer=Returns the WMPlayer object. ARG(AxWindowsMediaPlayer)|3|0 *Ctlenabled=Returns a value indicating whether the Windows Media Player control is enabled. ARG(bool)|3|104 *enableContextMenu=Returns a value indicating whether to enable the context menu, which appears when the right mouse button is clicked. ARG(bool)|3|104 *dvd=Returns an IWMPDVD interface that provides properties and methods for working with DVDs. ARG(IWMPDVD)|3|0 *fullScreen=Returns a value indicating whether video content is played back in full-screen mode. ARG(bool)|3|104 *newMedia=Returns an IWMPMedia interface for a new media item by specified URL. ARG(IWMPMedia)|3|0 *newPlaylist=Returns an IWMPPlaylist interface for a new playlist. ARG(IWMPPlaylist)|3|0 *status=Returns a value indicating the status of Windows Media Player. ARG(string)|3|2 *stretchToFit=Returns a value indicating whether video will stretch to fit size of the Windows Media Player control video display. ARG(bool)|3|104 *uiMode=Returns a value indicating which controls are shown in the user interface when Windows Media Player is embedded in a webpage. ARG(string)|3|2 *windowlessVideo=Returns a value indicating whether the Windows Media Player control renders video in windowless mode. ARG(bool)|3|104 *versionInfo=Returns a value that specifies the version of the Windows Media Player. ARG(string)|3|2 URL=Defines the URL of the media item to operate. ARG(string)|4|2 Name=Defines the name of the new playlist. ARG(string)|4|2