I used youtube api for adding to flashapp video from youtube. Now I should add to description - number of video views. How I can do this with youtube api? or js maybe?

有帮助吗?

解决方案

The Youtube API's JSON format here:

https://gdata.youtube.com/feeds/api/videos/mwZR65NDRO8?v=2&alt=json

Where mwZR65NDR08 is the video id.

EDIT: How to parse JSON with AS3 here: How to parse JSON (AS3)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top