Flex mobile image preloader queuing method

Asked By 0 points N/A Posted on -
qa-featured

 

Hi Techyv,

Flex mobile image pre-loader uses a cache to store the images to be viewed and how do the images switch from the current image to view to the next image in the cache queue? Is it implemented using arrays where they are chosen and indexed when clicked?

 

SHARE
Answered By 0 points N/A #184531

Flex mobile image preloader queuing method

qa-featured

 

Honestly about arrays I am not sure but I think pre-loaders work easily with flash. Flash animations are done using adobe flash software which has a built in loader and progress bar that  executes a pre-loader component. Example of a code that executes this is as follows;

If (_root_framesload>=_root_totalframes) { gotoAndPlay ("scene2", 1);  }

This code loops the pre-loader over and over thus a flash movie of different pictures show in a given time.

You can get flash tutorials here- http://www.flashkit.com/tutorials/

 

Related Questions