Skip to content

Commit 4fa1036

Browse files
committed
Remove commented-out snippet reference
1 parent 194265d commit 4fa1036

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

windows.ui.xaml.controls/mediaelement_playtopreferredsourceuri.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ A forward slash ("/") is appended to the Uniform Resource Identifier (URI) strin
3131
## -examples
3232
Here is some code that shows how to set up Play To by reference.
3333

34-
<!--<snippet type="code" devlang="html" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><![CDATA[<video src="http://www.contoso.com/videos/video.mp4"
35-
msPlayToPreferredSourceUri="http://www.contoso.com/catalogid=1234" /> ]]></snippet><snippet type="code" devlang="jscript"><![CDATA[var video = document.createElement('video');
36-
document.body.appendChild(video);
37-
38-
video.src = "http://www.contoso.com/videos/video.mp4";
39-
video.msPlayToPreferredSourceUri = "http://www.contoso.com/catalogid=1234";]]></snippet> -->
40-
4134
```xaml
4235
<MediaElement Source="http://www.contoso.com/videos/video.mp4"
4336
PlayToPreferredSourceUri="http://www.contoso.com/catalogid=1234">

0 commit comments

Comments
 (0)