Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在页面中播放视频,并且我有以下参数
URL=rtmp://192.168.0.10/live and a SWF http://192.168.0.11/file.swf?v=3
谁能指导我如何将 rtmp 传递给标签
如果您的 SWF 文件是您制作的,则可以使用ExternalInterfaceAS3 类来提供双向 JavaScript 通信。但是,这需要修改您的 SWF 文件。
ExternalInterface
如果您无法执行此操作,则需要请您的 SWF 提供商告诉您如何执行此操作。
如果这仍然不可能,您可以考虑切换到第三方播放器(jwplayer、flowplayer 等)。