238239240241242243244245246247248
/** * Stop. */ public void stop() { GSMovie movie = getMovie(); movie.stop(); } /** * Loop the movie. */