id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	thread
1143	Callbacks are not being made in FF	zach	zach	"FF for Windows isn't calling back the following:

{{{
		var player;
		function playerReady(obj) {
			alert('the videoplayer '+obj['id']+' has been instantiated');
 
			player = document.getElementById(obj['id']);
			var string;
			for (itm in player){
				 if (itm.indexOf(""Listener"") != -1) string += itm+'\n';
			}
			alert(string);
			player.addModelListener(""TIME"", ""stopPlayer"");
		};
 
		function stopPlayer(obj) {
			if (obj['position'] > 5){
				player.sendEvent('STOP');
				if (confirm(""Not a member yet? Get a FREE account to be able to watch the full video!"")) {
					document.location=""http://usurg.eu/yousurg/index.php?option=com_chronocontact&chronoformname=usertype"";
				}
				else {
					document.location=""http://usurg.eu/yousurg/"";
				}
			}
		}}}}

"	bug	closed		Player 5.5	flash	worksforme			http://www.longtailvideo.com/support/forums/jw-player/javascript-interaction/15302/methods-not-available-for-player-object
