Вопрос

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