Código HTML:
<?xml version="1.0" encoding="utf-8"?> <cfx:map xmlns:cfx="http://www.lynxcraft.com/cfx"> <nivel type="a" value="1"> <nivel type="b" value="1" /> <nivel type="b" value="2"> <nivel type="c" value="1"> <nivel type="d" value="1" /> </nivel> <nivel type="c" value="2" /> </nivel> <nivel type="b" value="3"> <nivel type="c" value="1"> <nivel type="d" value="1" /> </nivel> <nivel type="c" value="2" /> </nivel> </nivel> <nivel type="a" value="2" /> </cfx:map>
Código PHP:
var miarray:Array=[a1=b3=c1=d1, a1=b2=c1=d1, a1=b3=c2, a1=b2=c2, a1=b1, a2 , a1]