Pregunta

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?

¿Fue útil?

Solución

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)

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top