<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by Kosher</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/Kosher/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by Kosher</title>
		<link>http://channel9.msdn.com/Niners/Kosher/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/Kosher/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 08:08:02 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 08:08:02 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - &amp;lt;MediaElement&amp;gt; in XAML</title>
		<description><![CDATA[<p>FYI:<br>
<br>
I found an amazing site and some samples to help you all out with any issues:<br>
<a href="http://therhogue.com/WinFX/">http://therhogue.com/WinFX/</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/146905-ltMediaElementgt-in-XAML/eafe4999e143467281b99dea013310be#eafe4999e143467281b99dea013310be</link>
		<pubDate>Tue, 07 Mar 2006 05:41:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/146905-ltMediaElementgt-in-XAML/eafe4999e143467281b99dea013310be#eafe4999e143467281b99dea013310be</guid>
		<dc:creator>Kosher</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Kosher/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - &amp;lt;MediaElement&amp;gt; in XAML</title>
		<description><![CDATA[<p>FYI:<br>
<br>
I tried this code as well:<br>
<br>
<p>&lt;Grid </p>
<p>xmlns=&quot;<a href="http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;">http&#58;&#47;&#47;schemas.microsoft.com&#47;winfx&#47;2006&#47;xaml&#47;presentation&#34;</a> </p>
<p>xmlns:x=&quot;<a href="http://schemas.microsoft.com/winfx/2006/xaml&quot;">http&#58;&#47;&#47;schemas.microsoft.com&#47;winfx&#47;2006&#47;xaml&#34;</a> </p>
<p>xmlns:c=&quot;<a href="http://schemas.openxmlformats.org/markup-compatibility/2006&quot;">http&#58;&#47;&#47;schemas.openxmlformats.org&#47;markup-compatibility&#47;2006&#34;</a></p>
<p>xmlns:d=&quot;<a href="http://schemas.microsoft.com/expression/interactivedesigner/2006&quot;">http&#58;&#47;&#47;schemas.microsoft.com&#47;expression&#47;interactivedesigner&#47;2006&#34;</a></p>
<p>c:Ignorable=&quot;d&quot;</p>
<p>Background=&quot;#FFFFFFFF&quot; </p>
<p>x:Name=&quot;DocumentRoot&quot;</p>
<p>x:Class=&quot;UntitledProject2.Scene1&quot; </p>
<p>Width=&quot;640&quot; Height=&quot;480&quot;&gt;</p>
<p>&lt;Grid.Resources&gt;</p>
<p>&lt;Storyboard x:Key=&quot;OnLoaded&quot;/&gt;</p>
<p>&lt;/Grid.Resources&gt;</p>
<p>&lt;Grid.Triggers&gt;</p>
<p>&lt;EventTrigger RoutedEvent=&quot;Button.Click&quot; SourceName=&quot;playButton&quot;&gt;</p>
<p>&lt;EventTrigger.Actions&gt;</p>
<p>&lt;BeginStoryboard Name= &quot;myBegin&quot;&gt;</p>
<p>&lt;Storyboard&gt;</p>
<p>&lt;MediaTimeline Source=&quot;file:\\\C:\Documents and Settings\Tommy\Desktop\Halo2v3_Low_640.wmv&quot; Storyboard.TargetName=&quot;myvideo&quot;/&gt;</p>
<p>&lt;/Storyboard&gt;</p>
<p>&lt;/BeginStoryboard&gt;</p>
<p>&lt;/EventTrigger.Actions&gt;</p>
<p>&lt;/EventTrigger&gt;</p>
<p>&lt;EventTrigger RoutedEvent=&quot;Button.Click&quot; SourceName=&quot;pauseButton&quot;&gt;</p>
<p>&lt;EventTrigger.Actions&gt;</p>
<p>&lt;PauseStoryboard BeginStoryboardName=&quot;myBegin&quot; /&gt;</p>
<p>&lt;/EventTrigger.Actions&gt;</p>
<p>&lt;/EventTrigger&gt;</p>
<p>&lt;/Grid.Triggers&gt;</p>
<p></p>
<p>&lt;Grid.ColumnDefinitions&gt;</p>
<p>&lt;ColumnDefinition/&gt;</p>
<p>&lt;/Grid.ColumnDefinitions&gt;</p>
<p>&lt;Grid.RowDefinitions&gt;</p>
<p>&lt;RowDefinition/&gt;</p>
<p>&lt;/Grid.RowDefinitions&gt;</p>
<p></p>
<p>&lt;StackPanel&gt;</p>
<p>&lt;MediaElement Name=&quot;myvideo&quot;/&gt;</p>
<p>&lt;Button Name=&quot;playButton&quot; &gt;Play&lt;/Button&gt;</p>
<p>&lt;Button Name=&quot;pauseButton&quot; &gt;Pause&lt;/Button&gt;</p>
<p>&lt;/StackPanel&gt;</p>
<p>&lt;/Grid&gt;<br>
<br>
Same errors as mentioned in previous post.&nbsp; Sometimes it's blank, other times it says:<br>
<br>
&quot;No operations are valid on a closed media player except open and close.&quot;<br>
&quot;&nbsp;&nbsp; at MS.Internal.HRESULT.Check(Int32 hr)\r\n&nbsp;&nbsp; at System.Windows.Media.MediaPlayer.SetPosition(TimeSpan value)\r\n&nbsp;&nbsp; at System.Windows.Media.MediaClock.Sync()\r\n&nbsp;&nbsp; at System.Windows.Media.MediaClock.SpeedChanged()\r\n&nbsp;&nbsp; at System.Windows.Media.Animation.Clock.RaiseAccumulatedEvents()\r\n&nbsp;&nbsp;
 at System.Windows.Media.Animation.TimeManager.RaiseEnqueuedEvents()\r\n&nbsp;&nbsp; at System.Windows.Media.Animation.TimeManager.Tick()\r\n&nbsp;&nbsp; at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)\r\n&nbsp;&nbsp; at System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object
 resizedCompositionTarget)\r\n&nbsp;&nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)\r\n&nbsp;&nbsp; at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object
 args, Boolean isSingleParameter, Delegate catchHandler)\r\n&nbsp;&nbsp; at System.Windows.Threading.DispatcherOperation.InvokeImpl()\r\n&nbsp;&nbsp; at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)\r\n&nbsp;&nbsp; at System.Threading.ExecutionContext.runTryCode(Object
 userData)\r\n&nbsp;&nbsp; at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)\r\n&nbsp;&nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback
 callback, Object state)\r\n&nbsp;&nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)\r\n&nbsp;&nbsp; at System.Windows.Threading.DispatcherOperation.Invoke()\r\n&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.ProcessQueue()\r\n&nbsp;&nbsp;
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)\r\n&nbsp;&nbsp; at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)\r\n&nbsp;&nbsp; at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object
 o)\r\n&nbsp;&nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)\r\n&nbsp;&nbsp; at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter,
 Delegate catchHandler)\r\n&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)\r\n&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority,
 Delegate method, Object arg)\r\n&nbsp;&nbsp; at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)\r\n&nbsp;&nbsp; at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp; msg)\r\n&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame
 frame)\r\n&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)\r\n&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.Run()\r\n&nbsp;&nbsp; at System.Windows.Application.RunInternal(Window window)\r\n&nbsp;&nbsp; at System.Windows.Application.Run(Window window)\r\n&nbsp;&nbsp;
 at System.Windows.Application.Run()\r\n&nbsp;&nbsp; at UntitledProject2.MainApplication.Main() in C:\\Documents and Settings\\Tommy\\My Documents\\Interactive Designer Projects\\TestVideo\\obj\\Debug\\Application.g.cs:line 50\r\n&nbsp;&nbsp; at System.AppDomain.nExecuteAssembly(Assembly
 assembly, String[] args)\r\n&nbsp;&nbsp; at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)\r\n&nbsp;&nbsp; at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()\r\n&nbsp;&nbsp; at System.Threading.ThreadHelper.ThreadStart_Context(Object
 state)\r\n&nbsp;&nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)\r\n&nbsp;&nbsp; at System.Threading.ThreadHelper.ThreadStart()&quot;<br>
<br>
Thanks,<br>
&lt;T&gt;</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/146905-ltMediaElementgt-in-XAML/05abfd83b0844a6698c09dea0133106d#05abfd83b0844a6698c09dea0133106d</link>
		<pubDate>Tue, 07 Mar 2006 02:03:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/146905-ltMediaElementgt-in-XAML/05abfd83b0844a6698c09dea0133106d#05abfd83b0844a6698c09dea0133106d</guid>
		<dc:creator>Kosher</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Kosher/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - &amp;lt;MediaElement&amp;gt; in XAML</title>
		<description><![CDATA[<p>I'm running the February CTP of WinFX and I get an error sometimes and other times it's just blank.&nbsp; In either case I am unable to see the video.<br>
<br>
The code:<br>
<br>
&lt;MediaElement x:Name=&quot;MyMedia&quot; Source=&quot;file:\\\C:\Documents and Settings\Tommy\Desktop\billg_sheilagu.wmv&quot; LoadedBehavior=&quot;Play&quot;/&gt;<br>
<br>
The error I get is:<br>
No operations are valid on a closed media player except open and close.<br>
<br>
The error only occurs once in a while but the main issue is not being able to see the video.&nbsp; I unblocked the video by going to the properties and clicking the unblock button but still no love.<br>
<br>
Any tips?<br>
<br>
Thanks,<br>
&lt;T&gt;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/146905-ltMediaElementgt-in-XAML/2842755c2724411697ca9dea01331031#2842755c2724411697ca9dea01331031</link>
		<pubDate>Tue, 07 Mar 2006 01:54:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/146905-ltMediaElementgt-in-XAML/2842755c2724411697ca9dea01331031#2842755c2724411697ca9dea01331031</guid>
		<dc:creator>Kosher</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Kosher/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Maya to XAML Exporter - Updated for WinFX November CTP</title>
		<description><![CDATA[<p><strong>
<div>
<p><strong>This update fixes some syntax in the XAML and has a couple minor changes to work with November CTP.&nbsp; Keep a look out for an update that comes with animation export and more!&nbsp; I havn't had a ton of time lately so I've had to work on it during my days
 off.&nbsp; Let me know if you have any other features that you would like to see and I will try to push&nbsp;them into the final build.<br /><br />New Features</strong></p>
<p>- Updated for the November CTP WinFX Runtime</p>
<p>
<table>
<tbody>
<tr>
<td><a title="" href="http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx" target="_blank"><img height="60" alt="Get the November CTP" src="http://msdn.microsoft.com/windowsvista/art/80x60/ctp-vista.jpg" width="80" border="0"></a></td>
<td><a title="" href="http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx" target="_blank"><u>Get the November CTP</u></a><br />The November CTP (Community Technology Preview) is the latest version of the WinFX technologies. Included in this version is the WinFX Runtime Components (RTC), Windows SDK and Visual Studio 2005 Extensions for WinFX.
<span>(Nov 18, Download details)</span> </td>
</tr>
</tbody>
</table>
</p>
<p>- New lines used for mesh data</p>
<p>- Added named meshes and groups</p>
</div>
</strong></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Maya-to-XAML-Exporter-Updated-for-WinFX-November-CTP/123558#123558</link>
		<pubDate>Fri, 14 Oct 2005 22:28:31 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Maya-to-XAML-Exporter-Updated-for-WinFX-November-CTP/123558#123558</guid>
		<dc:creator>Kosher</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Kosher/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>