Ticket #217 (closed bug: worksforme)
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
Note: See
TracTickets for help on using
tickets.

Will fix in the 2.0 release...