home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Estrategia
/
coffeetycoon_Demo.swf
/
scripts
/
frame_449
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
253 b
|
10 lines
function myOnLoad()
{
_root.download_link = doc1.firstChild.childNodes[0].firstChild;
_root.buy_link = doc1.firstChild.childNodes[1].firstChild;
}
doc1 = new XML();
doc1.ignoreWhite = true;
doc1.load("links.xml");
doc1.onLoad = myOnLoad;