No announcements
Found 2748857 threads
-
1 Votes
How to set source of MediaElement?
You can change IsLooping after setting the source.Answered | 4 Replies | 1871 Views | Created by Franz_Justin - Monday, October 8, 2012 1:57 AM | Last reply by Franz_Justin - Monday, October 8, 2012 3:43 PM -
0 Votes
Setting a MediaElement's Source to an InMemoryRandomAccessStream
Setting the MediaElement's source to null, clearing it, removing it from the LayoutRoot do not fix the issue.Answered | 3 Replies | 4291 Views | Created by Alex Schearer - Saturday, May 19, 2012 6:51 PM | Last reply by Alex Schearer - Tuesday, May 22, 2012 12:07 AM -
1 Votes
mediaElement source URI binding not working
What we need to do is to copy the graphicFile to the LocalFolder, after that it should work: StorageFolder LocalFolder = ...Answered | 3 Replies | 1315 Views | Created by LazyCodingGuy - Friday, October 16, 2015 7:29 AM | Last reply by Amy Peng - Wednesday, October 21, 2015 6:30 AM -
0 Votes
Setting the source of MediaElement to InMemoryRandomAccessStream not working
It works from a FileRandomAccessStream, but bit for bit the same stream from an InMemoryRandomAccessStream fails with the indicated error.Unanswered | 5 Replies | 2294 Views | Created by HaiderSahib - Tuesday, March 12, 2013 5:37 PM | Last reply by HaiderSahib - Thursday, May 16, 2013 5:21 PM -
1 Votes
is the SetSource of MediaElement Different from Source?
>My question is "is the SetSource method setting a difference Source other than the public Source property?Answered | 1 Replies | 529 Views | Created by LazyCodingGuy - Monday, October 19, 2015 8:24 AM | Last reply by Magnus (MM8) - Monday, October 19, 2015 1:18 PM -
0 Votes
[U8.1]IUriToStreamResolver and an InMemoryRandomAccessStream
If I wrap it as you described, it is working, thank you.Answered | 5 Replies | 990 Views | Created by EdocDeveloper - Tuesday, July 28, 2015 8:40 AM | Last reply by EdocDeveloper - Thursday, August 6, 2015 11:29 AM -
0 Votes
Trouble with MediaElement (setting source, play, stop, etc...)
I would also subscribe to the MediaFailed event for the MediaElement.Answered | 6 Replies | 1081 Views | Created by Jeremy_SRITS - Wednesday, November 26, 2014 7:36 PM | Last reply by Jeremy_SRITS - Tuesday, December 2, 2014 2:23 PM -
0 Votes
How to convert BitmapImage to InMemoryRandomAccessStream
How can I convert my BitmapImage to an InMemoryRandomAccessStream so I can pass it to the BitmapDecoder?Answered | 1 Replies | 2036 Views | Created by OasisLiveForever - Saturday, October 20, 2012 5:33 AM | Last reply by Can Bilgin - Saturday, October 20, 2012 7:10 AM -
0 Votes
Play video in directx via SetSourceFromByteStream in an IMFMediaEngineEx using InMemoryRandomAccessStream
There is no way to create a buffered network sink without writing a custom source component and registering a new protocol handler.Answered | 3 Replies | 2914 Views | Created by helderribeiro - Thursday, August 23, 2012 2:46 PM | Last reply by James Dailey - MSFT - Tuesday, August 28, 2012 9:33 PM -
1 Votes
mediaelement
i try it to replace video.flv with video.mp4, but not is work ....???Answered | 7 Replies | 863 Views | Created by rasha assi - Thursday, November 14, 2013 6:33 PM | Last reply by rasha assi - Thursday, November 14, 2013 9:08 PM -
1 Votes
Can MediaElement not Load a Source from another Assembly??
I suppose that would work as long as the movie files are small; otherwise, won't you have a good time lag while the movie file is being copied?Answered | 4 Replies | 7198 Views | Created by EeeeEfff - Tuesday, August 18, 2009 12:55 AM | Last reply by EeeeEfff - Tuesday, August 18, 2009 4:13 PM -
0 Votes
Seek is not working with MediaElement player control
"If you are not sure of the current media source loaded as MediaElement.Source, always check CanSeek first.Answered | 1 Replies | 601 Views | Created by Sagar.Shinde123 - Wednesday, April 13, 2016 2:00 PM | Last reply by Krunal Parekh - Thursday, April 14, 2016 6:29 AM -
0 Votes
chacheoption for mediaelement
I am not sure if your MediaElement is in an UserControl or not. but whatever the case you can set the UserControl or Control to IsEnabled=false, which in turn will trigger the Event ...Answered | 4 Replies | 5125 Views | Created by marck68 - Thursday, January 8, 2009 1:15 PM | Last reply by mcc77 - Wednesday, May 2, 2012 3:21 PM -
1 Votes
[WP8.1] MediaElement mp3 streaming not working
Hi everybody, I was trying to update my app from a Windows Phone 8 to a Windows Universal app and I can't manage to get the MediaElement to work on the WP ...Answered | 1 Replies | 971 Views | Created by Nahuel Guidotti - Friday, May 1, 2015 8:45 AM | Last reply by James Dailey - MSFT - Friday, May 1, 2015 5:24 PM -
0 Votes
Change Source of MediaElement and Image in Runtime Using VB Code
You need to load the new file into a StorageFile, open it for reading, and then set that stream on the MediaElement.SetSource.Answered | 1 Replies | 1231 Views | Created by Miho Mihov - Monday, June 16, 2014 12:08 AM | Last reply by Rob Caplan [MSFT] - Monday, June 16, 2014 12:45 AM -
0 Votes
Getting presentation clock in MediaElement with custom source
Hello, I don't know any way to get the underlying clock of the session manager from the context of a custom source.Answered | 1 Replies | 1847 Views | Created by ronhab - Wednesday, July 17, 2013 12:22 PM | Last reply by James Dailey - MSFT - Tuesday, July 30, 2013 12:00 AM -
1 Votes
[UWP][MediaElement]Media Element Settings
>The answer in link above did not work for me.Answered | 3 Replies | 1657 Views | Created by J.Wisniewski - Friday, November 27, 2015 4:26 PM | Last reply by Barry Wang - Tuesday, December 1, 2015 12:48 PM -
2 Votes
MediaElement MediaEnded event not firing
Thankyou works.Answered | 2 Replies | 2008 Views | Created by GrayFox.NZ - Sunday, November 20, 2016 1:27 AM | Last reply by GrayFox.NZ - Tuesday, November 22, 2016 6:42 AM -
0 Votes
How to work with MediaElement in MVVM architecture
Hello All, I have an application which follow MVVM architecture pattern, I need to use mediaelement to play a video on the wpf screen.Answered | 1 Replies | 4642 Views | Created by Vinaya Kumar - Thursday, July 17, 2014 2:24 PM | Last reply by Andy ONeill - Thursday, July 17, 2014 3:01 PM -
0 Votes
wpf how to remove item from listbox without sourced item of mediaelement
>How to remove item from listbox without sourced item of mediaelement??Answered | 2 Replies | 631 Views | Created by Sabbir0186 - Wednesday, August 24, 2016 6:27 PM | Last reply by Magnus (MM8) - Thursday, August 25, 2016 5:54 PM - Items 1 to 20 of 2748857 Next ›
No announcements