Every thing is packed in war file. I've changed the MIME type to Basic,
wav...nothing. Could it be something with the wav file itself?  audio
format, Hz?
I just want to play simple sound on button click, didn't know that this will
be so hard with this lib or i'm missing something....

On Thu, Aug 12, 2010 at 11:12 AM, cokol <[email protected]> wrote:

> maybe IE just worries about security? and it would help if you add
> your url to trusted sites or maybe IE doesnt allow XSS so make sure
> the wav file reside on same origin host where the HTML code comes from
>
> On 12 Aug., 10:06, mariyan nenchev <[email protected]> wrote:
> > Could someone answer me please?
> >
> > On Wed, Aug 11, 2010 at 1:15 PM, mariyan nenchev
> > <[email protected]>wrote:
> >
> >
> >
> > > 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
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