Go to the documentation of this file.00001
00002 @interface CPSound : CPObject
00003 {
00004 CPString _name
00005 id _delegate
00006
00007 BOOL _playRequestBeforeLoad;
00008 HTMLAudioElement _audioTag;
00009 int _loadStatus;
00010 int _playBackStatus;
00011 }
00012 @end