为什么我无法访问来自 Amazon S3 的 FLV 视频的位图数据?

发布于 2024-07-24 06:39:44 字数 216 浏览 4 评论 0原文

我有一个视频播放器,可以从服务器加载渐进式 flv 视频并对其应用反射。 我通过创建一个 bitmapData 对象然后将视频绘制到其中来实现此目的。 在我们将内容从测试服务器转移到 Amazon S3 之前,这一切都运行得很好。 现在没有任何反映。

谁能解释为什么会发生这种情况,甚至提出解决方案?

ps我使用的是Flash 8 AS2。

谢谢

I have a video player that loads progressive flv video from a server and applies a reflection to it. I do this by creating a bitmapData object and then drawing the video to it. This worked absolutely fine until we moved our content from testing server to Amazon S3. Now there is no reflection.

Can anyone explain why this is happening and even suggest a solution?

p.s. i am using Flash 8 AS2.

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

ζ澈沫 2024-07-31 06:39:44

这很可能与 Flash 播放器的安全限制和域有关。 如果您没有收到任何错误,请尝试安装播放器的调试版本,看看会出现什么情况。

另请参阅 处理 Crossdomain.xml 和使用 NetStream 进行 302 重定向 了解背景信息。

HTH

胡安·

This most likely has to do with Flash player's security restrictions and domains. If you aren't getting any errors, try installing the debug version of the player and see what comes up.

Also take a look to Handling Crossdomain.xml and 302 Redirects Using NetStream for background info.

HTH

Juan

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