<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/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>LA.NET [EN] : ASP.NET, Silverlight</title><link>http://msmvps.com/blogs/luisabreu/archive/tags/ASP.NET/Silverlight/default.aspx</link><description>Tags: ASP.NET, Silverlight</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Xaml and Media controls: giving them a new chance</title><link>http://msmvps.com/blogs/luisabreu/archive/2007/11/20/xaml-and-media-controls-giving-them-a-new-chance.aspx</link><pubDate>Tue, 20 Nov 2007 21:35:36 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1342408</guid><dc:creator>luisabreu</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/luisabreu/rsscomments.aspx?PostID=1342408</wfw:commentRss><comments>http://msmvps.com/blogs/luisabreu/archive/2007/11/20/xaml-and-media-controls-giving-them-a-new-chance.aspx#comments</comments><description>&lt;p&gt;A long (long) time ago I&amp;#39;ve downloaded one of the ASP.NET future CTPS and was really annoyed with the Xaml and Media controls. Why? simple: they injected object tags on the page instead of generating JS code to perform those operations. The problem: you got one of those nasty &amp;quot;click to activate&amp;quot; messages when the page was hosted on IE.&lt;/p&gt; &lt;p&gt;Now that we know that the &amp;quot;click to activate&amp;quot; will be gone, it&amp;#39;s time to give these controls a second chance. &lt;a href="http://weblogs.asp.net/infinitiesloop/"&gt;Dave&lt;/a&gt; has already written a cool &lt;a href="http://weblogs.asp.net/infinitiesloop/archive/2007/11/12/asp-net-futures-intro-to-the-xaml-and-media-controls.aspx"&gt;post&lt;/a&gt; on it and he promises to return with more Silverlight posts.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1342408" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/luisabreu/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://msmvps.com/blogs/luisabreu/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Xaml and Media server controls</title><link>http://msmvps.com/blogs/luisabreu/archive/2007/06/10/xaml-and-media-server-controls.aspx</link><pubDate>Sun, 10 Jun 2007 20:57:11 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:954967</guid><dc:creator>luisabreu</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/luisabreu/rsscomments.aspx?PostID=954967</wfw:commentRss><comments>http://msmvps.com/blogs/luisabreu/archive/2007/06/10/xaml-and-media-server-controls.aspx#comments</comments><description>&lt;p&gt;Fritz Onion has a &lt;a href="http://pluralsight.com/blogs/fritz/archive/2007/06/07/47684.aspx"&gt;post&lt;/a&gt; on his blog about these two controls. Unfortunately, my experiences with these controls didn&amp;#39;t run&amp;nbsp;very well and I don&amp;#39;t agree with him when he says that they provide a cool model to integrate silverlight content on the page.&lt;/p&gt; &lt;p&gt;My main beef with them is that, unless they&amp;#39;ve changed something and have release a new version of the future bits, then those controls inject an object tag on the page instead of using js to create the new object on the fly (like the demo pages that come with silverlight do). The problem with this approach is that you get a &amp;quot;disabled&amp;quot; control which gives you a message saying that you must click to activate the control. &lt;/p&gt; &lt;p&gt;iAgain, it&amp;#39;s one of those scenarios where i really can&amp;#39;t understand why they&amp;#39;re doing this when they&amp;#39;ve already have so cool js wrappers that could be easily embedded on the dll that has the control...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=954967" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/luisabreu/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://msmvps.com/blogs/luisabreu/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>ASP.NET future bits: the Xaml server control</title><link>http://msmvps.com/blogs/luisabreu/archive/2007/05/21/asp-net-future-bits-the-xaml-server-control.aspx</link><pubDate>Mon, 21 May 2007 22:13:38 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:917606</guid><dc:creator>luisabreu</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/luisabreu/rsscomments.aspx?PostID=917606</wfw:commentRss><comments>http://msmvps.com/blogs/luisabreu/archive/2007/05/21/asp-net-future-bits-the-xaml-server-control.aspx#comments</comments><description>&lt;p&gt;In one word: needs improvements! If you use this control, you&amp;#39;ll be able to insert a Silverlight control in your page. As you might expect, the server control lets you parameterize&amp;nbsp;several of the properties of the Silverlight control. However, it&amp;#39;ll generate an object or embedded tag (depends on the browser), which means that you&amp;#39;ll get that annoying rectangle with a message box that says that you must click to activate the control. Now, this is really a bad call since injecting javascript from the server on the page is really easy and would completly solve the problem (can anyone explain why hasn&amp;#39;t the silvetlight.js file been embedded in the dll so that the render of this control would only generate the div used as a container and inject the traditional createSilverlight method? sometimes, it looks like MS likes to complicate things).&lt;/p&gt; &lt;p&gt;btw, I&amp;#39;ve done some digging and I&amp;#39;ve found why MS added this &amp;quot;feature&amp;quot; to IE: guess what? it&amp;#39;s because of legal issues related with &lt;a href="http://weblog.motion-graphics.org/archives/2006/03/click_to_activa.html"&gt;patents&lt;/a&gt;. It&amp;#39;s ironic, right? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=917606" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/luisabreu/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://msmvps.com/blogs/luisabreu/archive/tags/Silverlight/default.aspx">Silverlight</category></item></channel></rss>