Jframe 上的 Slideshare 演示

发布于 2024-10-31 16:32:08 字数 73 浏览 5 评论 0原文

是否可以在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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不美如何 2024-11-07 16:32:08

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

鸠魁 2024-11-07 16:32:08

我认为最好的选择是尝试利用浏览器组件,因为这就是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文