I am currently usin开发者_如何学Gog the MediaElement with a custom source that is derived from MediaStreamSource. Is there anyway I can gain access to this object from the MediaElement? There is a Sou
I want to view a fullscreen video and thought this works lik开发者_如何学Pythone this: <Window x:Class=\"test.Overlay\"
I have a music blog (http://www.lowerfrequencies.com/) in which I have and embed Mediaelement.js audio file in every post. It works great and I have no complaints.
I want a simple progress bar and a time label that shows the current position of the movie. Google gave me a few examples using Javascript: I really don\'t want to do that. The key thing开发者_StackOv
I need to create a MediaEle开发者_如何学Cment that will keep playing when I navigate to different pages within my app. Any ideas on how to do this?I actually just found a solution. As so often before
When I set the position in a mediaelement is there any event or thing to check to see when it has开发者_运维知识库 reached that position?
Igave it a shot on WP7 forums @ MS and no one could help, so trying here. I cooked up a simple app,开发者_C百科 that has a button. Upon clicking, it plays a sound with the MediaElement control.When I
I have a Wcf that is reading and writing in a database, and then send the results to a silverlight web page
I\'m recording sound from microphone. Then I save PCM with wav header to isolated storage. Afterwards I play it using MediaElement. I want to have ability to pause the song but it\'s seems to be impos
I am attempting to retrieve metadata from a URLResource. The URLResource is not controlled by me, but passed into a function that I am using.