View Full Version : Preload data from external script
bob_la_matraque
02-21-2005, 10:53 AM
Does anybody know how to preload data from a loadvar? Usually it takes a few seconds for data to appears, and it would look better if we could preload images and text...
Thanks in advance...
CyanBlue
02-21-2005, 02:57 PM
Howdy... :)
I don't think there is a way to do that except splitting the data in chunks and call that data several times instead of one big time... In other words, if you are loading 100 records via one LoadVars() call, make it 10 records with 10 multiple LoadVars...
bob_la_matraque
02-22-2005, 01:07 PM
Thx for the reply...
mgomez03
03-16-2006, 05:01 AM
i was wondering about this too. for the sake of looks, couldn't we sort of just "fake" it in a way? like have a movieclip with some loading animation appear when lvInstanceSend.sendAndLoad("something.php", lvInstanceReceive) and have the onLoad() handler remove the animation clip?
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.