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]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
