문제

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