0
我想讀取從PHP腳本返回的Flash中的xml文件。我把它全部從一個東西分開動態xml讀取閃存
在每一行中返回的屬性是不同的(從1到100的任何東西)。
下面是代碼來解釋我的意思
for(var ii:int = 0; ii < tempXML.record.length(); ii++)
{
for(var b:int = 0; b < numAttributes; b++)
{
//what i am aiming for here is the ability to have @"arr"+ a number here
trace(tempXML.record[ii][email protected]+numAttributes);
}
}
hopfully你可以看到我在獲得。任何幫助apprechiated 乾杯 馬克