<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Eric Anderson's Blog - All Comments</title><link>http://blogs.msdn.com/b/eric_anderson/</link><description>A dollop of all things Media (Center | Extender | Player)</description><dc:language>en</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Video card anyone?</title><link>http://blogs.msdn.com/b/eric_anderson/archive/2006/11/16/video-card-anyone.aspx#10126809</link><pubDate>Wed, 09 Feb 2011 14:58:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10126809</guid><dc:creator>graphics card repair</dc:creator><description>&lt;p&gt;That was truly an interesting one, thanks for sharing it. Keep up the great work.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.videocardrepairs.com"&gt;www.videocardrepairs.com&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10126809" width="1" height="1"&gt;</description></item><item><title>re: WMP FireFox Plug-in at 6.1M Downloads</title><link>http://blogs.msdn.com/b/eric_anderson/archive/2007/09/14/wmp-firefox-plug-in-at-6-1m-downloads.aspx#9551888</link><pubDate>Thu, 16 Apr 2009 03:48:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9551888</guid><dc:creator>bwm09</dc:creator><description>&lt;p&gt;hi, i'm new to creating websites. i can't get html parameters to work with firefox for WMV files. specifically, i want the control bar to go away! showcontrols will not work. iumode=none does not work (maybe i'm using it wrong). &amp;nbsp;autostart works fine. how do i get rid of the control bar? your help is much appreciated!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9551888" width="1" height="1"&gt;</description></item><item><title>re: Windows Media Player on Firefox</title><link>http://blogs.msdn.com/b/eric_anderson/archive/2007/04/16/windows-media-player-on-firefox.aspx#9318852</link><pubDate>Wed, 14 Jan 2009 18:33:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9318852</guid><dc:creator>nicejack79</dc:creator><description>&lt;p&gt;Please find the code&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&amp;quot;JavaScript&amp;quot; for=&amp;quot;contentPlayer&amp;quot; event=&amp;quot;playStateChange(newState)&amp;quot;&amp;gt; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;wmpPlayStateChange(newState); &lt;/p&gt;
&lt;p&gt;	// This function will run every time the Play State changes in Windows Media Player &lt;/p&gt;
&lt;p&gt;	function wmpPlayStateChange(newState) { &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;	// alert the play state value in plain text for convenience &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;	//alert ( playstateValues[newState] ); &lt;/p&gt;
&lt;p&gt;		var WMP9=new Object();&lt;/p&gt;
&lt;p&gt;		WMP9=document.getElementById(&amp;quot;contentPlayer&amp;quot;);&lt;/p&gt;
&lt;p&gt;		boxtest = document.getElementById(&amp;quot;testBox&amp;quot;);&lt;/p&gt;
&lt;p&gt;		boxtest.value = boxtest.value + WMP9.playstate;&lt;/p&gt;
&lt;p&gt;		if ( WMP9.playstate == 8 )&lt;/p&gt;
&lt;p&gt;		{&lt;/p&gt;
&lt;p&gt;			if(xmlHttp){&lt;/p&gt;
&lt;p&gt;				xmlHttp.abort();&lt;/p&gt;
&lt;p&gt;			}&lt;/p&gt;
&lt;p&gt;			//alert(	&amp;quot;inside setFlashvar_WMP_status&amp;quot;);&lt;/p&gt;
&lt;p&gt;			var xmlHttp = GetXmlHttpObject();&lt;/p&gt;
&lt;p&gt;			index = document.getElementById(&amp;quot;hidden&amp;quot;).value;&lt;/p&gt;
&lt;p&gt;			var url = &amp;quot;&lt;a rel="nofollow" target="_new" href="http://localhost:8080/Need4All/servlet/PlayList&amp;quot;;"&gt;http://localhost:8080/Need4All/servlet/PlayList&amp;quot;;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;			url = url + &amp;quot;?pickMethod=NU&amp;amp;asxFileName=sample.asx&amp;amp;index=&amp;quot; + index +&amp;quot;&amp;amp;time=&amp;quot;+encodeURIComponent((new Date()).getTime());&lt;/p&gt;
&lt;p&gt;			//alert(url);&lt;/p&gt;
&lt;p&gt;			xmlHttp.open(&amp;quot;GET&amp;quot;,url,true);&lt;/p&gt;
&lt;p&gt;			xmlHttp.onreadystatechange=function ()&lt;/p&gt;
&lt;p&gt;			{&lt;/p&gt;
&lt;p&gt;				if (xmlHttp.readyState==4)&lt;/p&gt;
&lt;p&gt;				{	 &lt;/p&gt;
&lt;p&gt;					if (xmlHttp.status==200)&lt;/p&gt;
&lt;p&gt;					{&lt;/p&gt;
&lt;p&gt;						var response = xmlHttp.responseText;&lt;/p&gt;
&lt;p&gt;						document.getElementById(&amp;quot;debug1&amp;quot;).value = response;&lt;/p&gt;
&lt;p&gt;						var index = response.substring( 0 , response.indexOf(&amp;quot;|]&amp;quot;));&lt;/p&gt;
&lt;p&gt;						//alert(index);&lt;/p&gt;
&lt;p&gt;						var url = response.substring( response.indexOf(&amp;quot;|]&amp;quot;) + 2);&lt;/p&gt;
&lt;p&gt;						//alert(url);&lt;/p&gt;
&lt;p&gt;						if ( url.indexOf(&amp;quot;.wmv&amp;quot;) == -1){&lt;/p&gt;
&lt;p&gt;							alert(&amp;quot;does not contain wmv file&amp;quot;);&lt;/p&gt;
&lt;p&gt;						}&lt;/p&gt;
&lt;p&gt;						//var WMP9=new Object();&lt;/p&gt;
&lt;p&gt;						//WMP9=document.getElementById(&amp;quot;contentPlayer&amp;quot;);&lt;/p&gt;
&lt;p&gt;						if (url != null)&lt;/p&gt;
&lt;p&gt;						{&lt;/p&gt;
&lt;p&gt;							WMP9.URL = url;&lt;/p&gt;
&lt;p&gt;							document.getElementById(&amp;quot;hidden&amp;quot;).value = index;&lt;/p&gt;
&lt;p&gt;							WMP9.controls.play();	&lt;/p&gt;
&lt;p&gt;						}&lt;/p&gt;
&lt;p&gt;						//alert(WMP9.URL);&lt;/p&gt;
&lt;p&gt;					}&lt;/p&gt;
&lt;p&gt;				}&lt;/p&gt;
&lt;p&gt;			}&lt;/p&gt;
&lt;p&gt;			xmlHttp.send(null);	&lt;/p&gt;
&lt;p&gt;		}&lt;/p&gt;
&lt;p&gt;		function OnDSPlayStateChangeEvt(NewState)&lt;/p&gt;
&lt;p&gt;		{&lt;/p&gt;
&lt;p&gt;			alert(&amp;quot;inside state change event&amp;quot;);&lt;/p&gt;
&lt;p&gt;		}&lt;/p&gt;
&lt;p&gt;} &lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt; &lt;/p&gt;
&lt;p&gt;Unable to send playstatechangeevent in fir3efox. Please help.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9318852" width="1" height="1"&gt;</description></item><item><title>re: Windows Media Player on Firefox</title><link>http://blogs.msdn.com/b/eric_anderson/archive/2007/04/16/windows-media-player-on-firefox.aspx#8789364</link><pubDate>Tue, 29 Jul 2008 19:54:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8789364</guid><dc:creator>errand</dc:creator><description>&lt;p&gt;Hey Paul,&lt;/p&gt;
&lt;p&gt;Could you send me an email and I can help walk you through the issue you are hitting? Specifically if you have a short piece of sample code that you could send.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8789364" width="1" height="1"&gt;</description></item><item><title>Doesnt work on Firefox!</title><link>http://blogs.msdn.com/b/eric_anderson/archive/2007/04/16/windows-media-player-on-firefox.aspx#8769077</link><pubDate>Thu, 24 Jul 2008 13:15:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8769077</guid><dc:creator>PaulMolloy</dc:creator><description>&lt;p&gt;I don't know if this blog is still active, but I'm trying to use your plug-in and I've got problems.&lt;/p&gt;
&lt;p&gt;I've been through the documentation here;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/bb614511"&gt;http://msdn.microsoft.com/en-us/library/bb614511&lt;/a&gt;(VS.85).aspx&lt;/p&gt;
&lt;p&gt;but most of the parameters are ignored by firefox. &lt;/p&gt;
&lt;p&gt;There is also no response to any attempts to manipulate it by javascript (e.g. stop and play functions).&lt;/p&gt;
&lt;p&gt;Has something changed since the plugins release? or is there a separate list of firefox parameters?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8769077" width="1" height="1"&gt;</description></item><item><title>re: Windows Media Player on Firefox</title><link>http://blogs.msdn.com/b/eric_anderson/archive/2007/04/16/windows-media-player-on-firefox.aspx#8553352</link><pubDate>Mon, 26 May 2008 23:23:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8553352</guid><dc:creator>Rick75230</dc:creator><description>&lt;p&gt;I *FINALLY* got it. &amp;nbsp;This page explains the details, including sample code. It is not a bug. The various video pages on the site use this techique.&lt;/p&gt;
&lt;p&gt;www.messianicworship.com/html/faq-firefox_resize.html&lt;/p&gt;
&lt;p&gt;Rick Reinckens&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8553352" width="1" height="1"&gt;</description></item><item><title>re: Windows Media Player on Firefox</title><link>http://blogs.msdn.com/b/eric_anderson/archive/2007/04/16/windows-media-player-on-firefox.aspx#8549637</link><pubDate>Sun, 25 May 2008 01:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8549637</guid><dc:creator>Rick75230</dc:creator><description>&lt;p&gt;This does work with FireFox. &amp;nbsp;However, with WinXP and WMP 10 MSIE does not recognize the application/x-ms-wmp MIME type and shows the &amp;quot;image missing&amp;quot; indicator.&lt;/p&gt;
&lt;p&gt;You can nest the OBJECT tags and use type=&amp;quot;application/x-ms-wmp&amp;quot; for one OBJECT tag and &amp;quot;video/x-ms-wmv&amp;quot; for the other. &amp;nbsp;FireFox will ignore the &amp;quot;video&amp;quot; tag and work correctly. &amp;nbsp;IE, of course, will show the &amp;quot;image missing&amp;quot; tag for one and then show the video for the other.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8549637" width="1" height="1"&gt;</description></item><item><title>MSDN Blog Postings  &amp;raquo; And the winner is...</title><link>http://blogs.msdn.com/b/eric_anderson/archive/2008/02/25/and-the-winner-is.aspx#7894563</link><pubDate>Mon, 25 Feb 2008 20:00:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7894563</guid><dc:creator>MSDN Blog Postings  » And the winner is...</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2008/02/25/and-the-winner-is/"&gt;http://msdnrss.thecoderblogs.com/2008/02/25/and-the-winner-is/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7894563" width="1" height="1"&gt;</description></item><item><title>   Xbox Media Center ported to Macs</title><link>http://blogs.msdn.com/b/eric_anderson/archive/2008/02/04/media-center-extenders-need-to-be-setup-on-the-same-subnet-as-the-media-center-pc.aspx#7524224</link><pubDate>Thu, 07 Feb 2008 22:39:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7524224</guid><dc:creator>   Xbox Media Center ported to Macs</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.machinesthatgobing.com/apple/xbox-media-center-mac/"&gt;http://www.machinesthatgobing.com/apple/xbox-media-center-mac/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7524224" width="1" height="1"&gt;</description></item><item><title>re: Building a playback app (DShow vs. MF vs. OCX)</title><link>http://blogs.msdn.com/b/eric_anderson/archive/2006/10/26/building-a-playback-app-dshow-vs-mf-vs-ocx.aspx#7186941</link><pubDate>Mon, 21 Jan 2008 22:01:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7186941</guid><dc:creator>errand</dc:creator><description>&lt;p&gt;Hey Anshul,&lt;/p&gt;
&lt;p&gt;You can use the WMP OCX object in a windowless mode that could help you do this. Depending on how much control you want to overlay graphics or other things, you may have to write your own custom EVR presenter - but for simple cases of just media playback, look at windowless mode first. There is documentation on msdn for this.&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7186941" width="1" height="1"&gt;</description></item></channel></rss>