将 YouTube 视频播放器嵌入 Android 移动应用程序?
有没有办法将 YouTube 视频/视频播放器嵌入到 Android Flex AIR Mobile 应用程序中?
我尝试使用 SWFLoader(...) 但由于其 MX 库类仅适用于桌面运行时环境,但在调试应用程序时无法在实际 Android 设备上工作。有什么想法吗?
也许可以将包含 YouTube 视频的 HTML 嵌入到某些 Flex 媒体容器(如 TextArea 等)中?
Is there any way to embed YouTube video/video player into Android Flex AIR Mobile application?
I tried to use SWFLoader(...) but since its MX library class only works on the desktop runtime environment, but fails to work on actual Android device when debugging the application. Any ideas?
Maybe it's possible to embed HTML that contain YouTube video into some Flex media container like TextArea or something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
给你,先生:
如您所见,您不需要嵌入 html。您还可以添加滑块和按钮。有关详细信息,请参阅 youtube actionscript api:https://developers。 google.com/youtube/flash_api_reference
here you go, sir:
as you see, you dont need to embed html. you can add sliders and buttons as well.. for more information, see youtube actionscript api: https://developers.google.com/youtube/flash_api_reference
我不知道您在 Flex 中嵌入播放时遇到什么样的问题。这是很有可能的,而且应该不会那么难。请参阅此示例< /a> 自己实现。
PS 我通过谷歌搜索找到了这个例子。你应该找个时间尝试一下。
I don't know what kind of problems you're having embedding the playing in Flex. It's very possible and it shouldn't be that hard. Please refer to this example to implement it yourself.
P.S. I found that example by doing a google search. You should try it out sometime.