Skip to main content
Home Forums Silverlight Programming Programming with JavaScript 'seekTo' Method?
1 replies. Latest Post by mseredynski on May 14, 2007.
(0)
Joobson
Member
0 points
1 Posts
05-10-2007 5:38 AM |
Is there an equivalent to HTML+TIMEs 'seekTo' Method to synchronise to a point on the timeline? All I've spotted is object.begin(), object.pause(), object.resume(), and object.stop() to interact with the storyboard timeline.
Thanks in advance for any help.
J.
mseredynski
8 points
7 Posts
05-14-2007 10:23 AM |
You can achieve the same effect using the Position property of MediaElement.