I have got a silverlight application which basically plays videos among other things, as is portrayed below (Silverlight 3):
<Grid x:Name="LayoutRoot" Background="White">
<MediaElement AutoPlay="True" Source="World.wmv" />
</Grid>
But, when I 'screencast' it, using Microsoft Expression Encoder 3 Screen Capture the output video is jagged, and seems like it is recorded at a very low frame rate, while when I 'screencast' a site (for example) one made by the 'Job Output' of Microsoft Expression Encoder 3, it records and plays back at a normal frame rate. Both of the recordings are done with the same settings with the only difference being the code, and work perfectly when viewed in IE8, so I was wondering if there is a property in Silverlight that you need to set, change, etc. that it the Silverlight application gets 'screen casted' correctly.
Thank you,
Update Else, is there a way in which you can export a silverlight page to a video file, or similar?