我在我的gwt.xml中添加了零代码
<inherits name="org.miller.gwt.Sound"></inherits>然后将'gwt-sound.jar‘添加到我的项目中。
但是当我要运行它时,它显示为零错误:
Loading modules
mysound.TestSound
Loading inherited module 'org.miller.gwt.Sound'
[WARN] Injected scripts no longer use an associated JavaScript block; ignoring.有没有人可以使用这个库(gwt-sound)?
发布于 2012-05-06 03:28:24
查看https://github.com/rcaloras/gwt-soundmanager2
Gwt-sound已经过时了,并且不能开箱即用。Gwt-SoundManager2是gwt-sound的最新分支,已经更新并得到了很好的支持。
https://stackoverflow.com/questions/6667276
复制相似问题