diff --git a/Media/IeWebMedia.cs b/Media/IeWebMedia.cs index 763b73bf..e8a971ae 100644 --- a/Media/IeWebMedia.cs +++ b/Media/IeWebMedia.cs @@ -62,9 +62,6 @@ public IeWebMedia(RegionOptions options) // Write to temporary file ReadControlMeta(); - // Start the timer (will be reset in DocumentComplete) - base.StartTimer(); - // Navigate to temp file _webBrowser.Navigate(_filePath); } @@ -90,11 +87,6 @@ void _webBrowser_DocumentCompleted(object sender, WebBrowserDocumentCompletedEve _webBrowser.Visible = true; } - public override void RenderMedia() - { - // We don't do anything in here as we want to start the timer from when the web view has loaded - } - private bool HtmlReady() { // Check for cached resource files in the library @@ -178,9 +170,6 @@ private void xmds_GetResourceCompleted(object sender, XiboClient.xmds.GetResourc // Cached file to revert to UpdateCacheIfNecessary(); - // Start the timer - StartTimer(); - _webBrowser.Navigate(_filePath); } else @@ -220,9 +209,6 @@ private void xmds_GetResourceCompleted(object sender, XiboClient.xmds.GetResourc // Read the control meta back out ReadControlMeta(); - // Start the timer - StartTimer(); - // Handle Navigate in here because we will not have done it during first load _webBrowser.Navigate(_filePath); } diff --git a/XiboClient.v11.suo b/XiboClient.v11.suo index bf215a83..912970f8 100644 Binary files a/XiboClient.v11.suo and b/XiboClient.v11.suo differ diff --git a/bin/x86/Release/Xibo.scr b/bin/x86/Release/Xibo.scr index 18b3b0ba..cbe2cbeb 100644 Binary files a/bin/x86/Release/Xibo.scr and b/bin/x86/Release/Xibo.scr differ diff --git a/bin/x86/Release/XiboClient.XmlSerializers.dll b/bin/x86/Release/XiboClient.XmlSerializers.dll index 79f2b0cc..02fb435c 100644 Binary files a/bin/x86/Release/XiboClient.XmlSerializers.dll and b/bin/x86/Release/XiboClient.XmlSerializers.dll differ diff --git a/bin/x86/Release/XiboClient.exe b/bin/x86/Release/XiboClient.exe index cbe2cbeb..f6ec0aab 100644 Binary files a/bin/x86/Release/XiboClient.exe and b/bin/x86/Release/XiboClient.exe differ diff --git a/bin/x86/Release/XiboClient.pdb b/bin/x86/Release/XiboClient.pdb index a1ff7af8..851029cd 100644 Binary files a/bin/x86/Release/XiboClient.pdb and b/bin/x86/Release/XiboClient.pdb differ