<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/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>Hosting and Streaming</title><link>http://forums.silverlight.net/forums/15.aspx</link><description>Discussions about hosting and streaming Silverlight applications 

 
</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>H.264 streaming: Windows Media Services/IIS Media Services?</title><link>http://forums.silverlight.net/forums/thread/325232.aspx</link><pubDate>Mon, 23 Nov 2009 21:07:24 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:325232</guid><dc:creator>onezero</dc:creator><slash:comments>1</slash:comments><comments>http://forums.silverlight.net/forums/thread/325232.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=325232</wfw:commentRss><description>&lt;p&gt;In the presentation &lt;a href="http://www.streamingmedia.com/east2008/program/" target="_blank"&gt;&amp;quot;In Depth Microsoft Silverlight&amp;quot; by Ben Waggoner&lt;/a&gt; the media ecosystem consists of create, distribute, and experience (page 9). For each step there are two tools, i.e. for distributing there are Windows Media Services, or Microsoft IIS. Both alternatives are presented (page 19) with a definition and applicable scenario.&lt;br /&gt;&lt;br /&gt;When it comes to distribution of H.264 the Microsoft IIS 7.0 Media Services with (Live) Smooth Streaming seems the only option at this moment. It looks great, and utilizes regular HTTP caching, which is supported by major CDNs. Even the &lt;a href="http://alexzambelli.com/blog/smooth-streaming-faq/" target="_blank"&gt;Smooth Streaming FAQ by Alex Zambelli&lt;/a&gt; has the answers to my questions regarding creation, distribution, and experience. So why don&amp;#39;t I implement it?&lt;br /&gt;&lt;br /&gt;Because our videos are currently distributed by Windows Media Services by a major CDN it only seems natural to move on this track. However, there seems no roadmap available on H.264 support by Windows Media Services. Or does anyone have any (found) information otherwise? It would be really nice to know what Windows Media Services will bring to the table before I have our video library converted, and the processes of creating videos and distributing videos changed to IIS Media Services :)&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Publish Silverlight application</title><link>http://forums.silverlight.net/forums/thread/326044.aspx</link><pubDate>Wed, 25 Nov 2009 02:53:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326044</guid><dc:creator>nz</dc:creator><slash:comments>4</slash:comments><comments>http://forums.silverlight.net/forums/thread/326044.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=326044</wfw:commentRss><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;I am try to publish a silverlight application with a web from VS2008, basicaly, my silverlight app have a webservice reference&amp;nbsp;from loccalhost help to access to database.&lt;/p&gt;
&lt;p&gt;But, after publish to IIS 7 , I don&amp;#39;t why the web service I created is not working?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I found it just run the silverlight app without webservice.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Do I need to run webserive manully, or what should I do?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;By the way I am using silverlight 3 and .net 3.5, just checked the IIS is with ,net 2.0.&lt;/p&gt;
&lt;p&gt;many thx&lt;/p&gt;</description></item><item><title>Able to see Silverlight content on Local IIS but not remotely</title><link>http://forums.silverlight.net/forums/thread/318143.aspx</link><pubDate>Wed, 11 Nov 2009 08:06:40 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:318143</guid><dc:creator>tehprata</dc:creator><slash:comments>13</slash:comments><comments>http://forums.silverlight.net/forums/thread/318143.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=318143</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m able to host my Silverlight video player which is reading data from an XML file (videos.xml) on IIS. I&amp;#39;ve created the clientaccesspolicy.xml and placed it at the root of my server. On my IIS machine, I&amp;#39;m able to view my video content on IE and Firefox. However, on accessing it from a remote PC, the Silverlight application displays but it is not reading from my videos.xml data.&lt;br /&gt;&lt;br /&gt;On my IIS machine, HttpFox reports it finds clientaccesspolicy.xml successfully. However, on my remote machine, HttpFox does not look for clientaccesspolicy.xml at all. Shouldn&amp;#39;t HttpFox also look for &amp;#39;clientaccesspolicy.xml&amp;#39; on the remote machine?&lt;br /&gt;&lt;br /&gt;This is my clientaccesspolicy.xml file:&lt;br /&gt;&lt;br /&gt;&amp;lt;access-policy&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cross-domain-access&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;policy&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow-from http-request-headers=&amp;quot;*&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;domain uri=&amp;quot;*&amp;quot; /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/allow-from&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;grant-to&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource include-subpaths=&amp;quot;true&amp;quot; path=&amp;quot;/&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/grant-to&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/policy&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cross-domain-access&amp;gt;&lt;br /&gt;&amp;lt;/access-policy&amp;gt;&lt;br /&gt;&lt;br /&gt;Any help is much appreciated.. thanks&lt;/p&gt;&lt;p&gt;&amp;nbsp;Prata &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Expression Encoder 3 Graphing Template</title><link>http://forums.silverlight.net/forums/thread/273174.aspx</link><pubDate>Thu, 20 Aug 2009 19:21:19 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:273174</guid><dc:creator>akshaysilverlight</dc:creator><slash:comments>7</slash:comments><comments>http://forums.silverlight.net/forums/thread/273174.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=273174</wfw:commentRss><description>&lt;p&gt;Hello , &lt;/p&gt;
&lt;p&gt;In Encoder 3 Graphing template , we are getting only one graph when we play any smooth streaming video. In Encoder2 template , there was 3 graphs . Its good but quite complicated , Can anyone tell me , what is blue color and yellow color&amp;nbsp;lines representing in the graph .&lt;/p&gt;
&lt;p&gt;As per my understanding , &lt;/p&gt;
&lt;p&gt;Red&amp;nbsp;Color&amp;nbsp;is for BIt Rate Graph &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Green Coloris is for Frame Rate &lt;/p&gt;
&lt;p&gt;But what is blue color &lt;/p&gt;
&lt;p&gt;what is Yellow Color Line ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can we get source code for generating the graphs ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Silverlight 3 control fails to run</title><link>http://forums.silverlight.net/forums/thread/302531.aspx</link><pubDate>Wed, 14 Oct 2009 09:39:14 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:302531</guid><dc:creator>WilliamRobbie</dc:creator><slash:comments>8</slash:comments><comments>http://forums.silverlight.net/forums/thread/302531.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=302531</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;We have a client that can&amp;#39;t run any Silverlight application on their PC. They are sitting behind a corporate firewall. The page loads but the silverlight control remains blank.&lt;br /&gt;&lt;br /&gt;Is there anything that needs to be changed to make it possible for them to be able to view Silverlight controls?&lt;br /&gt;&lt;br /&gt;Does anyone have any advice&lt;br /&gt;&lt;br /&gt;William &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Video Uploads</title><link>http://forums.silverlight.net/forums/thread/315417.aspx</link><pubDate>Fri, 06 Nov 2009 08:40:24 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:315417</guid><dc:creator>silverlightmonster</dc:creator><slash:comments>5</slash:comments><comments>http://forums.silverlight.net/forums/thread/315417.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=315417</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am building an application to allow users to share videos.&amp;nbsp; Is there any way to allow users to upload videos to my Silverlight Streaming account (without giving them my username and password obviously)&amp;nbsp;so that I would be able to play them?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Are there any other providers that allow users to upload videos and would be playable inside silverlight?&amp;nbsp; Tried with rapidshare though they have that random time thing for free hosting, also Vimeo and Youtube do not work as they have the clientaccesspolicy.xml.&lt;/p&gt;
&lt;p&gt;I just need to find somewhere where my users would be able to host their&amp;nbsp;videos and just give a link when filling in the registration form so that I would be able to grab the video and play it.&lt;/p&gt;</description></item><item><title>Blank Page When Browsing Silverlight Business Application</title><link>http://forums.silverlight.net/forums/thread/323263.aspx</link><pubDate>Thu, 19 Nov 2009 22:05:39 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:323263</guid><dc:creator>Nogido</dc:creator><slash:comments>4</slash:comments><comments>http://forums.silverlight.net/forums/thread/323263.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=323263</wfw:commentRss><description>&lt;p&gt;I am trying to publish my silverlight application but seem to be getting a blank page. I have added three MIME types, published my Business Application .web project to address: &lt;a href="http://localhost/RemoteStaging/"&gt;http://localhost/RemoteStaging/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I can see the&amp;nbsp;virtual directory&amp;nbsp;in the IIS manager. However when I try to browse I get a blank page. I added a clientaccesspolicy.xml file. I am using images as build action: resource, copy always. &lt;/p&gt;
&lt;p&gt;Again, I just see a blank page. What could it be?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>silverlight player(training video-buffering problem-Please help me!!!!</title><link>http://forums.silverlight.net/forums/thread/293102.aspx</link><pubDate>Sun, 27 Sep 2009 00:31:08 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:293102</guid><dc:creator>billsm</dc:creator><slash:comments>3</slash:comments><comments>http://forums.silverlight.net/forums/thread/293102.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=293102</wfw:commentRss><description>&lt;p&gt;I would really greatly &amp;nbsp;appreciate it if someone could really help me with this question I have a vista ultimate x86 and my current &lt;/p&gt;
&lt;p&gt;windows&amp;nbsp;media player is 110. 6002.18065 &amp;nbsp;(it looks like I do not have expression encoder &amp;nbsp;installed on my computer-I hope this helps &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I recently have tried watching silverlight 3 training videos, my biggest problem &lt;/p&gt;
&lt;p&gt;with watching these videos is after loading&amp;nbsp;these silverlight videos-I have had &amp;nbsp;constant buffering problems &lt;/p&gt;
&lt;p&gt;Is this because of silverlight streaming???Do the silverlight training videos use expression encoder to stream the video &amp;nbsp;than use &amp;nbsp;windows media player as a&amp;nbsp;player?? &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In other words the video will load and &amp;nbsp;play for 2 minutes then the video will go into buffering mode &lt;/p&gt;
&lt;p&gt;and then I have wait till&amp;nbsp;buffering stops....Is their any way to stop buffering so I could watch these &lt;/p&gt;
&lt;p&gt;training videos on my&amp;nbsp;computer???? Could someone provide detailed instructions on how you &lt;/p&gt;
&lt;p&gt;solve these problems.???? I enjoy watching videos on channel 9 as well.....&lt;/p&gt;
&lt;p&gt;I do have a msdn subscription....I am waiting for&amp;nbsp;my shipment all&amp;nbsp;&amp;nbsp;expression&amp;nbsp;dvd&amp;#39;s to come&amp;nbsp;out. as well as windows 7 ...so I am wondering is if all I have to do is install expression encoder( I expect the media shipment will be in october-hopefully) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please someone....anyone help me!!!! &lt;/p&gt;
&lt;p&gt;.&amp;nbsp;I would greatly appreciate any help you could give me &lt;/p&gt;
&lt;p&gt;Here is my previous post &lt;a href="http://forums.silverlight.net/forums/p/130997/292771.aspx#292771"&gt;http://forums.silverlight.net/forums/p/130997/292771.aspx#292771&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thank&amp;nbsp;you !!!!&lt;/p&gt;
&lt;p&gt;I do wish someone from the microsoft support team address this issue My video card is up to date &lt;/p&gt;
&lt;p&gt;and I am not sure about the use of codecs in windows media player 11 &amp;nbsp;&lt;/p&gt;</description></item><item><title>SilverLight  host  fire onload event again when parent element visibility changed!</title><link>http://forums.silverlight.net/forums/thread/92492.aspx</link><pubDate>Wed, 17 Sep 2008 05:43:10 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:92492</guid><dc:creator>LionLau</dc:creator><slash:comments>6</slash:comments><comments>http://forums.silverlight.net/forums/thread/92492.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=92492</wfw:commentRss><description>&lt;p&gt;Hello, I put a SilverLight&amp;nbsp;&amp;nbsp;Host in a DIV,when DIV &amp;#39;s visibility&amp;nbsp;change.&amp;nbsp; the SilverLight&amp;nbsp;&amp;nbsp;Host&amp;nbsp; fire onload event again,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please tell me why ,and how to avoid it ...&lt;/p&gt;</description></item><item><title>Hosting RIA services in Sharepoint</title><link>http://forums.silverlight.net/forums/thread/269906.aspx</link><pubDate>Sat, 15 Aug 2009 19:23:41 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:269906</guid><dc:creator>DennisJansen</dc:creator><slash:comments>5</slash:comments><comments>http://forums.silverlight.net/forums/thread/269906.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=269906</wfw:commentRss><description>&lt;p&gt;I watched a series of video&amp;#39;s on RIA services over here:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://www.myvbprof.com/2007_Version/RIA_July09.aspx"&gt;http://www.myvbprof.com/2007_Version/RIA_July09.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is a very interesting technology. However, it uses a standard .NET webapplication to host the Silverlight app. I want Sharepoint to host the Silverlight application. Is there a way to do that? Where can I fiond more info on this subject.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Publish Failed But no Errors</title><link>http://forums.silverlight.net/forums/thread/320150.aspx</link><pubDate>Sat, 14 Nov 2009 07:12:18 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:320150</guid><dc:creator>zenhgjjh</dc:creator><slash:comments>4</slash:comments><comments>http://forums.silverlight.net/forums/thread/320150.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=320150</wfw:commentRss><description>I am trying to build and publish my web app.



When I do a publish to the Main Server I get the message that the publish failed, but get no further information:


But I am able to publish Locally and to other server the same application.

Thanks in Advance</description></item><item><title>Please Help About Silverlight Video Platform..</title><link>http://forums.silverlight.net/forums/thread/316837.aspx</link><pubDate>Mon, 09 Nov 2009 15:08:34 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:316837</guid><dc:creator>kannu_s</dc:creator><slash:comments>7</slash:comments><comments>http://forums.silverlight.net/forums/thread/316837.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=316837</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Hello!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;Want To Ask About Silverlight Video Platform&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Is Microsoft Silverlight Also Proivde Video Platform,Analytics,CMS,Live Streaming Hosting Etc.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;For Example i Want To Start Video Platform Who Can Provide CMS, Monetization, Analytics, Syndication, End-User Quality, LIVE Streaming, Closed Captioning, Etc When Anybody Click&amp;nbsp;Right Click on&amp;nbsp;Youtube Video It Show Flash Player Using&amp;nbsp;When We Click Here It Show Silverlight Talking About This!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;So These All Things We Getting in Adobe Flash Player&amp;nbsp;Is Silverlight Also Allow To Host These Things Please Tell.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;Thanks!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Upload a video on my site and code it to Smooth Streaming. Is it possible?</title><link>http://forums.silverlight.net/forums/thread/322128.aspx</link><pubDate>Wed, 18 Nov 2009 17:57:46 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:322128</guid><dc:creator>Pablo pecora</dc:creator><slash:comments>1</slash:comments><comments>http://forums.silverlight.net/forums/thread/322128.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=322128</wfw:commentRss><description>&lt;p&gt;

&lt;/p&gt;&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Hi. &lt;/p&gt;

&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;I&amp;#39;m planning a
website that will include Silverlight Smoth Streaming. &lt;/p&gt;

&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;I want the users of
the site to be able to upload any video in the site (let&amp;#39;s say like youtube)
and my site to encode the uploaded videos in the Smooth Streaming format. (like
Microsoft Expression Encoder would do, but web)&lt;/p&gt;

&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Is is possible? What
should I use to achieve that? (I&amp;#39;m really interested even if I have to pay for
some particular product for doing this). &lt;/p&gt;

&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;

&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Thanks in advance. &lt;/p&gt;

&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;

&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;PnP&lt;/p&gt;

</description></item><item><title>Problem displaying Silverlight contents using umlaut url</title><link>http://forums.silverlight.net/forums/thread/321867.aspx</link><pubDate>Wed, 18 Nov 2009 08:54:54 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:321867</guid><dc:creator>vivek_daramwal</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/321867.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=321867</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have created a Silverlight application and i want to host it inside IIS. Inside IIS what i did is, i have created a new website with a name tüna (containing umlaut character) and added the published Silverlight project inside that website. While browsing the website using an address like &lt;b&gt;http://localhost:80/silverlightTestPage.aspx&lt;/b&gt;, the Silverlight content is displaying properly but if i browse it using the website name like &lt;b&gt;http://tüna:100/silverlightTestPage.aspx&lt;/b&gt;, the address is not getting resolved. It is getting converted to &lt;b&gt;http://xn--tna-hoa:100/silverlightTestPage.aspx&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;So i tried putting an entry inside my hosts file as &lt;b&gt;127.0.0.0&amp;nbsp; tüna&amp;nbsp; xn--tna-hoa&lt;/b&gt;, but now while browsing it using an address &lt;b&gt;http://tüna:100/silverlightTestPage.aspx&lt;/b&gt;, i am getting a blank page, only silverlight plugin is there.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Also i tried putting an image file (sample.jpeg) inside the published folder and i am able to browse it using an umlaut url like &lt;b&gt;http://tüna:100/sample.jpeg&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Can anybody please tell me why Silverlight contents is not getting displayed using an umlaut url.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Also, you can find out the similar query here in &lt;a href="http://www.visifire.com/forums/index.php?showtopic=1476"&gt;Visifire forums&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Bleeding Edge Syndrom: Major problems deploying SilverLight on IIS  </title><link>http://forums.silverlight.net/forums/thread/308218.aspx</link><pubDate>Fri, 23 Oct 2009 20:22:39 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:308218</guid><dc:creator>mNasser</dc:creator><slash:comments>8</slash:comments><comments>http://forums.silverlight.net/forums/thread/308218.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=308218</wfw:commentRss><description>&lt;p&gt;&lt;font size="2"&gt;We&amp;nbsp;just finished programming our first SilverLight app.&amp;nbsp;&amp;nbsp;It works beautifully except that we cannot deploy it anywhere!&amp;nbsp; It even fails on our development station.&amp;nbsp; We&amp;#39;re running against a solid deadline and supposed to have deployed the software&amp;nbsp;on customer&amp;#39;s site today.&amp;nbsp; However, this installation problem is making it impossible to benefit from a lot of programming work we put on the system in&amp;nbsp;the past few weeks!&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Our boss is blaming the development team for choosing new technology for this project.&amp;nbsp; He calls this &amp;quot;Bleading Edge&amp;quot;.&amp;nbsp;&amp;nbsp;Can someone help us get this working&amp;nbsp;before we all get fired!&amp;nbsp; Here is a description of the problem:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font size="2"&gt;Silverligth + WCF + WCF makes call to a multithread COM DLL&amp;nbsp;&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font size="2"&gt;It all works very well when run from VS2008&lt;/li&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;li&gt;After published to IIS However, &lt;font size="2"&gt;outside of the IDE it gives an unknown exception when it does a WCF call&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;
&lt;li&gt;&lt;font size="2"&gt;Out tside the development server it doesn&amp;#39;t work&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;It always works when the development is on&lt;/li&gt;
&lt;li&gt;.svc file is not recognized outside development&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;font size="2"&gt;And here is the exception I get:&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;
&lt;font size="2"&gt;
&lt;p&gt;An exception occurred during the operation, making the result invalid. Check InnerException for exception details.&lt;/p&gt;
&lt;p&gt;at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()&lt;/p&gt;
&lt;p&gt;at AccuSLLink.AccuService.GetStudentCompletedEventArgs.get_Result()&lt;/p&gt;
&lt;p&gt;at AccuSLLink.Home.OnGetStudentCompleted(Object sender, GetStudentCompletedEventArgs e)&lt;/p&gt;
&lt;p&gt;at AccuSLLink.AccuService.AccuServiceC&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="MS Shell Dlg" color="#545454" size="2"&gt;&lt;font face="MS Shell Dlg" color="#545454" size="2"&gt;&lt;font face="MS Shell Dlg" color="#545454" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;I&amp;#39;ll be monitoring this post during the weekend.&amp;nbsp; Please reply if you have ideas.&amp;nbsp; TIA.&lt;/font&gt;&lt;/font&gt;&lt;font face="MS Shell Dlg" color="#545454" size="2"&gt;&lt;font face="MS Shell Dlg" color="#545454" size="2"&gt;&lt;font face="MS Shell Dlg" color="#545454" size="2"&gt;&lt;/p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>help me!! how create my own server</title><link>http://forums.silverlight.net/forums/thread/319232.aspx</link><pubDate>Thu, 12 Nov 2009 17:26:50 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:319232</guid><dc:creator>MasterWPF</dc:creator><slash:comments>3</slash:comments><comments>http://forums.silverlight.net/forums/thread/319232.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=319232</wfw:commentRss><description>&lt;p&gt;Hello, sorry i speak spanish, could someone help me to create my own server in window server 2008 for my page Silverlight with Sql Server!!! :( S.O.S&lt;/p&gt;</description></item><item><title>Error while running the application</title><link>http://forums.silverlight.net/forums/thread/317375.aspx</link><pubDate>Tue, 10 Nov 2009 07:18:52 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:317375</guid><dc:creator>laaki</dc:creator><slash:comments>2</slash:comments><comments>http://forums.silverlight.net/forums/thread/317375.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=317375</wfw:commentRss><description>&lt;p&gt;I am trying to build the appliacation.At the time i am getting this error.Can anyone guide me?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Cannot create instance of &amp;#39;Window1&amp;#39; defined in assembly &amp;#39;TestApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null&amp;#39;. Exception has been thrown by the target of an invocation. Error in markup file &amp;#39;Window1.xaml&amp;#39; Line 1 Position 9.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Is smooth streaming + Amazon S3 possible?</title><link>http://forums.silverlight.net/forums/thread/317406.aspx</link><pubDate>Tue, 10 Nov 2009 07:52:34 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:317406</guid><dc:creator>maktouch</dc:creator><slash:comments>4</slash:comments><comments>http://forums.silverlight.net/forums/thread/317406.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=317406</wfw:commentRss><description>How would that work out? I had trouble making it work when the videos were hosted somewhere else.</description></item><item><title>I need a streaming server, replacement to Flash Media Server</title><link>http://forums.silverlight.net/forums/thread/26388.aspx</link><pubDate>Mon, 14 Jan 2008 19:51:43 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:26388</guid><dc:creator>magdy.roshdy</dc:creator><slash:comments>5</slash:comments><comments>http://forums.silverlight.net/forums/thread/26388.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=26388</wfw:commentRss><description>&lt;p&gt;in my company we will build a &lt;b&gt;Class Room application&lt;/b&gt;, so we are &lt;b&gt;confused in using Flash or Silverlight &lt;/b&gt;to develop that.&lt;/p&gt;&lt;p&gt;we made one before but with &lt;b&gt;Flash and Flash Media Server&lt;/b&gt;, I use Flash Media Server for streaming and managing connected users, calling functions on them -&lt;i&gt;connected user = connected flash movie to Media Server application instance&lt;/i&gt;-.&lt;/p&gt;&lt;p&gt;now, we need to use Silverlight in this, but &lt;b&gt;I don&amp;#39;t know a replacement for Media Server with its features&lt;/b&gt;, not audio streaming only, but also server features such as manage connected users, close the connection, shared objects ans so on.&lt;/p&gt;&lt;p&gt;the decision of using Silverlight is depends in this server, so if any know any software that act with Silverlight as Media Server act with Flash please tell me.&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks for ALL&amp;nbsp;&lt;img src="http://silverlight.net/emoticons/emotion-1.gif" alt="Smile" /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Issue with hosting Silverlight control in ascx page on Firefox 3 browser</title><link>http://forums.silverlight.net/forums/thread/236013.aspx</link><pubDate>Sun, 21 Jun 2009 14:05:25 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:236013</guid><dc:creator>CRam</dc:creator><slash:comments>9</slash:comments><comments>http://forums.silverlight.net/forums/thread/236013.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=236013</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;We have a Silverlight 2.0 application hosted within an ASP .Net web control (ascx page). The application works fine with Internet Explorer (6, 7, 8), but does not with Firefox 3 browser. We observe a blank page getting loaded, but when we right click on it, we observe the &amp;#39;Silverlight&amp;#39; option in the context menu.&lt;br /&gt;&lt;br /&gt;Below is the markup of the form tag (with the name of the controls changed) on ascx control hosting the silverlight control.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;form id=&amp;quot;form1&amp;quot; style=&amp;quot;height:100%;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div style=&amp;quot;height:100%;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:Silverlight ID=&amp;quot;XamlTest&amp;quot; runat=&amp;quot;server&amp;quot; Source=&amp;quot;~/ClientBin/Test.xap&amp;quot; MinimumVersion=&amp;quot;2.0.31005.0&amp;quot; Width=&amp;quot;990px&amp;quot; Height=&amp;quot;500px&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;br /&gt;The &amp;#39;form&amp;#39; tag cannot be marked with the attribute &amp;#39;runat=&amp;quot;server&amp;quot;&amp;#39;, as the parent page already has another form with this attribute.&lt;br /&gt;We have not missed the registration of the System.Web.Silverlight assembly at the beginning of the ascx page.&lt;br /&gt;&lt;br /&gt;Any insight on what could go wrong with Firefox 3 browser would be very helpful.&lt;/p&gt;</description></item><item><title>Silverlight and Firefox - Vertical Dashed Line?</title><link>http://forums.silverlight.net/forums/thread/317205.aspx</link><pubDate>Mon, 09 Nov 2009 23:22:06 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:317205</guid><dc:creator>yourbuddypal</dc:creator><slash:comments>5</slash:comments><comments>http://forums.silverlight.net/forums/thread/317205.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=317205</wfw:commentRss><description>&lt;p&gt;When interacting with my silverlight control in firefox, vertical dashed lines appear on both sides of it.&amp;nbsp; What gives?&amp;nbsp; This does not happen in IE or Chrome. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;img src="http://img694.imageshack.us/img694/1615/image001.png" height="125" width="468" alt="" /&gt;&lt;/p&gt;</description></item><item><title>Data access issues after deployment</title><link>http://forums.silverlight.net/forums/thread/317108.aspx</link><pubDate>Mon, 09 Nov 2009 21:04:08 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:317108</guid><dc:creator>siyr</dc:creator><slash:comments>5</slash:comments><comments>http://forums.silverlight.net/forums/thread/317108.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=317108</wfw:commentRss><description>Hi, When I run in VS2008 sandbox, the data is retrieved and shows up in the Silverlight Grid. However, once I deploy the app, and try access using http invocation, the data does not showup. Fiddler message is HTTP 502 localhost:55152 /clientaccesspolicy.xml. But, I do have clientaccesspolicy.xml file at the ROOT I.e.C:\inetpub\wwwroot. I suspect that the endpoint settings in web.config file is what is creating the problem. Once deployed, I do not understand why web.config has references to localhost in the endpoint tag. If this is the issue, can someone help me in showing how to fix this, thanks in advance.</description></item><item><title>Receiving 4001 error when trying to play smooth streaming video using Silverlight 3</title><link>http://forums.silverlight.net/forums/thread/293243.aspx</link><pubDate>Sun, 27 Sep 2009 19:01:54 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:293243</guid><dc:creator>cmichel</dc:creator><slash:comments>5</slash:comments><comments>http://forums.silverlight.net/forums/thread/293243.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=293243</wfw:commentRss><description>&lt;p&gt;I am using expression encoder to create the video for me. When I use the default.html (generated by expression encoder) everything works fine. But when I change the MediaSource property of the MediaElement to be the exact same full URI it doesn&amp;#39;t work.&lt;/p&gt;&lt;p&gt;For example, when the MediaSource=&amp;quot;test.ism\Manifest&amp;quot; everything works. But when I change it to http://localhost/sl/test.ism\Manifest&amp;quot; I get a 4001 error. &lt;/p&gt;&lt;p&gt;This is a problem for me because our html files must be hosted on different servers then our Silverlight content. Is there something I am doing wrong?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;MediaSource&amp;gt;http://localhost/sl/sl/HighQualityTest.ism%5CManifest&amp;lt;/MediaSource&amp;gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Data Access Problem After Deployment</title><link>http://forums.silverlight.net/forums/thread/317300.aspx</link><pubDate>Tue, 10 Nov 2009 03:50:10 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:317300</guid><dc:creator>zenhgjjh</dc:creator><slash:comments>7</slash:comments><comments>http://forums.silverlight.net/forums/thread/317300.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=317300</wfw:commentRss><description>I am able to deploy SL application to Windows server 2008 and when i view my application in browser i am not able to see the any data binding to the modules.
I had used Sql server with RiaServices to Access.
Is there any things to change with web.config or ConnectionString ? I am not sure.

Any Ideas?
Thanks in Advance.</description></item><item><title>No request to clientaccesspolicy or crossdomain</title><link>http://forums.silverlight.net/forums/thread/316667.aspx</link><pubDate>Mon, 09 Nov 2009 09:33:32 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:316667</guid><dc:creator>Keitboor</dc:creator><slash:comments>3</slash:comments><comments>http://forums.silverlight.net/forums/thread/316667.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=15&amp;PostID=316667</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have a silverlight application into my ASP .NET MVC web site. The silverlight consum a WCF service. In local environment (Visual Studio) its works, i can request my service to get informations or insert informations.&lt;/p&gt;
&lt;p&gt;But when&amp;nbsp;i deploying the application on a Windows Server 2008 with IIS 7 and reach the silverlight&amp;nbsp;application remotly, the application doesn&amp;#39;t&amp;nbsp;request the clientaccesspolicy.xml or crossdomain.xml on the root folder of the server and the get or insert operation contract doesn&amp;#39;t works :&lt;/p&gt;
&lt;p&gt;An error occured while trying to make a request to uri &amp;#39;http://server-name/DataService.svc&amp;#39;. This could be due to attempting to access a service in a cross-diomain way without a proper cross-domain policy in place, or a plocy that is unsuitable for SOAP Services...&lt;/p&gt;
&lt;p&gt;I search on the internet since 2 days and i find nothing on this problem, i put Nikhil&amp;#39;s Web Development Helper, and the only request that my application&amp;nbsp;send for an xml file is &lt;a href="http://dev.virtualearth.net/clientaccesspolicy.xml"&gt;http://dev.virtualearth.net/clientaccesspolicy.xml&lt;/a&gt; (I&amp;#39;ve the microsoft virtual earth Silverlight control).&lt;/p&gt;
&lt;p&gt;This is my clientaccesspolicy.xml :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;
&amp;lt;&lt;span class="tag"&gt;access-policy&lt;/span&gt;&amp;gt;
  &amp;lt;&lt;span class="tag"&gt;cross-domain-access&lt;/span&gt;&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;policy&lt;/span&gt;&amp;gt;
      &amp;lt;&lt;span class="tag"&gt;allow-from&lt;/span&gt;&lt;span class="attr"&gt; http-request-headers=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;*&amp;quot;&lt;/span&gt;&amp;gt;
        &amp;lt;&lt;span class="tag"&gt;domain&lt;/span&gt;&lt;span class="attr"&gt; uri=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;*&amp;quot;&lt;/span&gt;/&amp;gt;
      &amp;lt;/&lt;span class="tag"&gt;allow-from&lt;/span&gt;&amp;gt;
      &amp;lt;&lt;span class="tag"&gt;grant-to&lt;/span&gt;&amp;gt;
        &amp;lt;&lt;span class="tag"&gt;resource&lt;/span&gt;&lt;span class="attr"&gt; path=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;/&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; include-subpaths=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;true&amp;quot;&lt;/span&gt;/&amp;gt;
      &amp;lt;/&lt;span class="tag"&gt;grant-to&lt;/span&gt;&amp;gt;
    &amp;lt;/&lt;span class="tag"&gt;policy&lt;/span&gt;&amp;gt;
  &amp;lt;/&lt;span class="tag"&gt;cross-domain-access&lt;/span&gt;&amp;gt;
&amp;lt;/&lt;span class="tag"&gt;access-policy&lt;/span&gt;&amp;gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;and the crossdomain.xml file :&lt;/p&gt;&lt;pre class="coloredcode"&gt;&amp;lt;&lt;span class="tag"&gt;!DOCTYPE&lt;/span&gt; cross-domain-policy SYSTEM &amp;quot;http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd&amp;quot;&amp;gt;
&amp;lt;&lt;span class="tag"&gt;cross-domain-policy&lt;/span&gt;&amp;gt;
  &amp;lt;&lt;span class="tag"&gt;allow-http-request-headers-from&lt;/span&gt;&lt;span class="attr"&gt; domain=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;*&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; headers=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;*&amp;quot;&lt;/span&gt;/&amp;gt;
&amp;lt;/&lt;span class="tag"&gt;cross-domain-policy&lt;/span&gt;&amp;gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can somone help me to resolve this problem ? &lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;</description></item></channel></rss>