Hi, I need to play simple wav file with gwt voices. But i have problem (may be with plugins)...
Here is what i do: // construct sound final SoundController sc = new SoundController(); sound = sc.createSound(Sound.MIME_TYPE_AUDIO_BASIC, ServiceUtils.getClientResource().cue().getUrl()); // onClick() sound.play(); I've installed Qucktime (manually) and it works there. But in IE 7/8 it does not play the sound. Any ideas? Please help. Regards. -- 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.
