Question

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?

Was it helpful?

Solution

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)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top