在浏览器窗口外分离 Silverlight 4
我正在编写一个 Silverlight OOB 应用程序。用户安装后,我希望下次访问时的浏览器内体验只需一个按钮即可启动 OOB 版本。我知道 API 调用来检测它是否已安装,但我不确定是否将主页面控件作为窗口或在窗口中打开。目前,我的浏览器内视图更改为“请从已安装的快捷方式启动”,但这似乎是不必要的。有办法做到这一点吗?
谢谢。
I'm writing a Silverlight OOB application. Once the user has installed it, I would like the in-browser experience, on next visit, to just have a button to launch the OOB version. I know the API call to detect that it's installed, but I'm not sure to open my main Page control as or within a Window. Currently my in-browser view changes to say "Please launch from the installed shortcut" but that seems like it should be unnecessary. Is there a way to do this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,不支持从网页启动 OOB 应用程序。这是人们普遍要求的功能,但 SL5 似乎不会解决这个问题。
Unfortunately launching OOB app from the web page is not supported. This is commonly requested feature, but it looks like SL5 is not going to address it.