> ## Documentation Index
> Fetch the complete documentation index at: https://rive-ue-supported-platforms-20260610-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Exporting for Runtime

export const YouTube = ({id, timestamp}) => {
  const videoSrc = timestamp ? `https://www.youtube.com/embed/${id}?start=${timestamp}` : `https://www.youtube.com/embed/${id}`;
  return <iframe width="100%" height="400" src={videoSrc} title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen />;
};

<Note>Exporting for runtime is available on paid plans. [Learn more about our plans and pricing](https://rive.app/pricing?utm_source=docs\&utm_medium=content).</Note>

<YouTube id="H_px35jTqhg" />

To export a file for runtime, select the blue export action on the right-hand side of the toolbar or navigate to `Export` > `For runtime` via the left-hand toolbar menu. You can load the exported `.riv` file into your app, game, or website via any of our [open source runtimes](/runtimes/).

<img src="https://mintcdn.com/rive-ue-supported-platforms-20260610-update/_9NrJtTypaUxWRtr/images/editor/exporting/94fc0d7c-cc7e-4b17-a6f7-0a00c98db70e.webp?fit=max&auto=format&n=_9NrJtTypaUxWRtr&q=85&s=d966627079824c947d7257a2eb90434b" alt="Image" width="4328" height="2774" data-path="images/editor/exporting/94fc0d7c-cc7e-4b17-a6f7-0a00c98db70e.webp" />
