如何使用 fubumvc 运行 Silverlight xap
也许答案很简单,也许有人想打我,但显然我现在被困住了。
我想将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论