I am trying to embed a video on a website. The website cannot host .xap files because the bandwidth is too expensive. For security reasons, the website does not allow iframe or .html so the traditional, src="http://silverlight.services.live.com/invoke/10xxx/Test/iframe.html" will not work.
And free hosting servers or sites like Google do not have the MIME type for .xap supported, or IIS does not recognize reading a .xap application and reads it as .zip.
Is there a Silverlight Browser Control that would allow me to play silverlight apps from my streaming account, and appear as embedded video?