Capítulo 964 de 988

Chapter 964: Embedding a <Player> into an <iframe>

Core Idea

:::info Credit to @marcusstenbeck for creating this snippet.

Key Concepts

  • See also

Code Examples

- import { Player } from '@remotion/player';
+ import { IframePlayer } from 'path/to/IframePlayer';

- <Player {/* ... */} />
+ <IframePlayer {/* ... */} />
  • What it demonstrates: Usage pattern for Embedding a <Player> into an <iframe> from the official docs.

Key Takeaways

  1. Understand see also when working with Embedding a <Player> into an <iframe>.

Connects To

  • 4 0 Alpha: related page in the Miscellaneous (Core) section.
  • ai: related page in the Miscellaneous (Core) section.
  • Animated Emoji: related page in the Miscellaneous (Core) section.