Advanced Forum Search Results
-
I also have the same problem.
-
Script marker issues are supposed to be fixed in the RC candidate
http://blogs.msdn.com/mharsh/archive/2007/07/17/silverlight-v1-0-rc-is-almost-here.aspx
-
It appears that the marker and scriptcommand events do not work at all (progressive or streamed) when the silverlight object is running in the Firefox browser.
Firefox 2.0.0.3
Silverlight 1.1 Alpha
-
Silverlight Beta 1.0
MarkerReached event fires when video source is local (not streamed using mms protocol):
<MediaElement x:Name="media"
Canvas.Top="50"
MediaOpened="onMediaOpened"
MarkerReached="onMarkerReached" ...