开发者

Gwt Sound doesn't work?

开发者 https://www.devze.com 2023-03-19 12:52 出处:网络
I added zero code to my gwt.xml <inherits name=\"org.miller.gwt.Sound\"></inherits> 开发者_开发技巧and then added \'gwt-sound.jar\' to my project.

I added zero code to my gwt.xml

<inherits name="org.miller.gwt.Sound"></inherits>

开发者_开发技巧and then added 'gwt-sound.jar' to my project.

But when I'm going to run it, it shows zero error :

Loading modules
mysound.TestSound
  Loading inherited module 'org.miller.gwt.Sound'
     [WARN] Injected scripts no longer use an associated JavaScript block; ignoring.

Has anyone ever could use this library (gwt-sound)?


Check out https://github.com/rcaloras/gwt-soundmanager2

Gwt-sound is dated, and doesn't work quite out of the box. Gwt-SoundManager2 is a recent fork of gwt-sound that is updated and well supported.

0

精彩评论

暂无评论...
验证码 换一张
取 消