Bugzilla – Bug 10887
Create methods on applet to manage sound on a per-applet basis
Last modified: 2010-05-06 15:47:34 UTC
Background info from forum post: http://forums.slimdevices.com/showthread.php?p=390032#post390032 **** The sound plaback methods are a bit in flux. For now (and going forward) you can get playback with the following: Framework:loadSound("invaders.explosion", "applets/Invaders/explosion.wav", 0) Framework:playSound("invaders.explosion") where "invaders.explosion" is a string handle to the sound. The handle name must be unique across the whole application, so be sure to name it sufficiently uniquely. In a future release there will be applet methods to simplify the namespace issue and to automatically free sounds when the applet is freed. ****
Tom is no longer available to us