speed up loading time of referenced imgs...

Christian Langers christian.langers at education.lu
Fri Jan 6 13:21:18 EST 2006


Hello all,

does anybody know how to speed up this process ?

in my cd script i have these lines (among others)...


(tags for Marielle ;-)  )

<code type="xtalk">
repeat with i=1 to 16
     put line i of gTempVar into tempBiller[i]
end repeat

show grp "wuart" with visual dissolve very fast

repeat with x=1 to 16
	set filename of img x of grp "fotos" to (gF_Path&tempBiller[x]&".jpg")
	set the thumbpos of scrollbar "ziel" of grp "wuart" to x
end repeat
</code>

The average size of the images (1075x780) are about 220 kb  and the  
referenced images have sizes as follows w=178,h=128



Thanks for any ideas,


Christian L.




More information about the use-livecode mailing list