Lines Matching refs:sm

403   var sm = oSM;
406 this.options = sm._mergeObjects(oOptions);
439 var thisOptions = sm._mergeObjects(oOptions);
442 sm._writeDebug('loading '+thisOptions.url);
443sm.o._load(self.sID,thisOptions.url,thisOptions.stream,thisOptions.autoPlay,thisOptions.whileloadi…
445 sm._writeDebug('SMSound().load(): JS->Flash communication failed.');
451 sm._writeDebug('SMSound().unload()');
453 sm.o._unload(self.sID,s5Path+'ui/audio_support/null.mp3');
467 var thisOptions = sm._mergeObjects(oOptions);
472 sm._writeDebug('SMSound.play(): "'+self.sID+'" already playing? (one-shot)');
475 sm._writeDebug('SMSound.play(): "'+self.sID+'" already playing (multi-shot)');
480sm._writeDebug('SMSound.play(): .play() before load request. Attempting to load "'+self.sID+'"');
488 sm._writeDebug('SMSound.play(): Could not load "'+self.sID+'" - exiting');
491 sm._writeDebug('SMSound.play(): "'+self.sID+'" is loading - attempting to play..');
494 sm._writeDebug('SMSound.play(): "'+self.sID+'"');
505 sm._writeDebug('starting sound '+self.sID);
506sm.o._start(self.sID,thisOptions.loop||1,self.position); // TODO: verify !autoPlay doesn't cause i…
517 if (sm.defaultOptions.onstop) sm.defaultOptions.onstop.apply(self);
518 sm.o._stop(self.sID);
524sm.o._setPosition(self.sID,nMsecOffset/1000,self.paused||!self.playState); // if paused or not pla…
529 sm._writeDebug('SMSound.pause()');
531 sm.o._pause(self.sID);
536 sm._writeDebug('SMSound.resume()');
538 sm.o._pause(self.sID); // flash method is toggle-based (pause/resume)
543 sm._writeDebug('SMSound.togglePause()');
550 sm._writeDebug('SMSound.togglePause(): resuming..');
553 sm._writeDebug('SMSound.togglePause(): pausing..');
560 sm.o._setPan(self.sID,nPan);
566 sm.o._setVolume(self.sID,nVol);
584 sm._writeDebug('SMSound()._onid3(): "'+this.sID+'" ID3 data received.');
590 self.id3 = sm._mergeObjects(self.id3,oData);
600sm._writeDebug('duration-position <= onbeforefinishtime: '+self.duration+' - '+self.position+' …
608sm._writeDebug('SMSound._onload(): "'+self.sID+'"'+(bSuccess?' loaded.':' failed to load (or loade…
633 sm._writeDebug('SMSound._onfinish(): "'+self.sID+'" finished playing');