Changeset [a2b6585c0dd036c75044c540c0127b50e7eabe49] by Antoine Mercadal
August 20th, 2011 @ 06:48 AM
CPSound support play while loading
This patch allow to send 'play' message before
the sound is actually loaded (by remembering the play request
and playing the sound when loaded if needed)
this allow to do:
`objj var sound = [[CPSound alloc]
initWithContentsOfURL:aSoundURL byReference:NO]; [sound
play];
`
https://github.com/280north/cappuccino/commit/a2b6585c0dd036c75044c...
Committed by Antoine Mercadal
- M AppKit/CPSound.j
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.