我们可以用java读取swf文件吗?
我们正在使用 flash 播放器在 java 应用程序中播放 swf 文件。因此,我们尝试播放静态视频,其工作正常。但是我们尝试使用 java servlet 从文件系统播放,但我们无法播放视频。我的疑问是:
1.我们可以使用java文件I/O流读取swf文件吗?
2.如果第一个问题是“是”,请告诉我们如何完成此操作(如果有人有想法请与我们分享)?
我们在以下网址中使用相同的代码:
http://balusc.blogspot.in/2007 /07/fileservlet.html
帮助将不胜感激。
We are using flash player to play swf files in our java application.So we tried to play static video its working fine.But we tried to play from file system using java servlet but we are not able to play the video.My doubt is:
1.Can we read the swf file using java File I/O streams?
2.If yes for first question,please tell us how to get this done(if any one has idea please share with us)?
We are using same code in the following url:
http://balusc.blogspot.in/2007/07/fileservlet.html
Help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望这对您有帮助:
http://www.flagstonesoftware.com/transform/
http://www.brooksandrus.com/博客/2006/08/01/lightweight-swf-header-reader-java/
Hope this helps for you:
http://www.flagstonesoftware.com/transform/
http://www.brooksandrus.com/blog/2006/08/01/lightweight-swf-header-reader-java/