首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > GWT包装声音经理2

GWT包装声音经理2

  • 资源大小:104.90 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: GWT 声音 包装 经理

资 源 简 介

After reviewing a few flash->javascript api"s I decided this was one of the better implementations. This project attempts to wrap the javascript api using GWT. Resource: http://www.schillmania.com/projects/soundmanager2/ javadocs: http://gwt-sound.googlecode.com/svn/trunk/gwt-sound/docs/index.html Quick Start 1.) Add to your .gwt.xml 2.) Reference the jar file in your projects classpath 3.) Example final String SOUND_ID = "soundID"; SoundManager sm = SoundManager.getInstance(); sm.createSound(SOUND_ID, "sound/Mist.mp3"); sm.play(SOUND_ID); sm.destroySound(SOUND_ID);

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.224006s