<?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>Getting Started</title><link>http://forums.silverlight.net/forums/14.aspx</link><description>The perfect forum for asking the basic questions. No question too simple!</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Nunit Testing Silverlight3.0 Application (Prism) Pattern</title><link>http://forums.silverlight.net/forums/thread/327540.aspx</link><pubDate>Fri, 27 Nov 2009 17:36:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:327540</guid><dc:creator>zenhgjjh</dc:creator><slash:comments>1</slash:comments><comments>http://forums.silverlight.net/forums/thread/327540.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=327540</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am new to Silverlight wanted to write the Test Cases for the SL Application usint Nunit 2.5.2 Version.&lt;/p&gt;
&lt;p&gt;We are following Prism(MVVM) pattern .&lt;/p&gt;
&lt;p&gt;Any help is appretiated regarding how to write test cases.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>How do you hide something, do something, then show something in a click event.</title><link>http://forums.silverlight.net/forums/thread/327113.aspx</link><pubDate>Thu, 26 Nov 2009 17:54:06 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:327113</guid><dc:creator>Harlequin</dc:creator><slash:comments>2</slash:comments><comments>http://forums.silverlight.net/forums/thread/327113.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=327113</wfw:commentRss><description>&lt;p&gt;Say you have a simple TextBlock with a MouseLeftButtonDown.&lt;/p&gt;
&lt;p&gt;In that event I want to:&lt;/p&gt;1) Hide a Datagrid&lt;br /&gt;2) Do custom code to the datagrid&lt;br /&gt;3) Show the datagrid&lt;br /&gt;&lt;br /&gt;Right now I have this code:&lt;br /&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;private&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; Sort_Click(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;object&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; sender, &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;MouseButtonEventArgs&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; e)&amp;nbsp; {&lt;br /&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;TextBlock&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; button = sender &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;as&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;TextBlock&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;br /&gt;ResultGrid.Visibility = &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;Visibility&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Collapsed;&lt;br /&gt;_gridInfo.Sort(button.Tag.ToString());&lt;br /&gt;ResultGrid.Visibility = &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;Visibility&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Visible;&lt;br /&gt;}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;When I do the click, the DataGrid(ResultGrid) doesn&amp;#39;t disappear, does 30 seconds of sorting, then reappear. It just stays visible, and sorts.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;Do I need to do a custom event handler to do these kinds of things?&lt;/p&gt;&lt;/font&gt;</description></item><item><title>How to maximize the Silverlight 3 Out of browser application window?</title><link>http://forums.silverlight.net/forums/thread/326990.aspx</link><pubDate>Thu, 26 Nov 2009 13:02:19 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326990</guid><dc:creator>dvm_2k1</dc:creator><slash:comments>2</slash:comments><comments>http://forums.silverlight.net/forums/thread/326990.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=326990</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;We&amp;nbsp;developed a Silverlight 3.0 application and made a settings to run Out-of-browser. With this feature, we could able to execute the application by launching&amp;nbsp;it&amp;nbsp;from&amp;nbsp;Desktop icon of our application. But we would like to launch the Desktop Silverlight application should&amp;nbsp;maximized&amp;nbsp;automatically when it is getting executed. &lt;/p&gt;
&lt;p&gt;I have tried setting&amp;nbsp;&amp;quot;&lt;em&gt;this.Host.Content.IsFullScreen&amp;nbsp;= true;&lt;/em&gt;&amp;quot; also but it is not working.&amp;nbsp;Please let us know how to do this for Silverlight 3.0 applications.&lt;/p&gt;</description></item><item><title>How to check all checkboxes in datagrid for specific page</title><link>http://forums.silverlight.net/forums/thread/326119.aspx</link><pubDate>Wed, 25 Nov 2009 06:27:37 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326119</guid><dc:creator>rabinbenz</dc:creator><slash:comments>3</slash:comments><comments>http://forums.silverlight.net/forums/thread/326119.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=326119</wfw:commentRss><description>&lt;p&gt;How to check all checkboxes in datagrid for specific page&lt;/p&gt;
&lt;p&gt;i am using domaindatasource, datagird with checkbox column as template column&amp;nbsp;and datapager. Datagrid and Datapager uses the&amp;nbsp;source as domaindatasouce.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am using button &amp;quot;select all&amp;quot;&amp;nbsp; outside the gird to select all the checkbox cell rows in the datagrid only for specific page.&lt;/p&gt;
&lt;p&gt;Lets say i have 3 pages and i am in page 2 , then on click of select all , i need to check all the checkboxes&amp;nbsp;&amp;nbsp;of page 2. &lt;/p&gt;
&lt;p&gt;Well i did for the first page by using the domaindatasource.load() and&amp;nbsp; handled the code in&amp;nbsp;&amp;nbsp;&lt;strong&gt;LoadingRow&lt;/strong&gt; event, but when i am in page 2 and do select all, it goes to first page due to&amp;nbsp; domaindatasource.load(). &lt;/p&gt;
&lt;p&gt;Now i am looking whether there is any solution for refreshing in specific page of datagrid&amp;nbsp;or not. Is there any way to go to the specific page of the datagrid from datapager control whose source is domaindatasource,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Please help me out to solve this problem.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;RABIN BENZ&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;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>want to play diffrent  videos in Silverlight application how get i strated.</title><link>http://forums.silverlight.net/forums/thread/327315.aspx</link><pubDate>Fri, 27 Nov 2009 07:03:37 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:327315</guid><dc:creator>viral0028</dc:creator><slash:comments>3</slash:comments><comments>http://forums.silverlight.net/forums/thread/327315.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=327315</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi...&lt;/p&gt;&lt;p&gt;well..i hv something like that i have different videos ..now i want to put in my silverlight application using media player..&lt;/p&gt;&lt;p&gt;but problem is that i don;t want to put all videos in my silverlight application (becasue my silverlight project size may be&amp;nbsp; reach at&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1.50 GB &amp;amp;&amp;nbsp; *.XAP file size is may be too large)...&amp;amp;&amp;nbsp; i hv to host this application on server....&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so what i do..to play all video from silverlight project?&lt;b&gt; &lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;please give me some suggestion....&lt;/b&gt;&lt;/p&gt;&lt;p&gt;can i create&amp;nbsp; a database? or anything...please&lt;/p&gt;&lt;p&gt;thx..... &lt;br /&gt;&lt;/p&gt;</description></item><item><title>svc file does select items but it doesnt receive in silverlight</title><link>http://forums.silverlight.net/forums/thread/327038.aspx</link><pubDate>Thu, 26 Nov 2009 14:33:33 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:327038</guid><dc:creator>Jelmer850i</dc:creator><slash:comments>5</slash:comments><comments>http://forums.silverlight.net/forums/thread/327038.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=327038</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve made a function in silverlight:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;    &lt;span class="kwd"&gt;public&lt;/span&gt; partial &lt;span class="kwd"&gt;class&lt;/span&gt; MainPage : UserControl
    {
        &lt;span class="kwd"&gt;private string&lt;/span&gt; filename;
        &lt;span class="kwd"&gt;private string&lt;/span&gt; new_filename;
        &lt;span class="kwd"&gt;private&lt;/span&gt; Uploader _uploader = &lt;span class="kwd"&gt;new&lt;/span&gt; Uploader(SilverlightUploadApplication.App._BasePath);
        GetMoviesClient proxy = &lt;span class="kwd"&gt;new&lt;/span&gt; GetMoviesClient();

        &lt;span class="kwd"&gt;#region&lt;/span&gt;&lt;span class="kwdt"&gt; Bind        &lt;/span&gt;

        &lt;span class="kwd"&gt;private void&lt;/span&gt; Bind()
        {
            proxy.getMovieCategoriesCompleted +=
                &lt;span class="kwd"&gt;new&lt;/span&gt; EventHandler
                 (proxy_GetCategorieCompleted);
            proxy.getMovieCategoriesAsync();
        }

        &lt;span class="kwd"&gt;void&lt;/span&gt; proxy_GetCategorieCompleted(&lt;span class="kwd"&gt;object&lt;/span&gt; sender, getMovieCategoriesCompletedEventArgs e)
        {
            drpCategory.ItemsSource = e.Result.ToList();
        }&lt;/pre&gt;
&lt;p&gt;The meaning is that he goes to my asp.net site, and gets some data.&lt;br /&gt;the function getMovieCategories works, and returns correct data.&lt;br /&gt;But after that i can wait a long time, till i get a timeout.&lt;br /&gt;So the data doesnt received by Silverlight.&lt;br /&gt;Why not? and what can i change?&lt;/p&gt;&lt;pre class="coloredcode"&gt;[ServiceContract(Namespace = &lt;span class="st"&gt;&amp;quot;&amp;quot;&lt;/span&gt;)]
[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
&lt;span class="kwd"&gt;public class&lt;/span&gt; GetMovies
{
    [OperationContract]
    &lt;span class="kwd"&gt;public void&lt;/span&gt; DoWork()
    {
        &lt;span class="cmt"&gt;// Add your operation implementation here&lt;/span&gt;
        &lt;span class="kwd"&gt;return&lt;/span&gt;;
    }

    &lt;span class="cmt"&gt;// Add more operations here and mark them with [OperationContract]&lt;/span&gt;
    [OperationContract]
    &lt;span class="kwd"&gt;public&lt;/span&gt; IEnumerable getMovieCategories()
    {
        dfcenterDataContext dbtv = &lt;span class="kwd"&gt;new&lt;/span&gt; dfcenterDataContext();
        var query = (from c &lt;span class="kwd"&gt;in&lt;/span&gt; dbtv.tblMovieCategories
                     select c);
        &lt;span class="kwd"&gt;return&lt;/span&gt; query;
    }&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;My clientaccesspolicy.xml:&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;access-policy&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;cross-domain-access&amp;gt;&lt;br /&gt;&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;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;lt;domain uri=&amp;quot;*&amp;quot;/&amp;gt;&lt;br /&gt;&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;lt;grant-to&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource path=&amp;quot;/&amp;quot; include-subpaths=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;&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;lt;/policy&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/cross-domain-access&amp;gt;&lt;br /&gt;&amp;lt;/access-policy&amp;gt;&lt;/p&gt;
&lt;p&gt;And my crossdomein.xml:&lt;/p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;access-policy&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;cross-domain-access&amp;gt;&lt;br /&gt;&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;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;lt;domain uri=&amp;quot;*&amp;quot;/&amp;gt;&lt;br /&gt;&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;lt;grant-to&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource path=&amp;quot;/&amp;quot; include-subpaths=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;&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;lt;/policy&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/cross-domain-access&amp;gt;&lt;br /&gt;&amp;lt;/access-policy&amp;gt; 
&lt;p&gt;Clientaccesspolicy:&lt;/p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;access-policy&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;cross-domain-access&amp;gt;&lt;br /&gt;&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;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;lt;domain uri=&amp;quot;*&amp;quot;/&amp;gt;&lt;br /&gt;&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;lt;grant-to&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource path=&amp;quot;/&amp;quot; include-subpaths=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;&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;lt;/policy&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/cross-domain-access&amp;gt;&lt;br /&gt;&amp;lt;/access-policy&amp;gt; 
&lt;p&gt;And my ServiceReferences.ClientConfig file:&lt;/p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;configuration&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.serviceModel&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bindings&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;customBinding&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;binding name=&amp;quot;CustomBinding_GetMovies&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;binaryMessageEncoding /&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;httpTransport maxReceivedMessageSize=&amp;quot;2147483647&amp;quot; maxBufferSize=&amp;quot;2147483647&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;/binding&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;/customBinding&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bindings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;client&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;endpoint address=&amp;quot;&lt;a href="http://machinename/dftv/GetMovies.svc"&gt;http://machinename/dftv/GetMovies.svc&lt;/a&gt;&amp;quot;&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; binding=&amp;quot;customBinding&amp;quot; bindingConfiguration=&amp;quot;CustomBinding_GetMovies&amp;quot;&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; contract=&amp;quot;GetMovies&amp;quot; name=&amp;quot;CustomBinding_GetMovies&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/client&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.serviceModel&amp;gt;&lt;br /&gt;&amp;lt;/configuration&amp;gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>cannot reference a polyline</title><link>http://forums.silverlight.net/forums/thread/327196.aspx</link><pubDate>Thu, 26 Nov 2009 22:27:27 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:327196</guid><dc:creator>talldaniel</dc:creator><slash:comments>2</slash:comments><comments>http://forums.silverlight.net/forums/thread/327196.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=327196</wfw:commentRss><description>I have a number of lines that are children of a canvas (testCanvas) and I want to change the line thickness.  But my code has no effect.  I can see it is executing the line of code to change the thickness when it is supposed to, but that line of code has no effect.
&lt;p /&gt;

Please tell me what I am doing wrong, (the while statement is partially blocked because it has a less than symbol)
&lt;p /&gt;
thanks,
&lt;p /&gt;
      void legend_MouseEnter(object sender, MouseEventArgs e)
 &lt;p /&gt;       {
 &lt;p /&gt;           textLineLegend hover = (textLineLegend)sender;
 &lt;p /&gt;           int counter = 0;
&lt;p /&gt;
 &lt;p /&gt;           while (counter  &lt;p /&gt;&lt;p /&gt;           {
 &lt;p /&gt;               object v = testCanvas.Children[counter];
 &lt;p /&gt;               string type = v.GetType().ToString();
 &lt;p /&gt;               if (type.Contains(&amp;quot;Polyline&amp;quot;))
 &lt;p /&gt;               {
 &lt;p /&gt;                   Polyline j = (Polyline)v;
 &lt;p /&gt;                   string hoverName = hover.Name.TrimStart(&amp;#39;N&amp;#39;);
 &lt;p /&gt;                   if (j.Name.CompareTo(hoverName)==0 )
 &lt;p /&gt;                   {
 &lt;p /&gt;                       j.StrokeThickness = 4;  //this line has no effect
 &lt;p /&gt;                        
 &lt;p /&gt;                   }
 &lt;p /&gt;               }
               
 &lt;p /&gt;                   counter++;
  &lt;p /&gt;              

&lt;p /&gt;            }

 &lt;p /&gt;        
 &lt;p /&gt;       }</description></item><item><title>i cannot slove this error..Please help!</title><link>http://forums.silverlight.net/forums/thread/327311.aspx</link><pubDate>Fri, 27 Nov 2009 06:46:59 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:327311</guid><dc:creator>viral0028</dc:creator><slash:comments>1</slash:comments><comments>http://forums.silverlight.net/forums/thread/327311.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=327311</wfw:commentRss><description>&lt;p&gt;hi...i got this error..how to slove &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://h63sma.blu.livefilestore.com/y1pIOi9ygJQ5Rjmo1S8iqYV40J3xtv7Fbx5Rp2-gbwyYjIPQGS5pzAzi-xnjdUYsNlLI1bA7cLqHrymz0n78ZB4soMPHbmrHd3B/error.jpeg" title="error" alt="error" width="1050" height="408" /&gt;&lt;/p&gt;</description></item><item><title>Binding an image, but can't use relative paths....</title><link>http://forums.silverlight.net/forums/thread/327199.aspx</link><pubDate>Thu, 26 Nov 2009 22:49:40 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:327199</guid><dc:creator>RTernier</dc:creator><slash:comments>5</slash:comments><comments>http://forums.silverlight.net/forums/thread/327199.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=327199</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m wrapping my head here. I have;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:monospace;WHITE-SPACE:pre-wrap;FONT-SIZE:13px;" class="Apple-style-span"&gt;&amp;lt;Border VerticalAlignment=&amp;quot;Top&amp;quot; Margin=&amp;quot;8&amp;quot; Padding=&amp;quot;2&amp;quot; Background=&amp;quot;White&amp;quot; &amp;gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:monospace;WHITE-SPACE:pre-wrap;FONT-SIZE:13px;" class="Apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Image Width=&amp;quot;32&amp;quot; Height=&amp;quot;32&amp;quot; Source=&amp;quot;{Binding Path=Image, Mode=OneWay}&amp;quot;/&amp;gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:monospace;WHITE-SPACE:pre-wrap;FONT-SIZE:13px;" class="Apple-style-span"&gt;&amp;lt;/Border&amp;gt; &lt;/span&gt;&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;
&lt;p&gt;However, the data coming in from my webervice has &amp;quot;Image&amp;quot; equal to: &amp;quot;red.jpg&amp;quot;, &amp;quot;blue.jpg&amp;quot; etc.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I need to change that to say: www.mysite.com/images/[blue.jpg] and www.mysite.com/images/[red.jpg] &lt;/p&gt;
&lt;p&gt;In asp.net that&amp;#39;s easy when binding, and I know I could do it here by changing the results of the incoming data before I bind it, but there should be a way to create that string during the binding phase... no?. &lt;/p&gt;
&lt;p&gt;Any thoughts?&lt;/p&gt;</description></item><item><title>Multiple user control</title><link>http://forums.silverlight.net/forums/thread/325866.aspx</link><pubDate>Tue, 24 Nov 2009 20:03:19 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:325866</guid><dc:creator>azr</dc:creator><slash:comments>5</slash:comments><comments>http://forums.silverlight.net/forums/thread/325866.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=325866</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi, i&amp;#39;m new to silverlight so i&amp;#39;ll try to write as clear as i can. And please forgive me any newbie mistakes.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I want to create a custom controll ( user controll ) that will be used several times on a page.let&amp;#39;s say a simplified&amp;nbsp; filpping &amp;#39;form&amp;#39; from Jesse Liberty&amp;#39;s 3D tutorial. In addition I want to be able to set the content of a label ( labels ) on that &amp;#39;form&amp;#39;.&amp;nbsp; The Controll has various elements binded inside of it do almost every element has a uniqie name there.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;For that i&amp;#39;ve generated a xaml control, added a property (eg. String) in a class, and binded the property in a class to a Text property of desired label. &lt;/p&gt;&lt;p&gt;Everythign works fine untill there is only one controll on page. I&amp;#39;ve found somewhere that such controlls can be sreated dynamiclu in code behind. So i did, with no effect. I&amp;#39;v had 3 diffrent objects created, each named seperatly, each one inserted into diffrent canvas on Page. Still it only works with one of the controlls added to the page. &lt;/p&gt;&lt;p&gt;&amp;nbsp;So what am I missing. I cant find information about this warning about using multiple named (?) controlls on a single xaml page. Does that mean i can use my Controll only one time on a page? What is the point then ?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>how to Open Microsoft Office files( word,powerpoint etc) &amp; pdf from Silverlight XAML page ?</title><link>http://forums.silverlight.net/forums/thread/326925.aspx</link><pubDate>Thu, 26 Nov 2009 10:40:04 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326925</guid><dc:creator>viral0028</dc:creator><slash:comments>1</slash:comments><comments>http://forums.silverlight.net/forums/thread/326925.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=326925</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi...&lt;/p&gt;&lt;p&gt;I want to Open a&amp;nbsp; Microsoft Office files( word,powerpoint etc) &amp;amp; pdf Files from Silverlight XAML page,Hyper Link Button click event&lt;/p&gt;&lt;p&gt;that stored in my Silverlight application&amp;nbsp; &lt;b&gt;web project&amp;nbsp; &lt;/b&gt;in&amp;nbsp; folder..( cannot stored this file to &lt;b&gt;silverlight project&lt;/b&gt; because * xap file size will increasing)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;( 1 ]&amp;nbsp; note : i want to host this application at&amp;nbsp; hosting server so&amp;nbsp; i cannot&amp;nbsp; open any file from Local hard drive.&lt;/p&gt;&lt;p&gt;. 2 ] if any suggestion that where to stored&amp;nbsp; this file &amp;amp; open from Silverlight xaml page in case that host this application ) &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thx for Help &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Passing Data From Asp.Net to SilverLight</title><link>http://forums.silverlight.net/forums/thread/327003.aspx</link><pubDate>Thu, 26 Nov 2009 13:34:11 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:327003</guid><dc:creator>nareshp</dc:creator><slash:comments>3</slash:comments><comments>http://forums.silverlight.net/forums/thread/327003.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=327003</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I am a newbie here. I had one asp.net project and I have added one Silverlight Project (which will have MediaElement control)&amp;nbsp;to that solution and placed the .xap file in Asp.Net project.Now I need to send some values from Aspx page to MainPage.xaml&amp;nbsp;which is&amp;nbsp;in SilverLightProject.&lt;/p&gt;
&lt;p&gt;So, can you please tell me,&amp;nbsp; how to pass values from Asp.Net application to MainPage.xaml and also are there any clientside events available for this mediaelement control.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;</description></item><item><title>Silverlight vs. Flash – An Analysis Report</title><link>http://forums.silverlight.net/forums/thread/8462.aspx</link><pubDate>Wed, 25 Jul 2007 13:25:05 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:8462</guid><dc:creator>nirajswami</dc:creator><slash:comments>85</slash:comments><comments>http://forums.silverlight.net/forums/thread/8462.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=8462</wfw:commentRss><description>&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;/b&gt;&amp;nbsp;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt; 
&lt;table class="MsoNormalTable" style="BORDER-RIGHT:medium none;BORDER-TOP:medium none;BORDER-LEFT:medium none;BORDER-BOTTOM:medium none;BORDER-COLLAPSE:collapse;mso-border-alt:solid black .5pt;mso-yfti-tbllook:1184;mso-padding-alt:0in 5.4pt 0in 5.4pt;mso-border-insideh:.5pt solid black;mso-border-insidev:.5pt solid black;" cellspacing="0" cellpadding="0" class="MsoNormalTable"&gt;

&lt;tr style="HEIGHT:26.5pt;mso-yfti-irow:0;mso-yfti-firstrow:yes;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:black 1pt solid;PADDING-LEFT:5.4pt;BACKGROUND:#d9d9d9;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:26.5pt;mso-border-alt:solid black .5pt;"&gt;
&lt;p class="MsoNormal" style="MARGIN:6pt 0in;LINE-HEIGHT:normal;TEXT-ALIGN:center;" align="center"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:black 1pt solid;PADDING-LEFT:5.4pt;BACKGROUND:#d9d9d9;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:26.5pt;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:1;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;BACKGROUND:#fde9d9;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:6.65in;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;" colspan="2"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight Limitations:&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:2;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight is missing Linux support, so people using Linux machine cannot run it on their machines and will have to stick to Windows and MAC OS.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;This limitation doesn’t exist with Flash.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:3;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight will (naturally) be using the WMV and Silverlight will add to the use of the WMV file format. Using the WMV video format essentially makes Silverlight useless for the vast majority of video websites such as YouTube. It cannot play .avi and .mov file.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash Video turned Flash into a mechanism for delivering media with far more potential than any other solution that is .flv, no doubt Flash has also limitation to play other video file. For that Flash required codex for that player installed on Client machine.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:4;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight has no support for binding to models, binding to data, or even connecting to network resources to obtain data.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Even flash is also lacking this area. Flash can read data source in terms of XML or text from some URL and can use it. Same thing silverlight also can read.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:5;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight doesn&amp;#39;t even have support for things that should be considered a stock part of any library such as buttons, checkboxes, list boxes, list views, grids, etc. Probably in future release may Microsoft support it.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash has rich set of control library.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:6;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Once the accessibility features are provided with Silverlight versions, any&amp;nbsp;existing test tools that support driving UI through Accessibility will be fully enabled to automate Silverlight applications&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash test tools are already in place.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:7;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight 1.0 does not support GIF-file format. Even it doesn’t support BMP and other file format. It supports only JPG and PNG file format.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Support all image formats.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:8;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Can’t do sound processing.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;With some media file sound processing can possible.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:9;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Socket programming is not possible.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash allows creating XML Socket object.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:10;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Per pixel bitmap editing, bitmap filters (convolution, color matrix, etc), bitmap effects (drop shadow, blur, glow) cannot be done.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Can do that.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:11;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Webcam and Microphone support it not there.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash supports it.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:12;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Built in file upload/download support is not available.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Inbuilt Upload/download support is there.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="HEIGHT:12.1pt;mso-yfti-irow:13;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;The performance of Silverlight and Flash will be &lt;b style="mso-bidi-font-weight:normal;"&gt;nearly the same&lt;/b&gt;. While Silverlight is using XAML as description language in a non-compressed format size of Silverlight component is large.&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;In practical implementation of similar component in Flash and Silverlight it has found that size of Silverlight component is approximately 10-20 times larger than Flash component.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Size of flash component is smaller.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="HEIGHT:12.1pt;mso-yfti-irow:14;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;To deploy Silverlight to client browser more than one components ship. (1) XAML files (2) .dll if using C# (3) Silverlight.js (4) Custom JavaScript file. Images/videos/sounds also required deploy separately.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash ships in single component that is .swf. Images/video/sounds also incorporated in single .swf package.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="HEIGHT:12.1pt;mso-yfti-irow:15;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;It has found in practical implementation of image animation, at some extent flickering occurs on image.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;To avoid this type of flickering in flash, refresh layout or cache bitmap functionalities are available.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="HEIGHT:12.1pt;mso-yfti-irow:16;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;It has found in practical implementation of video play, audio may start playing before showing movie on screen. It has also found video can still continue to play after redirecting to other page. It may be it is bug of current beta release.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash doesn’t face these types of issues.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="HEIGHT:12.1pt;mso-yfti-irow:17;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Right now not any support to play Silverlight object as Windows application.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash can be played as Windows application also by downloading player for it. Flash can be also packaged as .exe which can be deploying standalone.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="HEIGHT:12.1pt;mso-yfti-irow:18;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight is new in market and required time to get acceptance in market.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;HEIGHT:12.1pt;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash is exist from many years and have strong acceptance in market.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:19;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;BACKGROUND:#fde9d9;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:6.65in;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;" colspan="2"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight Feature comparison with Flash Features:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:20;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Animation - Silverlight supports the WPF animation model, which is not only time based instead of frame based, but lets you define the start and end conditions and it will figure out how to get there for you. No need to deal with matrixes like in flash. Also no need to calculate positions on various frames. It just works.&amp;nbsp;&lt;span style="COLOR:black;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;The animation model is frame based.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:21;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight uses XAML. XAML is text based and can be output using a simple XML object.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash stores its shapes using binary shape records. In order to write shape definitions, you will need to either license a 3&lt;sup&gt;rd&lt;/sup&gt; party Flash file format SDK, or build your own. It isn’t too difficult, but it does require a bit of a learning curve.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:22;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;The debugging with Silverlight is simpler than with flash.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;The debugging with flash is harder than Silverlight.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:23;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight lets you embed true type font information directly into your projects, and download that information with the downloader object.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Dealing with fonts is fairly complex with flash.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:24;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Rich set of development languages are available for Silverlight. Developer can use JavaScript as well as managed code VB.Net, C# for Silverlight development.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Only Action Script can be used as programming tool in Flash.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:25;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;XAML is declarative while ActionScript is imperative. Using imperative languages to build UIs goes back to the early days of DOS and Windows, when developers had to manage all of the API nuances when interacting with graphical panes.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;ActionScript is an imperative language, which brings itself the pitfalls of imperative languages when compared with declarative languages. &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:26;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Web Services support for Silverlight Streaming:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;The services provided by Microsoft, called Silverlight Streaming, it allows users and developers to host their Silverlight content and apps with Microsoft, taking advantage of their extensive global network of datacenters and their content delivery network. Best of all, this service is free, and while currently it is only in alpha it allows users to upload up to 4GB of content, and to stream up to 1 million minutes of online video delivery at 700kbps, around DVD quality. Starting right now, you can build a total video content site using Silverlight at no cost. The future for this service looks good as they will incorporate Silverlight Streaming with the MSN Video ad network to allow you to easily monetize your video streams and participate in a revenue sharing opportunity with Microsoft while removing your distribution costs. There will also be a premium level of content delivery where you will be able to pay for higher levels of usage - the cost for this service is as yet unknown but expect it to be very low.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;There is not any such service provided by Flash to host the content and application with them. Because of the absence of any such service, building a video site based on Flash is not as cost effective as building a video content site using Silverlight. &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Moreover, because of the Silverlight Streaming service, the existing Video Content sites might be moving to Silverlight site.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:27;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Additional Support for mobile devices with desktop and desktop browsers:&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight is supported by Windows mobile device as part of a new service that the NBL have built. Silverlight applications and media streaming can be run on a mobile phone - so Silverlight even at this stage is about more than just the desktop browser and desktop market.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Silverlight may be seen soon on the Symbian OS too.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash is not spread as across the vast majority of both desktops and mobiles platforms, as compared to Silverlight. Flash requires Flash Lite preinstalled on mobile devices.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:28;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight does not require video codec to run industry standard videos like .WMV&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash requires video codec to run .WMV videos.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:29;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight supports scalable video formats from HD to mobile.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash does not support scalable video formats from HD to mobile&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:30;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight supports Hardware-assisted editing and encoding solutions.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash does not support Hardware-assisted editing and encoding solutions.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:31;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight has XAML based presentation layer for SEO.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash does not have XAML based presentation layer for SEO.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:32;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight provides End-to-end server and application platform.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash does not provide End-to-end server and application platform.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:33;page-break-inside:avoid;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Media server licensing is cheaper than flash.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Media server licensing is costlier than Silverlight.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:34;page-break-inside:avoid;mso-yfti-lastrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:black 1pt solid;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Silverlight supports Scalable full screen video.&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:black 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#ece9d8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:black 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid black .5pt;mso-border-left-alt:solid black .5pt;mso-border-top-alt:solid black .5pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Flash does not support Scalable full screen video.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt; 
&lt;p&gt;Request you to post your comments on above document.&lt;/p&gt;
&lt;p&gt;Thanks and Regards&lt;br /&gt;Niraj Swaminarayan&lt;/p&gt;</description></item><item><title>Silver Light Media Element Control</title><link>http://forums.silverlight.net/forums/thread/323046.aspx</link><pubDate>Thu, 19 Nov 2009 16:40:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:323046</guid><dc:creator>nareshp</dc:creator><slash:comments>8</slash:comments><comments>http://forums.silverlight.net/forums/thread/323046.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=323046</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am a newbiee to Silverlight application. I have developed one asp.net application integrated with Silverlight.I have used &lt;strong&gt;Media Element&lt;/strong&gt; control. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; It has been playing only sample SilverLight video files which are available on Internet,But, when I have tried to play my &lt;strong&gt;.wmv&lt;/strong&gt; files, it is throwing &lt;strong&gt;Invalid_File_Format&lt;/strong&gt; exception.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, my question is do we need to encode the .wmv&amp;nbsp;files,&amp;nbsp;can&amp;#39;t we play them directly?&lt;/p&gt;
&lt;p&gt;Any help will be appreciated, Thanks in advance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>How to Use some Flash conntent as Silverlight default loader/splesh ??</title><link>http://forums.silverlight.net/forums/thread/326097.aspx</link><pubDate>Wed, 25 Nov 2009 05:41:51 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326097</guid><dc:creator>viral0028</dc:creator><slash:comments>4</slash:comments><comments>http://forums.silverlight.net/forums/thread/326097.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=326097</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;&amp;nbsp;Hi&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; Hello i want to use some Flesh file as Silverlight loader? is it possible if yes then Pls tell me &amp;gt;? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Want to play music when my own silverlight loader begin?</title><link>http://forums.silverlight.net/forums/thread/326345.aspx</link><pubDate>Wed, 25 Nov 2009 13:55:32 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326345</guid><dc:creator>viral0028</dc:creator><slash:comments>1</slash:comments><comments>http://forums.silverlight.net/forums/thread/326345.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=326345</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hello i want play music when my own silverlight loader begin?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i right this &lt;b&gt;Java Script&amp;nbsp; function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;function DownloadProgress(sender, eventArgs)&lt;br /&gt;&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; sender.findName(&amp;quot;txtLoading&amp;quot;).Text = &amp;quot;Loading: &amp;quot; + Math.round(eventArgs.progress * 100) + &amp;quot;%&amp;quot;;&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; sender.findName(&amp;quot;progressBarScale&amp;quot;).ScaleX = eventArgs.progress;&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; sender.findName(&amp;quot;media_player1&amp;quot;)...&lt;b&gt;.????????&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;well..i put one media player control with source in my splash.xaml file ..now i wnat to play this music file via above function( &lt;b&gt;see bold &amp;quot; ?&amp;quot; mark&lt;/b&gt;) in java script..that i describe&amp;nbsp; here.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;thx for help.. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>how to install silverlight-4 &amp; blend 4 in my VS 9.0.30729.1 SP?</title><link>http://forums.silverlight.net/forums/thread/326826.aspx</link><pubDate>Thu, 26 Nov 2009 06:23:30 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326826</guid><dc:creator>viral0028</dc:creator><slash:comments>1</slash:comments><comments>http://forums.silverlight.net/forums/thread/326826.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=326826</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hi...friend i want to know that &lt;/p&gt;&lt;p&gt;how to install silverlight-4 &amp;amp; blend 4 in my VS 9.0.30729.1 SP?&lt;/p&gt;&lt;p&gt;thx &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Splash loader for sliiverlight application doesn't not come in   Middel of page?</title><link>http://forums.silverlight.net/forums/thread/325557.aspx</link><pubDate>Tue, 24 Nov 2009 10:25:52 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:325557</guid><dc:creator>viral0028</dc:creator><slash:comments>8</slash:comments><comments>http://forums.silverlight.net/forums/thread/325557.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=325557</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi..i want to adjust splash loader of sliverlight application in middel of page ...well.&lt;/p&gt;&lt;p&gt;i hv splash.xaml &amp;amp; call it this way in&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;param name=&amp;quot;SplashScreenSource&amp;quot; value=&amp;quot;ClientBin/splash.xaml&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;param name=&amp;quot;onSourceDownloadProgressChanged&amp;quot; value=&amp;quot;DownloadProgress&amp;quot; /&amp;gt; {download progess is *js file function here} &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;amp; also put some images.....&lt;/p&gt;&lt;p&gt;I created this via this artical.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;http://silverzine.com/tutorials/splash-screens-and-loaders-in-silverlight/&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;what i do make in middel....?? (.it&amp;#39;s come&amp;nbsp; top left corner of page )...!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thx&amp;nbsp; in Advance&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Get InputLanguage from keyboard</title><link>http://forums.silverlight.net/forums/thread/324931.aspx</link><pubDate>Mon, 23 Nov 2009 13:42:33 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:324931</guid><dc:creator>hossen.aftabi</dc:creator><slash:comments>1</slash:comments><comments>http://forums.silverlight.net/forums/thread/324931.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=324931</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I get &lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;InputLanguage in win form by thid code &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;&lt;pre class="coloredcode"&gt;InputLanguage.CurrentInputLanguage = InputLanguage.InstalledInputLanguages[1];&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;but how can&amp;nbsp;do it in wpf or have do any new code in wpf?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;</description></item><item><title>DoubleAnimationUsingKeyFrames animation</title><link>http://forums.silverlight.net/forums/thread/326267.aspx</link><pubDate>Wed, 25 Nov 2009 11:15:32 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326267</guid><dc:creator>alex_p0pa</dc:creator><slash:comments>2</slash:comments><comments>http://forums.silverlight.net/forums/thread/326267.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=326267</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;My name is Alex and I&amp;#39;m just starting to use animations in Silverlight, in a project where I want to make a graph editor and need two animations to colapse and expand node controls. I started to make them from Blend but having multiple controls of the same type on a canvas with the same animation caused some naming conflicts. So I decided to make the animations programatically in C# code. Here is what I got so far:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;span class="kwd"&gt;#region&lt;/span&gt;&lt;span class="kwdt"&gt; Expand Animation&lt;/span&gt;
                expandAnimation = &lt;span class="kwd"&gt;new&lt;/span&gt; Storyboard();
                &lt;span class="kwd"&gt;#region&lt;/span&gt;&lt;span class="kwdt"&gt; Width&lt;/span&gt;
                    DoubleAnimationUsingKeyFrames widthAnimation = &lt;span class="kwd"&gt;new&lt;/span&gt; DoubleAnimationUsingKeyFrames();
                    widthAnimation.Duration = &lt;span class="kwd"&gt;new&lt;/span&gt; Duration(TimeSpan.FromSeconds(1));
                    LinearDoubleKeyFrame widthKey1 = &lt;span class="kwd"&gt;new&lt;/span&gt; LinearDoubleKeyFrame();
                    widthKey1.KeyTime = KeyTime.FromTimeSpan(TimeSpan.FromSeconds((&lt;span class="kwd"&gt;double&lt;/span&gt;)0.0));
                    widthKey1.Value = 50;
                    LinearDoubleKeyFrame widthKey2 = &lt;span class="kwd"&gt;new&lt;/span&gt; LinearDoubleKeyFrame();
                    widthKey1.KeyTime = KeyTime.FromTimeSpan(TimeSpan.FromSeconds((&lt;span class="kwd"&gt;double&lt;/span&gt;)0.4));
                    widthKey1.Value = 150;
                    widthAnimation.KeyFrames.Add(widthKey1);
                    widthAnimation.KeyFrames.Add(widthKey2);
                    Storyboard.SetTargetProperty(widthAnimation, &lt;span class="kwd"&gt;new&lt;/span&gt; PropertyPath(WidthProperty));
                    Storyboard.SetTarget(widthAnimation, &lt;span class="kwd"&gt;this&lt;/span&gt;);
                &lt;span class="kwd"&gt;#endregion
                #region&lt;/span&gt;&lt;span class="kwdt"&gt; Height&lt;/span&gt;
                    DoubleAnimationUsingKeyFrames heightAnimation = &lt;span class="kwd"&gt;new&lt;/span&gt; DoubleAnimationUsingKeyFrames();
                    heightAnimation.Duration = &lt;span class="kwd"&gt;new&lt;/span&gt; Duration(TimeSpan.FromSeconds(1));
                    LinearDoubleKeyFrame heightKey1 = &lt;span class="kwd"&gt;new&lt;/span&gt; LinearDoubleKeyFrame();
                    heightKey1.KeyTime = KeyTime.FromTimeSpan(TimeSpan.FromSeconds((&lt;span class="kwd"&gt;double&lt;/span&gt;)0.0));
                    heightKey1.Value = 36;
                    LinearDoubleKeyFrame heightKey2 = &lt;span class="kwd"&gt;new&lt;/span&gt; LinearDoubleKeyFrame();
                    heightKey2.KeyTime = KeyTime.FromTimeSpan(TimeSpan.FromSeconds((&lt;span class="kwd"&gt;double&lt;/span&gt;)0.4));
                    heightKey2.Value = 250;
                    heightAnimation.KeyFrames.Add(heightKey1);
                    heightAnimation.KeyFrames.Add(heightKey2);
                    Storyboard.SetTargetProperty(heightAnimation, &lt;span class="kwd"&gt;new&lt;/span&gt; PropertyPath(HeightProperty));
                    Storyboard.SetTarget(heightAnimation, &lt;span class="kwd"&gt;this&lt;/span&gt;);
                &lt;span class="kwd"&gt;#endregion&lt;/span&gt;
                expandAnimation.Children.Add(widthAnimation);
                expandAnimation.Children.Add(heightAnimation);
                LayoutRoot.Resources.Add(&lt;span class="st"&gt;&amp;quot;expand&amp;quot;&lt;/span&gt;, expandAnimation);
            &lt;span class="kwd"&gt;#endregion&lt;/span&gt;&lt;/pre&gt;&amp;nbsp;This code goes in the constructor of WFNode UserControl( the node control in the graph). When I run the animation with expandAnimation.Begin() I get the followin exception in App.xaml: &lt;br /&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;KeyTime property on KeyFrame object must be set to a non-negative TimeSpan value. &lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Any help or pointing in the right direction would be greatly appeciated.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Change image source with animation</title><link>http://forums.silverlight.net/forums/thread/326706.aspx</link><pubDate>Wed, 25 Nov 2009 23:54:29 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326706</guid><dc:creator>omerf</dc:creator><slash:comments>1</slash:comments><comments>http://forums.silverlight.net/forums/thread/326706.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=326706</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;İ want change image source in animation when animation comes to 1 second i want change it source.İ try this code but its not working :)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;DoubleAnimationUsingKeyFrames BeginTime=&amp;quot;00:00:00&amp;quot; Storyboard.TargetName=&amp;quot;image&amp;quot; Storyboard.TargetProperty=&amp;quot;(Source)&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;lt;EasingDoubleKeyFrame KeyTime=&amp;quot;00:00:00.5000000&amp;quot; Value=&amp;quot;abc.jpg&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;lt;/DoubleAnimationUsingKeyFrames&amp;gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Problem accessing WCF service</title><link>http://forums.silverlight.net/forums/thread/326512.aspx</link><pubDate>Wed, 25 Nov 2009 17:23:58 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326512</guid><dc:creator>kakes</dc:creator><slash:comments>5</slash:comments><comments>http://forums.silverlight.net/forums/thread/326512.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=326512</wfw:commentRss><description>&lt;p&gt;I have a problem accessing WCF service that I added for my silverlight project. Here is what I did&lt;/p&gt;
&lt;p&gt;1. Created the silverlight project and enabled the project&amp;#39;s default web setting to use &amp;quot;Use local IIS web server&amp;quot;. &lt;/p&gt;
&lt;p&gt;2. Then I added a WCF enabled web service (Service1.svc)&amp;nbsp;in the web project.This created the service with the default custom binding which looks like&lt;/p&gt;
&lt;p&gt;&amp;lt;customBinding&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;binding name=&amp;quot;customBinding0&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;binaryMessageEncoding /&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;httpTransport /&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;/binding&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/customBinding&amp;gt;&lt;/p&gt;
&lt;p&gt;3. Then I added the reference in my silverlight project to the service (Service1.svc) I created in the web project.&lt;/p&gt;
&lt;p&gt;4. Set the authentication mode to &amp;quot;Anonymous&amp;quot; at the virtual directory level in IIS ( I have IIS 5.1 on WinXP Prof).&lt;/p&gt;
&lt;p&gt;5. Added a button in the silverlight to call the function of the WCF service (Service1.svc).&lt;/p&gt;
&lt;p&gt;6. Now whenever I click the button for the first time, IE pops up the message box asking Username &amp;amp; Password which it usually does during basic authentication! Any subsequent click works fine without popping up the credential box. Next I created another web service and added one more button to call this new webservice. Clicking either of the button for the first time pops-up the credential box but thenafter it goes smooth.&lt;/p&gt;
&lt;p&gt;My question is why it pops up the credential box whenever trying to call the web service for the first time with this default &amp;quot;Custom Binding&amp;quot;? As far as I know the security value is set to none in default custom mode.&lt;/p&gt;
&lt;p&gt;Next I tried doing the same with basicHttpBinding. In this case the credential IE box pops up again but the call fails all the time giving security error! Can someone please explain why this basicHttpBinding is failing all the time?&lt;/p&gt;
&lt;p&gt;I am using VS2008 SP1, WinXP Prof, IIS 5.1&lt;/p&gt;</description></item><item><title>Splitting up an App</title><link>http://forums.silverlight.net/forums/thread/326434.aspx</link><pubDate>Wed, 25 Nov 2009 15:55:46 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326434</guid><dc:creator>npham.pdl</dc:creator><slash:comments>1</slash:comments><comments>http://forums.silverlight.net/forums/thread/326434.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=326434</wfw:commentRss><description>&lt;p&gt;I just started fooling around with the Blend, and was wondering what everyone thought was the best way to spilt up sections of an app. Basically I want to have:&lt;/p&gt;&lt;p&gt; 1. left side panel with controls, links, drop down menus, etc - Canvas or Grid? Maybe StackPanel?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;2. Main panel to display info/reports/data - StackPanel?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;3. Links for help/contact info/faq/etc&lt;/p&gt;&lt;p&gt;Any suggestions on what I should use to divide the page/app up with? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>WCF Service Add Reference error</title><link>http://forums.silverlight.net/forums/thread/325915.aspx</link><pubDate>Tue, 24 Nov 2009 21:33:11 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:325915</guid><dc:creator>kakes</dc:creator><slash:comments>17</slash:comments><comments>http://forums.silverlight.net/forums/thread/325915.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=325915</wfw:commentRss><description>&lt;p&gt;Hello All&lt;/p&gt;
&lt;p&gt;I am having a very basic problem with creating WCF.&amp;nbsp;&amp;nbsp;So here is what i did&lt;/p&gt;
&lt;p&gt;1. Created an ASP.NET web site project in VS2008.&lt;/p&gt;
&lt;p&gt;2. Created a WCF service application in the same solution. Added a new WCF service &amp;quot;WCFService1.svc&amp;quot; into this project.&lt;/p&gt;
&lt;p&gt;3,. Changed the setting of the Web server from &amp;quot;Use Visual Studio Development Server&amp;quot; to &amp;quot;Use IIS local web server&amp;quot;.&lt;/p&gt;
&lt;p&gt;4. Clicked add &amp;quot;Service Reference&amp;quot; in ASP.net web site project and clicked discover to see the &amp;quot;WCFService1&amp;quot; service. Now when I try to add Service Reference, I get an error all the time saying &amp;quot;Security settings for this service require &amp;#39;Anonymous&amp;#39; Authentication but it is not enabled for the IIS application that hosts this service.&amp;quot;&lt;/p&gt;
&lt;p&gt;5. But if I revert back to the &amp;quot;Use Visual Studio Development SErver&amp;quot; setting, things run fine.&lt;/p&gt;
&lt;p&gt;Please tell me what is going on here. This is driving me nuts! Eventually the project needs to be deployed in IIS to I am surprised if no-one else came across this problem. I know this one is WCF specific issue but I came across this problem when trying to create silverlight application and adding WCF service in that.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Silverlight 3 Menus</title><link>http://forums.silverlight.net/forums/thread/326442.aspx</link><pubDate>Wed, 25 Nov 2009 16:03:16 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:326442</guid><dc:creator>itgold</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/326442.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=326442</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am new to Silverlight and xaml,&amp;nbsp;so I started a project using the Silverlight 3 Business Application template because of the navigation setup. This template gives me hyperlink menu buttons across the top of the page. I can add new pages and add new hyperlinks to point to those new pages but what I really want is a dropdown menu. Is it possible to set up a dropdown menu using hyperlinks (the current code structure) and still have the navigation framework still work. This is the hyperlink code that is provided by the template. I am using Visual Studio 2008 in VB and Expression Blend 3 with the&amp;nbsp;October release of the&amp;nbsp;Silverlight toolkit.&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Rectangle&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; x&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Divider1&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Style&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;{&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;StaticResource&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; DividerStyle&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;}&amp;quot;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;HyperlinkButton&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; x&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Link4&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Style&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;{&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;StaticResource&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; LinkStyle&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;}&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;NavigateUri&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;/Objectives&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; TargetName&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;ContentFrame&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Content&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Objectives&amp;quot;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Rectangle&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; x&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Divider2&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Style&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;{&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;StaticResource&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; DividerStyle&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;}&amp;quot;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;HyperlinkButton&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; x&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Link3&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Style&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;{&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;StaticResource&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; LinkStyle&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;}&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;NavigateUri&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;/Administration&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; TargetName&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;ContentFrame&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Content&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Admin&amp;quot;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Rectangle&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; x&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Divider3&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Style&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;{&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;StaticResource&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; DividerStyle&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;}&amp;quot;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;HyperlinkButton&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; x&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Link2&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Style&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;{&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;StaticResource&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; LinkStyle&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;}&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;NavigateUri&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;/About&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; TargetName&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;ContentFrame&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Content&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;about&amp;quot;/&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;Any help would be greatly apprieciated.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;strong&gt;Thanks&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;Rick&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item></channel></rss>