如何使用 fubumvc 运行 Silverlight xap

发布于 2024-09-10 03:02:18 字数 703 浏览 2 评论 0原文

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

我想将 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 文件相同的文件夹中。

Probably the answer is simple and maybe someone wants to hit me, but obviously I'm stuck right now.

I want to integrate a Silverlight XAP into a fubumvc view page. I am using the HelloWorld sample and enter the following into the page.

   <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>

Running this code in a simple html file works fine. The XAP is placed in the same folder as the view page/html file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文