Skip to main content

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

  1. Note the UUID of the video content to be displayed, and your Arc XP Org ID

  2. Modify the following <amp-iframe> to specifying your org ID and the content uuid:

<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.