Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jakob 38 posts 54 karma points
    Apr 16, 2010 @ 11:51
    Jakob
    0

    Installing silverlight in umbraco

    I know there've been other questions regarding this, but what I need is just the very basic information. What dll's am I required to upload to an umbraco bin directory to be able to run silverlight? I've seen the silverlight project, and I actually tried to upload the package at http://silverlightumbraco.codeplex.com/ but I was unable to load up the package to my v.4 umb installation. Besides I didn't want the whole website, as I mentioned I only wanted the very foundation for uploading my own silverlight webapps to my umbraco site.

    Thanks a bunch

  • skiltz 501 posts 701 karma points
    Apr 16, 2010 @ 12:27
    skiltz
    0

    I don't think you need any dll's.  Am I missing something?  See here for a clear example of how to run a silverlight control within a web page. http://developer.yahoo.com/dotnet/silverlight/embedding.html

  • Jakob 38 posts 54 karma points
    Apr 17, 2010 @ 00:41
    Jakob
    0

    you are absolutely right. It was quite sufficient to add 

    <object type="application/x-silverlight-2"  

                data="data:application/x-silverlight,"   >  

        <param name="source" value="/clientbin/silverlight.xap"/>  

    <object>

    to a masterpage and that would display the silverlight app just fine

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies