Groups | Blog | Home
all groups > flash data integration > january 2005 >

flash data integration : Flash and a loooong XML



pedromario
1/12/2005 11:38:19 PM
i need to know if how much left will be or if is not recomended this

i need to make a interactive catalogue in cd to show around 10,000 products
i'm planning to make a xml file with the information of all the products
the xml will look like this

========
<node id="00201" name="productName" category="cat1" subCat="subCat1"
description="text text text" image="image.jpg" />
<node id="00202" name="productName" category="cat1" subCat="subCat1"
description="text text text" image="image.jpg" />
<node id="00203" name="productName" category="cat1" subCat="subCat1"
description="text text text" image="image.jpg" />
<node id="00204" name="productName" category="cat1" subCat="subCat1"
description="text text text" image="image.jpg" />
========

is this recomendable?
or what u recomend?

thanks




<node id="00201" name="productName" category="cat1" subCat="subCat1"
description="text text text" image="image.jpg" />
<node id="00202" name="productName" category="cat1" subCat="subCat1"
description="text text text" image="image.jpg" />
<node id="00203" name="productName" category="cat1" subCat="subCat1"
description="text text text" image="image.jpg" />
<node id="00204" name="productName" category="cat1" subCat="subCat1"
description="text text text" image="image.jpg" />
Pilipo
1/25/2005 5:47:28 PM
If you try to load 10,000 xml records into Flash, you will choke it to
death!!!! If you have no db, then best option is to break up the XML into files
by category or sub-cat. Whatever gets the filesize down.
pedromario
1/25/2005 5:53:01 PM
thanks
thats what i'll made
AddThis Social Bookmark Button