PDA

View Full Version : Scrollpane - Takes much time to load Image


Usha.S
07-19-2006, 11:57 AM
Hi All,

I have used Scrollpane to load JPG Images. While accessing in LAN it works fine and shows images very quickly even upto 4MB.

When I hosted it into the webserver even after it receives the path it takes nearly 1.5 mins to show the Image of size 4MB. But it doesnt take much time for small size images.

Is there any way to reduce this time ? Please give me some general idea about upload/load time over the net.

Thanks & Regards,
Usha

arulprasad
07-24-2006, 12:15 PM
The only way you can reduce the tiime is by reducing the sizes of ur images. There isnt much that you can do to speed up the image download speed on the Flash player. Keeping your content light is the only way out!

May be u can use a preloader to display the amount of download that has happened so far. You can use the 'getBytesLoaded' and 'getBytesTotal' methods to achieve this.

~Arul Prasad

Is there any way to reduce this time ? Please give me some general idea about upload/load time over the net.

Thanks & Regards,
Usha