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" />
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.
thanks thats what i'll made
Don't see what you're looking for? Try a search.
|