SoundController soundController = new SoundController();
Sound sound =
soundController.createSound(Sound.MIME_TYPE_AUDIO_MPEG,
"url/to/your/sound/file.mp3");
sound.play();
Iam not able to import sound and soundcontroller.What should I do for
that??
--
You received this message because you are subscribed to the Google Groups "gwt-voices" group.
To post to this group, send email to gwt-v...@googlegroups.com.
To unsubscribe from this group, send email to gwt-voices+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gwt-voices?hl=en.