Ticket #217 (closed bug: worksforme)

Opened 5 years ago

Last modified 5 years ago

loading fix - no duration.

Reported by: jeroen Owned by:
Priority: Milestone: Silverlight 1.1
Component: Keywords:
Cc: Forum thread:

Description

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.configurationduration?); } catch(err) { } }

Change History

comment:1 Changed 5 years ago by jeroen

  • Status changed from new to closed
  • Resolution set to worksforme

Will fix in the 2.0 release...

comment:2 Changed 5 years ago by jeroen

  • Milestone changed from Silverlight 1.2 to Silverlight 2.0

Milestone Silverlight 1.2 deleted

comment:3 Changed 5 years ago by jeroen

  • Milestone changed from Silverlight 2.0 to Silverlight 1.1
Note: See TracTickets for help on using tickets.