xml speed question
xml speed question
- Started
- Last post
- 2 Responses
- versa
before i test, maybe someone can just answer quicker
if i build a flash gallery that loads jpgs in from urls stated inside xml files, will i notice a substantially longer load time for them if the relative path structure is longer ?
thanks !
- unfittoprint0
don't think so. In fact since you centralize any type of info to the XML tree structure regarding your pictures (title, description, width, height?) overall you're gaining time.
You may want to load 1 by 1 (if they're big enough and not thumbnails), checking if image0 is loaded and the proceding to image1, etc... and informing the user of the overall loading status.
- versa0
thx