Lines Matching refs:_writeDebug
78 …self._writeDebug('soundManager.createSound(): "<a href="#" onclick="soundManager.play(\''+thisOpti…
80 self._writeDebug('sound '+thisOptions.id+' already defined - exiting');
110 self._writeDebug('soundController.play(): attempting to create "'+sID+'"');
129 self._writeDebug('soundManager.stop('+sID+')');
166 self._writeDebug('soundManager.setPolling('+bPolling+')');
174 …self._writeDebug('soundManager.disable(): Disabling all functions - future calls will return false…
186 self._writeDebug('"'+sID+'" is an invalid sound ID.');
222 …self._writeDebug('soundManager: JS->Flash communication failed. Possible causes: flash/browser …
223 …self._writeDebug('Verify that the movie path of <em>'+self.url+'</em> is correct (<a href="'+self.…
226 …self._writeDebug('Loading from local file system? (document.domain appears to be null, this locati…
227 …self._writeDebug('Possible security/domain restrictions ('+flashCPL+'), should work when served by…
267 self._writeDebug('-- SoundManager 2 Version '+self.version.substr(1)+' --');
268 …self._writeDebug('soundManager._createMovie(): trying to load <a href="'+smURL+'" title="Test this…
271 this._writeDebug = function(sText) { method in SoundManager
295 self._writeDebug('soundManager._debug(): sounds by id/url:');
297 self._writeDebug(self.sounds[self.soundIDs[i]].sID+' | '+self.sounds[self.soundIDs[i]].url);
312 self._writeDebug('soundManager.createMovie('+(sURL||'')+')');
327 … self._writeDebug('SoundManager(): Could not find object/embed element. Sound will be disabled.');
330 …self._writeDebug('SoundManager(): Got '+self.o.nodeName+' element ('+(self._didAppend?'created via…
337 …self._writeDebug('-- SoundManager 2 '+(self._disabled?'failed to load':'loaded')+' ('+(self._disab…
339 self._writeDebug('soundManager.initComplete(): calling soundManager.onerror()');
343 self._writeDebug('soundManager.initComplete(): calling soundManager.onload()');
349 self._writeDebug('soundManager.onload() threw an exception: '+e.message);
352 self._writeDebug('soundManager.onload() complete');
366 self._writeDebug('Flash ExternalInterface call (JS -> Flash) succeeded.');
367 …if (!self.allowPolling) self._writeDebug('Polling (whileloading/whileplaying support) is disabled.…
442 sm._writeDebug('loading '+thisOptions.url);
445 sm._writeDebug('SMSound().load(): JS->Flash communication failed.');
451 sm._writeDebug('SMSound().unload()');
472 sm._writeDebug('SMSound.play(): "'+self.sID+'" already playing? (one-shot)');
475 sm._writeDebug('SMSound.play(): "'+self.sID+'" already playing (multi-shot)');
480 … sm._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);
529 sm._writeDebug('SMSound.pause()');
536 sm._writeDebug('SMSound.resume()');
543 sm._writeDebug('SMSound.togglePause()');
550 sm._writeDebug('SMSound.togglePause(): resuming..');
553 sm._writeDebug('SMSound.togglePause(): pausing..');
584 sm._writeDebug('SMSound()._onid3(): "'+this.sID+'" ID3 data received.');
600 …sm._writeDebug('duration-position <= onbeforefinishtime: '+self.duration+' - '+self.position+' …
608 …sm._writeDebug('SMSound._onload(): "'+self.sID+'"'+(bSuccess?' loaded.':' failed to load (or loade…
626 soundManager._writeDebug('SMSound._onjustbeforefinish()');
633 sm._writeDebug('SMSound._onfinish(): "'+self.sID+'" finished playing');