Why won’t media play in Silverlight 2?

Posted by Corey on March 5, 2008 at 7:37 pm.

The Media Element handles errors pretty gracefully. The errors that do occur are usually related to cross domain problem and setting the Source from managed code.

If you are experiencing errors, make sure to take a look at the address bar. If the site is being run from the local file system and you are trying to access media from http or https there will be an error.

Related posts:

  1. Animating multiple transforms in C# – Silverlight

One Response to “Why won’t media play in Silverlight 2?”