<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>Silverlight 1.0 to The Max!</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Project/ProjectRss.aspx</link><description>Silverlight 1.0 to The Max&amp;#33; uses a background video to drive javascript animations. The video is using dynamic timeline markers to keep everything in sync as it animates XAML and plays sounds. The ...</description><item><title>NEW POST: Silverlight Streaming tweaks...</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Thread/View.aspx?ThreadId=201</link><description>&lt;div class="wikidoc"&gt;
Adapting the app for Silverlight Streaming was a learning process. I started the project based on a default Silverlight Web Template from Blend 2 December Preview. Because of this I had to alter a lot of my code so my app would work in an iframe on the Silverlight Streaming beta service. Documentation to adapt my code was scarce so I had to piece together a lot of different information from working Silverlight Streaming examples into a solution. The two biggest pieces of information I wanted to share can be found in these two functions. This is the sls_load.js file included in the SLS Release Package.&lt;br /&gt; &lt;br /&gt;1.	Silverlight.createDelegate = function(instance, method) &lt;br /&gt;2.	{&lt;br /&gt;3.	  return function() {&lt;br /&gt;4.	    return method.apply(instance, arguments);&lt;br /&gt;5.	  }&lt;br /&gt;6.	}&lt;br /&gt;7.	function shellOnLoad(sender)&lt;br /&gt;8.	{&lt;br /&gt;9.	      var scene = new DPE_Tshirt.Shell();     &lt;br /&gt;10.	var obj = document.getElementById(&amp;quot;appId&amp;quot;);&lt;br /&gt;11.	scene.handleLoad(obj, null, sender);&lt;br /&gt;12.	}&lt;br /&gt; &lt;br /&gt;Inside the shellOnLoad function is where the handleLoad function is called. The handleLoad function is called when the Silverlight Object is created and the XAML is ready. This is very important and if you use a default template from Blend or Visual Studio you will use this function. Also you'll see the var obj line. This gives you the instance of the Silverlight OBJECT tag. Without it, you're handleLoad function will fail. The tricky part is figuring out what the OBJECT tag ID is. I had to use IE7 Developer Toolbar to explore the DOM of my iframe to find it. I think the default is &amp;quot;appId&amp;quot; so hopefully this bit of information will save other the headache of figuring out why their custom app won't run in an iframe. &lt;br /&gt;Also, in your main XAML file in the root Canvas, you need to add line 7 to call the shellOnLoad function. &lt;br /&gt; &lt;br /&gt;1.	&amp;lt;Canvas&lt;br /&gt;2.	 xmlns=&amp;quot;http://schemas.microsoft.com/client/2007&amp;quot;&lt;br /&gt;3.	 xmlns:x=&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;&lt;br /&gt;4.	 Width=&amp;quot;468&amp;quot; Height=&amp;quot;400&amp;quot;&lt;br /&gt;5.	 Background=&amp;quot;#FF3A3A3A&amp;quot;&lt;br /&gt;6.	 x:Name=&amp;quot;rootCanvas&amp;quot;&lt;br /&gt;7.	 Loaded=&amp;quot;shellOnLoad&amp;quot;&lt;br /&gt;8.	&amp;gt;&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>Discorax</author><pubDate>Thu, 20 Mar 2008 17:10:33 GMT</pubDate><guid isPermaLink="false">NEW POST: Silverlight Streaming tweaks... 20080320P</guid></item><item><title>UPDATED RELEASE: Silverlight 1.0 to The Max! SLS Deployment (Mar 19, 2008)</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Release/ProjectReleases.aspx?ReleaseId=692</link><description>&amp;#33; Silverlight 1.0 to The Max&amp;#33; Silverlight Streaming &amp;#40;SLS&amp;#41; Deployment&lt;br /&gt;&lt;br /&gt;The File contains a .zip archive that is ready to be deployed via SLS beta.&lt;br /&gt;&lt;br /&gt;Learn more here&amp;#58; &amp;#91;url&amp;#58;http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;silverlight&amp;#47;overview&amp;#47;streaming.aspx&amp;#93;</description><author></author><pubDate>Thu, 20 Mar 2008 16:43:24 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Silverlight 1.0 to The Max! SLS Deployment (Mar 19, 2008) 20080320P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=20</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;&lt;i&gt;Silverlight 1.0 to The Max!&lt;/i&gt;  uses a background video to drive javascript animations. The video is using dynamic timeline markers to keep everything in sync as it animates XAML and plays sounds. The Downloader Class is also used to load image resource libraries as zip files which also sync with the video.&lt;br /&gt; &lt;br /&gt;These packages can be customized and localized very easily by updating XML and XAML. View the README.txt document included in the archive for more details&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the Releases Tab to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 21:41:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED RELEASE: Silverlight 1.0 to The Max! SLS Deployment (Mar 19, 2008)</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Release/ProjectReleases.aspx?ReleaseId=692</link><description>&amp;#33; Silverlight 1.0 to The Max&amp;#33; Silverlight Streaming &amp;#40;SLS&amp;#41; Deployment&lt;br /&gt;&lt;br /&gt;The File contains a .zip archive that is ready to be deployed via SLS beta.&lt;br /&gt;&lt;br /&gt;Learn more here&amp;#58; &amp;#91;url&amp;#58;http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;silverlight&amp;#47;overview&amp;#47;streaming.aspx&amp;#93;</description><author></author><pubDate>Wed, 19 Mar 2008 21:38:55 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Silverlight 1.0 to The Max! SLS Deployment (Mar 19, 2008) 20080319P</guid></item><item><title>CREATED RELEASE: Silverlight 1.0 to The Max! SLS Deployment (Mar 19, 2008)</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Release/ProjectReleases.aspx?ReleaseId=692</link><description>&amp;#33; Silverlight 1.0 to The Max&amp;#33; Silverlight Streaming &amp;#40;SLS&amp;#41; Deployment</description><author></author><pubDate>Wed, 19 Mar 2008 21:19:38 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Silverlight 1.0 to The Max! SLS Deployment (Mar 19, 2008) 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;Silverlight 1.0 to The Max! is a project...&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the Releases Tab to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:51:31 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;Silverlight 1.0 to The Max! is a project...&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the &lt;a href="http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=http%3a%2f%2fcode.msdn.microsoft.com%2fSilverlight1toTheMax%2fRelease%2fProjectReleases.aspx&amp;amp;referringTitle=Home"&gt;Releases Tab&lt;/a&gt; to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:50:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;Silverlight 1.0 to The Max! is a project...&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the &lt;a href="http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=http%3a%2f%2fcode.msdn.microsoft.com%2fSilverlight1toTheMax%2fRelease%2fProjectReleases.aspx&amp;amp;referringTitle=Home"&gt;Release Tab&lt;/a&gt; to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:50:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;Silverlight 1.0 to The Max! is a project...&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the &lt;a href="http://code.msdn.microsoft.com/Silverlight1toTheMax/Release/ProjectReleases.aspx" class="externalLink"&gt;Release Tab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:50:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;Silverlight 1.0 to The Max! is a project...&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the &lt;a href="http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=%20Release%20Tab&amp;amp;referringTitle=Home"&gt;http://code.msdn.microsoft.com/Silverlight1toTheMax/Release/ProjectReleases.aspx &lt;/a&gt; to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:48:50 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;Silverlight 1.0 to The Max! is a project...&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the &lt;a href="http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=http%3a%2f%2fcode.msdn.microsoft.com%2fSilverlight1toTheMax%2fRelease%2fProjectReleases.aspx%20Release%20Tab&amp;amp;referringTitle=Home"&gt;http://code.msdn.microsoft.com/Silverlight1toTheMax/Release/ProjectReleases.aspx Release Tab&lt;/a&gt; to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:48:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;Silverlight 1.0 to The Max! is a project...&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the &lt;a href="http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Release%20Tab&amp;amp;referringTitle=Home"&gt;http://code.msdn.microsoft.com/Silverlight1toTheMax/Release/ProjectReleases.aspx&lt;/a&gt; to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:48:29 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;Silverlight 1.0 to The Max! is a project...&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the &lt;a href="Release%20Tab" class="externalLink"&gt;http://code.msdn.microsoft.com/Silverlight1toTheMax/Release/ProjectReleases.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:48:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;Silverlight 1.0 to The Max! is a project...&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the &lt;a href="http://code.msdn.microsoft.com/Silverlight1toTheMax/Release/ProjectReleases.aspx%20Release%20Tab" class="externalLink"&gt;http://code.msdn.microsoft.com/Silverlight1toTheMax/Release/ProjectReleases.aspx Release Tab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:47:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;Silverlight 1.0 to The Max! is a project...&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the Released Tab to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:47:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Silverlight 1.0 to The Max!&lt;/b&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Release Versions
&lt;/h1&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the Released Tab to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:46:24 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Silverlight 1.0 to The Max!&lt;/b&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;!Release Versions&lt;br /&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the Released Tab to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:46:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Silverlight 1.0 to The Max&amp;#33;
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[file:Silverlight1_toTheMax_SLS_1.0| Silverlight Streaming (SLS) Deployment]&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:44:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item><item><title>CREATED RELEASE: Silverlight 1.0 to The Max! SLS Deployment (Mar 19, 2008)</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Release/ProjectReleases.aspx?ReleaseId=690</link><description>&amp;#33;Silverlight 1.0 to The Max&amp;#33; Silverlight Streaming &amp;#40;SLS&amp;#41; Deployment Package</description><author></author><pubDate>Wed, 19 Mar 2008 18:35:21 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Silverlight 1.0 to The Max! SLS Deployment (Mar 19, 2008) 20080319P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/Silverlight1toTheMax/Wiki/View.aspx?title=Home&amp;version=19</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Silverlight 1.0 to The Max!
&lt;/h1&gt; &lt;br /&gt;&lt;i&gt;Silverlight 1.0 to The Max!&lt;/i&gt;  uses a background video to drive javascript animations. The video is using dynamic timeline markers to keep everything in sync as it animates XAML and plays sounds. The Downloader Class is also used to load image resource libraries as zip files which also sync with the video.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Release Versions
&lt;/h2&gt;This project has two different deployment methods.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Web Site Deployment&lt;/li&gt;&lt;li&gt;Silverlight Streaming (SLS) Deployment&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Visit the Releases Tab to Download the packages.&lt;br /&gt;
&lt;/div&gt;</description><author>PBJS</author><pubDate>Wed, 19 Mar 2008 18:24:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080319P</guid></item></channel></rss>