如何访问 SWFKit 中的嵌入文件
我正在使用 SWFKit 从 flash 项目创建本机 Windows 应用程序。我想通过SWFKit将视频嵌入到项目中,然后在flash中使用它。
看起来我已经找到了一种嵌入外部文件的方法,但我找不到有关如何通过 Flash 影片中的 ActionScript 访问此嵌入文件的手册。
所以问题是如何使用 ActionScript 访问已编译项目中的文件“bridge.flv”?
I'm using SWFKit to create a native windows app from flash project. I want to embed video in project via SWFKit and then use it in flash.
Looks like I've found a way to embed external file but I can't find manual about how to access this embedded file via ActionScript in flash movie.
So the question is how can I access file "bridge.flv" in compiled project using ActionScript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题解决了。
实际上看起来很简单。文件嵌入后,可以通过相对路径访问它,就像它存在于当前应用程序目录中一样。
例如嵌入的bridge.flv可以通过Flex VideoDisplay组件以这种方式访问:
Problem is solved.
It appears to be pretty easy actually. Once file is embedded it can be accessed by relative path as if it was present in current application directory.
For example embedded bridge.flv can be accessed by Flex VideoDisplay component in this way: