Link to home
Start Free TrialLog in
Avatar of jeffmace
jeffmace

asked on

How to retrieve or create an XBOX 360 Gamercard?

I would like to make a CF script that would look up an XBOX live gamertag and retrieve their gamercard.  Does anyone have have any idea on how to do this with coldfusion?

Here are some links to might help you get and idea
http://microsoftgadgets.com/blogs/gadgetnews/articles/1019.aspx

http://mygamercard.net/
Avatar of aseusainc
aseusainc

Just pass in a name as a variable really...

<a href="http://profile.mygamercard.net/#gamername#">
<img src="http://card.mygamercard.net/#gamername#.png" border=0>
</a>
Avatar of jeffmace

ASKER

Thank you for that.. I already found the basics out.. I guess I need to be a little more descriptive.  IF you look at this site here, you will see that they are able to pull a whole bunch of information on every gamertag.

http://www.xboxusersgroup.com/forums/vbgamerinfo.php?u=31306

Where do I get the information from to make my own gamercard so that the links are live, etc.  

How do these people figure out the percentage of the game complete.   Is there some xml that i can query.. I just don't see it
ASKER CERTIFIED SOLUTION
Avatar of cyrk
cyrk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial