[LEFT]Alright I am trying to get my clan members stats to load. So when a member clicks on the profile “dtweaponx” it will load the animation and then it will load the players.xml file. But I am new to XML so I don’t know much about it but does this setup look correct?
<?xml version="1.0" encoding="iso-8859-1"?>
<players>
<dtweaponx>
<name> </name>
<score> </score>
<kills> </kills>
<deaths> </deaths>
<eff> </eff>
<mvp> </mvp>
<match.numbers> </match.numbers>
<match.kills> </match.kills>
<match.deaths> </match.deaths>
<match.score> </match.score>
<round.numbers> </round.numbers>
<round.kills> </round.kills>
<round.deaths> </round.deaths>
<round.score> </round.score>
</dtweaponx>
<jkweaponx>
<name> </name>
<score> </score>
<kills> </kills>
<deaths> </deaths>
<eff> </eff>
<mvp> </mvp>
<match.numbers> </match.numbers>
<match.kills> </match.kills>
<match.deaths> </match.deaths>
<match.score> </match.score>
<round.numbers> </round.numbers>
<round.kills> </round.kills>
<round.deaths> </round.deaths>
<round.score> </round.score>
</jkweaponx>
</players>
And how do I make it display in flash? I dont know how to make it just
get “dtweapon” profile and not anyone elses? Can someone make a sample
clip of two players I have listed above loading only their profiles not
anyone elses?
I don’t even know the correct action script I should be using since I have never used XML before.
[/LEFT]