如何使用fubumvc运行Silverlight xap

时间:2010-07-16 22:36:07

标签: c# fubumvc

可能答案很简单,也许有人想打我,但显然我现在卡住了。

我想将Silverlight XAP集成到fubumvc视图页面中。我正在使用HelloWorld示例并在页面中输入以下内容。

   <object type="application/x-silverlight-2" data="data:application/x-silverlight-2,"
    width="700%" height="540">
    <param name="background" value="white" />
    <param name="source" value="MyApp.xap" />
    <a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;">
        <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight"
            style="border-style: none" />
    </a>
</object>

在一个简单的html文件中运行此代码可以正常工作。 XAP与视图页面/ html文件放在同一文件夹中。

0 个答案:

没有答案