Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To embed the player, you will need to call the additional scripts of amp-video-iframe script. And the and amp-video-docking script:

Code Block
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-video-iframe" src="https://cdn.ampproject.org/v0/amp-video-iframe-0.1.js"></script>
<script async custom-element="amp-video-docking" src="https://cdn.ampproject.org/v0/amp-video-docking-0.1.js"></script>

...