<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Display video in interface</title><link>https://community.appian.com/discussions/f/new-to-appian/19584/display-video-in-interface</link><description>Hi I&amp;#39;m doing interface with the video component. I use the component videofield with webfield function and the video doesn&amp;#39;t run. The video is in Appian Documental Manager and I have administrator permission. My code is: 
 to! videoField ( tag: &amp;quot;Video</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Display video in interface</title><link>https://community.appian.com/thread/76544?ContentTypeID=1</link><pubDate>Fri, 18 Sep 2020 06:09:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0554b226-e40c-4451-b3d4-e3118a5eeb1b</guid><dc:creator>mariaestj213065</dc:creator><description>&lt;p&gt;Thanks Alex.&lt;/p&gt;
&lt;p&gt;It work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display video in interface</title><link>https://community.appian.com/thread/76534?ContentTypeID=1</link><pubDate>Thu, 17 Sep 2020 16:45:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:431117ee-95f3-4dfc-96b5-58a3d56d3cd1</guid><dc:creator>alex.ladue</dc:creator><description>&lt;p&gt;Ah yes - I forgot that was new in 20.3. Is your doc url structured like this:&amp;nbsp;&lt;a href="https://XXX.appiancloud.comt/suite/doc/3204"&gt;&amp;quot;https://XXX.appiancloud.com/suite/doc/3204&amp;quot;&lt;/a&gt;&amp;nbsp;? This appears to be working for me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display video in interface</title><link>https://community.appian.com/thread/76532?ContentTypeID=1</link><pubDate>Thu, 17 Sep 2020 16:00:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9c000a26-735d-448f-b770-d12700c03cb5</guid><dc:creator>mariaestj213065</dc:creator><description>&lt;p&gt;Thanks Alex,&lt;br /&gt;But my domain is old version.:(&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display video in interface</title><link>https://community.appian.com/thread/76528?ContentTypeID=1</link><pubDate>Thu, 17 Sep 2020 15:36:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:609ea943-3d23-4359-83d0-7e170b00ebbd</guid><dc:creator>alex.ladue</dc:creator><description>&lt;p&gt;Hey Maria - I&amp;#39;m not sure if something happened with the code you pasted here, but the domains appear to be wrong for the functions.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Assuming that was just a copy/paste issue, how are you getting the url&amp;nbsp;for the document? Maybe something is wrong with that.&lt;/p&gt;
&lt;p&gt;This expression works for me:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!videoField (
  videos: {
    a!webVideo (source: document(3448, &amp;quot;url&amp;quot;))
  }
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This uses the document functions to get the URL. You can pass the relevant documentID to get the URL.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>