Jframe 上的 Slideshare 演示
是否可以在Java中的JFrame容器中查看slideshare.com的幻灯片?
如果可以的话,官方API允许吗?
Is it possible to view a slideshow of slideshare.com in a container of a JFrame in Java?
If yes, is the official API allows it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
POI 是用于访问 PowerPoint 文件的常见 API。虽然,我不认为它可以轻松准确地显示文件。 (Java 中的任何内容通常都只有一个官方 API)。
POI is a common API that is used for accessing PowerPoint files. Although, I don't think it provides easy exact display of the files. (There is usually just one official API for anything in Java).
我认为最好的选择是尝试利用浏览器组件,因为这就是 Slideshare 的设计运作方式。
查看 DJ Native Swing 项目,它可以访问嵌入式浏览器组件(IE 或 Mozilla) 、Flash播放器和其他好东西。
有了这个库,我可能会使用它的 JWebBrowser 组件来以这种方式显示 Slideshare 小部件。虽然也可以尝试使用 Flashplayer 组件。
I think your best bet would be to try and leverage a browser component, given that's how Slideshare is designed to operate.
Check out the DJ Native Swing Project which gives access to embeddable browser components (IE or Mozilla), Flash player and other goodies.
With this library, I'd probably use its JWebBrowser component to display the Slideshare widget that way. Although could try using the Flashplayer component too.