Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

  • baskarg83

    baskarg83

    Participant

    1279 Points

    340 Posts

    Re: Re: Re: Trying to run Silverlight App from public Azure Blob Storage

    Mar 10, 2010 03:55 PM | LINK

     hi

     

    for me its displaying the blank page,

    <div id="silverlightControlHost">
            <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
                <param name="source" value="http://blob.core.windows.net/Sample/Helloworld/ClientBin/HelloWorld.xap"/>
              
                <param name="onerror" value="onSilverlightError" />
                <param name="background" value="white" />
                <param name="enableHtmlAccess" value="true" />
                <param name="minRuntimeVersion" value="3.0.40624.0" />
                <param name="autoUpgrade" value="true" />
                <a href="http://go.microsoft.com/fwlink/?LinkID=141205" style="text-decoration: none;">
                     <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>
                </a>
            </object>
            <iframe style='visibility:hidden;height:0;width:0;border:0px'></iframe>
        </div>

     

    i have copy the URL from blob storage abd paste it in source.

    in silverlight i have add 

    <Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ExternalCallersFromCrossDomain="ScriptableOnly"
    >
        <Deployment.Parts>
        </Deployment.Parts>
       
    </Deployment>

     

    After i have run the Webrole project , i have getting the blank page.  

    can you help me out.

     

    Thanks in Advance

     

    if it is useful "Please Mark as Answer"

    With Regards
    G.Baskar