function loadXMl()
{
myxml = new com.makeit.xmlClass("music_playlist.xml");
var _l2 = new Object();
function xmlComplete(albumArr, musicArray, parameterArr)
{
com.makeit.musicDocument.thisObj.albumArr = albumArr.slice();
挀漀洀.makeit.musicDocument.thisObj.musicArray = musicArray.slice();
com.makeit.musicDocument.thisObj.parameterObj = parameterArr;
com.makeit.musicDocument.thisObj.setFunc();
} // End of the function
myxml.addListener(albumArr);
} // End of the function
啊哈,Load Xml。而且xml文件的名稱都有了,恩,立馬蹭蹭蹭的構造了幾個xml的路徑: http://www.neocha.com/naivete/music_playlist.xml http://www.neocha.com/-/flash/music_playlist.xml http://www.neocha.com/-/xml/music_playlist.xml
….
啥都沒有。。sad。。不泄餒,繼續尋尋覓覓,終於,在這個動作的下一個動作裡面發現了感興趣的東西:
function loadXml()
{
static function onLoad(success)
{
if (success)
{
com.makeit.xmlClass.thisObj.parseAlbum_fun();
} // end if
} // End of the function
if (_root.id == undefined)
{
id = "3378";
} // end if
if (_root.un == undefined)
{
un = "banana_monkey";
} // end if
myxml.load("http://www.neocha.com/-/xml/music_player.jsp?id=" + _root.id +
"&un=" + _root.un + "&a=" + Math.random() * 9999);
} // End of the function