Project Description:
Modify Flash code that plays a series of images (JPG) or videos (FLV/F4V) as defined in an xml file.
This code works as required on Linux (Ubuntu 10.4) and Android (4.1), except that on a lower-powered Android device there is a pause (blank screen) while loading a video before running. This code needs to be modified so that the transition from one content file to another is seamless (e.g. by pre-loading content) and without pause (i.e. a following video plays immediately after the completion of the prior video or image without any pause or intermediate image or blank screen) . Sample existing source code is attached.
Other than this change all functionality should continue to function as it currently does.