How to load Video Player in AMP
Summary
The following code can be modified to load the video player in amp by specifying the org and UUID to retrieve and load the desired content within the player.
Procedure
Note the UUID of the video content to be displayed, and your Arc XP Org ID
Modify the following
<amp-iframe>
to specifying yourorg
ID and the contentuuid
:
<amp-iframe layout="responsive" src="https://d1bl11pgu3tw3h.cloudfront.net/prod/powaEmbed.html?org=[org]&uuid=[content UUID]" width="800" height="600" sandbox="allow-scripts allow-same-origin allow-popups" scrolling="no" allowfullscreen> </amp-iframe>
Note
The source URL shown above points to Arc XP's exposed player, which holds the required markup to load the player and resource.