有人收到了Actionscript 3 Youtube API /包装器吗?

时间:2020-03-06 14:28:27  来源:igfitidea点击:

Google / Youtube具有适用于javascript和Actionscript 2的Youtube API。

不幸的是,如果没有Google本身不提供的包装器,则该API与ActionScript 3不兼容。

是否有人可以使用ActionScript 3包装器?

解决方案

as3youtubelib

as3youtubelib仅适用于搜索视频等的API本身。

我想要youtube视频播放器本身的包装。

http://code.google.com/p/youtubechromelesswrapper-as3/是新的API,可让我们嵌入Flash / Flex中并使用Javascript API(通过ExternalInterface)在Flash中控制影片。它没有任何控制按钮,但带有YouTube徽标。

或者,我们也可以将这种没有包装问题和多个实例问题的包装器用作YouTube上的包装器:http://www.ovidiudiac.ro/blog/?p=70

是的,这里有一个AS3包装机
http://flashden.net/item/as3-youtube-wrapper-full-xml-site/21685

试试这个:http://code.google.com/apis/youtube/flash_api_reference.html

或者这样:http://code.google.com/apis/youtube/articles/tubeloc.html

最后! YouTube的官方API从AS2更改为AS3

http://code.google.com/apis/youtube/flash_api_reference.html
  
  Note: This documentation was updated
  in October 2009 to explain how to use
  AS3 rather than ActionScript 2.0
  (AS2).