Hello
I am creating an online presentation. It consist of few
modules say A, B, C, D, E, etc... As per this modules I have
created individual files. Now I want here that this SWF's should
play in sequence one after another starting from A. This would be
linear. But after playing all the files I have got the navigation
buttons of this modules to play particular files on clicking any of
the related button. If I clicked Button A it should play A movie
and so on. Here I am using XML to store the files names to create
an Array and get the length of total number of files that I want to
load. I have done it using listener. Below is my code. It is
working, but not as what I am expecting. I want to load the files
as follows:
A movie loads and start playing simultaneously the B movie is
loading in background then at end of A Movie B Movie starts playing
and simultaneously C movie is loading in background and so on.
Here goes my code below: