Report a Silverlight Bughttp://forums.silverlight.net//28.aspx/1?Report+a+Silverlight+BugFound a bug in Silverlight? Use this forum to describe the bug and the code or steps to reproduce it.Mon, 01 Jan 0001 00:00:00 -05002815052http://forums.silverlight.net//p/4983/15052.aspx/1?MediaElement+s+AutoPlay+versus+LoadedBehaviorMediaElement's AutoPlay versus LoadedBehavior <p>Anyone have an idea why the WPF syntax for changing whether a piece of media plays by default is different between WPF and Silverlight XAML?&nbsp; In WPF the syntax is:</p> <p>&lt;MediaElement Source=&quot;...&quot; LoadedBehavior=&quot;Play&quot; /&gt;&nbsp; &lt;!-- the default --&gt;</p> <p>And in Silverlight&nbsp;it is:</p> <p>&lt;MediaElement Source=&quot;...&quot;&nbsp;AutoPlay=&quot;true&quot; /&gt;&nbsp; &lt;!-- the default --&gt;</p> <p>&nbsp;Obviously this is causing some tool problems, but any idea why they wouldn't be the same?&nbsp; Seems like a bug and not a feature...really ;)</p> <p>&nbsp;</p> 2007-09-21T23:10:47-04:00