
function PlugInWindows_Media_Player_V10_30Def(name,type,id,Buffering,Click,DblClick,Disconnect,DisplayModeChange,EndOfStream,Error,KeyDown,KeyPress,KeyUp,MarkerHit,MouseDown,MouseMove,MouseUp,NewStream,OpenStateChange,PlayStateChange,PositionChange,ReadyStateChange,ScriptCommand,Warning) {
	this.name = name;
	this.type = type;
	this.id = id;
	this.play = Windows_Media_Player_V10_30_play;
	this.stop = Windows_Media_Player_V10_30_stop;
	this.rewind = Windows_Media_Player_V10_30_rewind;
	this.AboutBox = Windows_Media_Player_V10_30_AboutBox;
	this.ActiveMovie = Windows_Media_Player_V10_30_ActiveMovie;
	this.BufferingCount = Windows_Media_Player_V10_30_BufferingCount;
	this.BufferingProgress = Windows_Media_Player_V10_30_BufferingProgress;
	this.Cancel = Windows_Media_Player_V10_30_Cancel;
	this.CanPreview = Windows_Media_Player_V10_30_CanPreview;
	this.CanScan = Windows_Media_Player_V10_30_CanScan;
	this.CanSeek = Windows_Media_Player_V10_30_CanSeek;
	this.CanSeekToMarkers = Windows_Media_Player_V10_30_CanSeekToMarkers;
	this.ChannelDescription = Windows_Media_Player_V10_30_ChannelDescription;
	this.ChannelName = Windows_Media_Player_V10_30_ChannelName;
	this.ChannelURL = Windows_Media_Player_V10_30_ChannelURL;
	this.ClientId = Windows_Media_Player_V10_30_ClientId;
	this.CreationDate = Windows_Media_Player_V10_30_CreationDate;
	this.Duration = Windows_Media_Player_V10_30_Duration;
	this.ErrorCode = Windows_Media_Player_V10_30_ErrorCode;
	this.ErrorCorrection = Windows_Media_Player_V10_30_ErrorCorrection;
	this.ErrorDescription = Windows_Media_Player_V10_30_ErrorDescription;
	this.FastForward = Windows_Media_Player_V10_30_FastForward;
	this.FastReverse = Windows_Media_Player_V10_30_FastReverse;
	this.GetMarkerName = Windows_Media_Player_V10_30_GetMarkerName;
	this.GetMarkerTime = Windows_Media_Player_V10_30_GetMarkerTime;
	this.GetMediaInfoString = Windows_Media_Player_V10_30_GetMediaInfoString;
	this.HasError = Windows_Media_Player_V10_30_HasError;
	this.HasMultipleItems = Windows_Media_Player_V10_30_HasMultipleItems;
	this.ImageSourceHeight = Windows_Media_Player_V10_30_ImageSourceHeight;
	this.ImageSourceWidth = Windows_Media_Player_V10_30_ImageSourceWidth;
	this.IsBroadcast = Windows_Media_Player_V10_30_IsBroadcast;
	this.IsDurationValid = Windows_Media_Player_V10_30_IsDurationValid;
	this.IsSoundCardEnabled = Windows_Media_Player_V10_30_IsSoundCardEnabled;
	this.LostPackets = Windows_Media_Player_V10_30_LostPackets;
	this.MarkerCount = Windows_Media_Player_V10_30_MarkerCount;
	this.Next = Windows_Media_Player_V10_30_Next;
	this.NSPlay = Windows_Media_Player_V10_30_NSPlay;
	this.Open = Windows_Media_Player_V10_30_Open;
	this.OpenState = Windows_Media_Player_V10_30_OpenState;
	this.Pause = Windows_Media_Player_V10_30_Pause;
	this.PlayState = Windows_Media_Player_V10_30_PlayState;
	this.Previous = Windows_Media_Player_V10_30_Previous;
	this.ReadyState = Windows_Media_Player_V10_30_ReadyState;
	this.ReceivedPackets = Windows_Media_Player_V10_30_ReceivedPackets;
	this.ReceptionQuality = Windows_Media_Player_V10_30_ReceptionQuality;
	this.RecoveredPackets = Windows_Media_Player_V10_30_RecoveredPackets;
	this.Bandwidth = Windows_Media_Player_V10_30_Bandwidth;
	this.CodecCount = Windows_Media_Player_V10_30_CodecCount;
	this.ConnectionSpeed = Windows_Media_Player_V10_30_ConnectionSpeed;
	this.ContactAddress = Windows_Media_Player_V10_30_ContactAddress;
	this.ContactEmail = Windows_Media_Player_V10_30_ContactEmail;
	this.ContactPhone = Windows_Media_Player_V10_30_ContactPhone;
	this.GetCodecDescription = Windows_Media_Player_V10_30_GetCodecDescription;
	this.GetCodecInstalled = Windows_Media_Player_V10_30_GetCodecInstalled;
	this.GetCodecURL = Windows_Media_Player_V10_30_GetCodecURL;
	this.GetMoreInfoURL = Windows_Media_Player_V10_30_GetMoreInfoURL;
	this.GetStreamGroup = Windows_Media_Player_V10_30_GetStreamGroup;
	this.GetStreamName = Windows_Media_Player_V10_30_GetStreamName;
	this.GetStreamSelected = Windows_Media_Player_V10_30_GetStreamSelected;
	this.SourceLink = Windows_Media_Player_V10_30_SourceLink;
	this.SourceProtocol = Windows_Media_Player_V10_30_SourceProtocol;
	this.StreamCount = Windows_Media_Player_V10_30_StreamCount;
	this.StreamSelect = Windows_Media_Player_V10_30_StreamSelect;
	this.Buffering = Buffering;
	this.Click = Click;
	this.DblClick = DblClick;
	this.Disconnect = Disconnect;
	this.DisplayModeChange = DisplayModeChange;
	this.EndOfStream = EndOfStream;
	this.Error = Error;
	this.KeyDown = KeyDown;
	this.KeyPress = KeyPress;
	this.KeyUp = KeyUp;
	this.MarkerHit = MarkerHit;
	this.MouseDown = MouseDown;
	this.MouseMove = MouseMove;
	this.MouseUp = MouseUp;
	this.NewStream = NewStream;
	this.OpenStateChange = OpenStateChange;
	this.PlayStateChange = PlayStateChange;
	this.PositionChange = PositionChange;
	this.ReadyStateChange = ReadyStateChange;
	this.ScriptCommand = ScriptCommand;
	this.Warning = Warning;
	this.getProp = getProp;
	this.setProp = setProp;
	this.getElementID = getElementID;
	this.elementResolved = elementResolved;
	this.elementID = null;
}

function Windows_Media_Player_V10_30_play() {
if (this.elementResolved()) return this.elementID.Play();
}

function Windows_Media_Player_V10_30_stop() {
if (this.elementResolved()) return this.elementID.Pause();
}

function Windows_Media_Player_V10_30_rewind() {
if (this.elementResolved()) 
{
	var returnVal = this.elementID.Stop();
	this.elementID.CurrentPosition = 0;
	return returnVal;
}
}

function Windows_Media_Player_V10_30_AboutBox() {
	if (this.elementResolved()) return this.elementID.AboutBox();
}

function Windows_Media_Player_V10_30_ActiveMovie() {
	if (this.elementResolved()) return this.elementID.ActiveMovie();
}

function Windows_Media_Player_V10_30_BufferingCount() {
	if (this.elementResolved()) return this.elementID.BufferingCount();
}

function Windows_Media_Player_V10_30_BufferingProgress() {
	if (this.elementResolved()) return this.elementID.BufferingProgress();
}

function Windows_Media_Player_V10_30_Cancel() {
	if (this.elementResolved()) return this.elementID.Cancel();
}

function Windows_Media_Player_V10_30_CanPreview() {
	if (this.elementResolved()) return this.elementID.CanPreview();
}

function Windows_Media_Player_V10_30_CanScan() {
	if (this.elementResolved()) return this.elementID.CanScan();
}

function Windows_Media_Player_V10_30_CanSeek() {
	if (this.elementResolved()) return this.elementID.CanSeek();
}

function Windows_Media_Player_V10_30_CanSeekToMarkers() {
	if (this.elementResolved()) return this.elementID.CanSeekToMarkers();
}

function Windows_Media_Player_V10_30_ChannelDescription() {
	if (this.elementResolved()) return this.elementID.ChannelDescription();
}

function Windows_Media_Player_V10_30_ChannelName() {
	if (this.elementResolved()) return this.elementID.ChannelName();
}

function Windows_Media_Player_V10_30_ChannelURL() {
	if (this.elementResolved()) return this.elementID.ChannelURL();
}

function Windows_Media_Player_V10_30_ClientId() {
	if (this.elementResolved()) return this.elementID.ClientId();
}

function Windows_Media_Player_V10_30_CreationDate() {
	if (this.elementResolved()) return this.elementID.CreationDate();
}

function Windows_Media_Player_V10_30_Duration() {
	if (this.elementResolved()) return this.elementID.Duration();
}

function Windows_Media_Player_V10_30_ErrorCode() {
	if (this.elementResolved()) return this.elementID.ErrorCode();
}

function Windows_Media_Player_V10_30_ErrorCorrection() {
	if (this.elementResolved()) return this.elementID.ErrorCorrection();
}

function Windows_Media_Player_V10_30_ErrorDescription() {
	if (this.elementResolved()) return this.elementID.ErrorDescription();
}

function Windows_Media_Player_V10_30_FastForward() {
	if (this.elementResolved()) return this.elementID.FastForward();
}

function Windows_Media_Player_V10_30_FastReverse() {
	if (this.elementResolved()) return this.elementID.FastReverse();
}

function Windows_Media_Player_V10_30_GetMarkerName(MarkerNum) {
	if (this.elementResolved()) return this.elementID.GetMarkerName(MarkerNum);
}

function Windows_Media_Player_V10_30_GetMarkerTime(MarkerNum) {
	if (this.elementResolved()) return this.elementID.GetMarkerTime(MarkerNum);
}

function Windows_Media_Player_V10_30_GetMediaInfoString(MediaInfoType) {
	if (this.elementResolved()) return this.elementID.GetMediaInfoString(MediaInfoType);
}

function Windows_Media_Player_V10_30_HasError() {
	if (this.elementResolved()) return this.elementID.HasError();
}

function Windows_Media_Player_V10_30_HasMultipleItems() {
	if (this.elementResolved()) return this.elementID.HasMultipleItems();
}

function Windows_Media_Player_V10_30_ImageSourceHeight() {
	if (this.elementResolved()) return this.elementID.ImageSourceHeight();
}

function Windows_Media_Player_V10_30_ImageSourceWidth() {
	if (this.elementResolved()) return this.elementID.ImageSourceWidth();
}

function Windows_Media_Player_V10_30_IsBroadcast() {
	if (this.elementResolved()) return this.elementID.IsBroadcast();
}

function Windows_Media_Player_V10_30_IsDurationValid() {
	if (this.elementResolved()) return this.elementID.IsDurationValid();
}

function Windows_Media_Player_V10_30_IsSoundCardEnabled() {
	if (this.elementResolved()) return this.elementID.IsSoundCardEnabled();
}

function Windows_Media_Player_V10_30_LostPackets() {
	if (this.elementResolved()) return this.elementID.LostPackets();
}

function Windows_Media_Player_V10_30_MarkerCount() {
	if (this.elementResolved()) return this.elementID.MarkerCount();
}

function Windows_Media_Player_V10_30_Next() {
	if (this.elementResolved()) return this.elementID.Next();
}

function Windows_Media_Player_V10_30_NSPlay() {
	if (this.elementResolved()) return this.elementID.NSPlay();
}

function Windows_Media_Player_V10_30_Open(bstrFileName) {
	if (this.elementResolved()) return this.elementID.Open(bstrFileName);
}

function Windows_Media_Player_V10_30_OpenState() {
	if (this.elementResolved()) return this.elementID.OpenState();
}

function Windows_Media_Player_V10_30_Pause() {
	if (this.elementResolved()) return this.elementID.Pause();
}

function Windows_Media_Player_V10_30_PlayState() {
	if (this.elementResolved()) return this.elementID.PlayState();
}

function Windows_Media_Player_V10_30_Previous() {
	if (this.elementResolved()) return this.elementID.Previous();
}

function Windows_Media_Player_V10_30_ReadyState() {
	if (this.elementResolved()) return this.elementID.ReadyState();
}

function Windows_Media_Player_V10_30_ReceivedPackets() {
	if (this.elementResolved()) return this.elementID.ReceivedPackets();
}

function Windows_Media_Player_V10_30_ReceptionQuality() {
	if (this.elementResolved()) return this.elementID.ReceptionQuality();
}

function Windows_Media_Player_V10_30_RecoveredPackets() {
	if (this.elementResolved()) return this.elementID.RecoveredPackets();
}

function Windows_Media_Player_V10_30_Bandwidth() {
	if (this.elementResolved()) return this.elementID.Bandwidth();
}

function Windows_Media_Player_V10_30_CodecCount() {
	if (this.elementResolved()) return this.elementID.CodecCount();
}

function Windows_Media_Player_V10_30_ConnectionSpeed() {
	if (this.elementResolved()) return this.elementID.ConnectionSpeed();
}

function Windows_Media_Player_V10_30_ContactAddress() {
	if (this.elementResolved()) return this.elementID.ContactAddress();
}

function Windows_Media_Player_V10_30_ContactEmail() {
	if (this.elementResolved()) return this.elementID.ContactEmail();
}

function Windows_Media_Player_V10_30_ContactPhone() {
	if (this.elementResolved()) return this.elementID.ContactPhone();
}

function Windows_Media_Player_V10_30_GetCodecDescription(CodecNum) {
	if (this.elementResolved()) return this.elementID.GetCodecDescription(CodecNum);
}

function Windows_Media_Player_V10_30_GetCodecInstalled(CodecNum) {
	if (this.elementResolved()) return this.elementID.GetCodecInstalled(CodecNum);
}

function Windows_Media_Player_V10_30_GetCodecURL(CodecNum) {
	if (this.elementResolved()) return this.elementID.GetCodecURL(CodecNum);
}

function Windows_Media_Player_V10_30_GetMoreInfoURL(MoreInfoType) {
	if (this.elementResolved()) return this.elementID.GetMoreInfoURL(MoreInfoType);
}

function Windows_Media_Player_V10_30_GetStreamGroup(StreamNum) {
	if (this.elementResolved()) return this.elementID.GetStreamGroup(StreamNum);
}

function Windows_Media_Player_V10_30_GetStreamName(StreamNum) {
	if (this.elementResolved()) return this.elementID.GetStreamName(StreamNum);
}

function Windows_Media_Player_V10_30_GetStreamSelected(StreamNum) {
	if (this.elementResolved()) return this.elementID.GetStreamSelected(StreamNum);
}

function Windows_Media_Player_V10_30_SourceLink() {
	if (this.elementResolved()) return this.elementID.SourceLink();
}

function Windows_Media_Player_V10_30_SourceProtocol() {
	if (this.elementResolved()) return this.elementID.SourceProtocol();
}

function Windows_Media_Player_V10_30_StreamCount() {
	if (this.elementResolved()) return this.elementID.StreamCount();
}

function Windows_Media_Player_V10_30_StreamSelect(StreamNum) {
	if (this.elementResolved()) return this.elementID.StreamSelect(StreamNum);
}

