Skip to content
Batyah Rubin edited this page Jan 2, 2023 · 8 revisions

Attention: A new generation of XMPL is now available. See XMPL-NG.

In order to use an ADOR in a video tag add ng-if and ng-src with | xmpTrustUrl as shown in this example:

<video width="700" height="381" controls autoplay ng-if="xmp.r['VideoLink']" >

<source type="video/mp4" ng-src="{{xmp.r['VideoLink'] | xmpTrustUrl}}"/>

</video>

Clone this wiki locally