Video Info This XML feed returns detailed information on a specific video.
Sample
Using the v GET variable for the video ID, we can choose which video we want to return info for.
Example Implementation:
http://www.gameanyone.com/feeds/video.php?v=[VIDEO_ID]
In this example, we are requesting details on the video with ID 285117.
Example Code:
http://www.gameanyone.com/feeds/video.php?v=285117
The ID of a video can be found in the url of that video. The ID in the below URL is 285117.
Video URL:
http://www.gameanyone.com/video/285117
Example Results:
<item> <id>285117</id> <game>Donkey Kong Country Returns</game> <title>Intro & 1-1: Jungle Hijinx</title> <system>Wii</system> <link>http://www.gameanyone.com/video/285117</link> <author>batman9502</author> <date>2011-01-09 19:49:58</date> <description>Welcome to Donkey Kong Country Returns! Here, we watch the introduction and take on the game's first level.</description> <playlistid>8530</playlistid> <views>3846</views> <length>10:55</length> <lengthseconds>655</lengthseconds> <quality>720</quality> <embedcode><object width="530" height="347" data="http://www.gameanyone.com/player6.swf" type="application/x-shockwave-flash"><param name="movie" value="http://www.gameanyone.com/player6.swf" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="config=http://www.gameanyone.com/gameanyone.xml?id=285117%26l%3D1%26e%3D1" /></object><br><a href="http://www.gameanyone.com">Video Game Walkthroughs</a></embedcode> </item>
The results can be used on-the-fly, they can be temporarily cached, or you can even store them permanently in your database.
|