246247248249250251252253254255256
/** * Loop the movie. */ public void loop() { GSMovie movie = getMovie(); movie.loop(); } /** * No looping.