File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,13 +31,6 @@ A forward slash ("/") is appended to the Uniform Resource Identifier (URI) strin
3131## -examples
3232Here 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" >
You can’t perform that action at this time.
0 commit comments