-
Notifications
You must be signed in to change notification settings - Fork 13
Video
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>
You're currently viewing XMPL V3. Alternatively, go to XMPL V5 beta.
New!! Take a look at XMPL V5 Beta