229230231232233234235236237238239
/** * Play. */ public void play() { GSMovie movie = getMovie(); movie.play(); } /** * Stop.