all groups > flash (macromedia) > august 2005 >
You're in the

flash (macromedia)

group:

loading multipile xml files



loading multipile xml files yaniv73
8/25/2005 9:31:58 PM
flash (macromedia): hi

can i upload more then one xml file with the xmlData.load function?

xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("photos.xml");

Re: loading multipile xml files urami_
8/26/2005 12:00:00 AM


[quoted text, click to view]

You need new XML object otherwise you will replace previously loaded content
with next xmlData.load action.


--
Regards

Urami

--


<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
Re: loading multipile xml files yaniv73
8/26/2005 12:00:00 AM
thanks

by the way what i am trying to do is a photo gallery (without the component)
untill now i uploaded the xml and each image goes to a movieclip that i create
by createEmptyMovieclip (image_mc).

my question is - how can i postion them one near each other and when there is
4 in a row (or it is going out (wider) from the holder_mc which contain all the
image_mc)then make a new row under. and so on untill there are no more
moieclips(image_mc)

thanks
AddThis Social Bookmark Button