id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	thread
217	loading fix - no duration.	jeroen		"Tom have pointed out that under the right (wrong) circumstances the WMV player will give errors when reinstantiated...

please see this thread for details - http://www.jeroenwijering.com/?thread=12144

03.08.2008
andersen
wrapping the following two lines in a try-catch statement seem to workaround the problem without sideeffects
timeChanged: function() { 
try { var pos = Math.round(this.video.Position.Seconds*10)/10;
this.view.onTime(pos,this.configuration['duration']); } catch(err) { }
}

"	bug	closed		Silverlight 1.1		worksforme			
