Now that we have a graphic for the Pocket PC,
it is simple to screen a Flash movie which can be used to
display other movies. The movie on the right-hand side is
an example of this. For this the graphic is placed on the
upper most layer, and a blank movie is placed on a lower layer
(it is indentified with a small circle in the graphic below):
The code added to the button on the movie is then:
on
(release)
{
mov._visible=false;
// mov.unloadMovie;
movie_number = movie_number+1;
if (movie_number>max_movie_number-1) movie_number=0;