Hello guys, I am trying to start using the gwt-voices in my GWT
project. To start I tried the example:

SoundController soundController = new SoundController();
           Sound sound = soundController.createSound
(Sound.MIME_TYPE_AUDIO_MPEG,
               "file:///home/alexei/teste.mp3");

            sound.play();

But the mp3 never plays

My Sound object is like:

OBJECT("audio/mpeg", "file:///home/alexei/teste.mp3", not streaming)
and its loadState property is: LOAD_STATE_NOT_SUPPORTED

Dos anybody could give me a little help please?

Thanks in advance

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to