<youtube_medias>

One or more YouTube videos to play, defined within <media> tags.

Assets in multiple <media> tags will play in succession.

There should be no more than one set of <youtube_medias> tags per node.

The URL defined within the <file> tag must be the embed URL for the video. To obtain the embed URL, click the "Embed" button below the video on the YouTube site. The embed URL is in the value attribute within the param tag.

Child of: <node name="">
Parent of: <media>, <loop>

Examples:

<youtube_medias>
            <media>
                        <file>http://www.youtube.com/...</file>
            </media>
            <media>
                        <file>http://www.youtube.com/...</file>
            </media>
            <loop>YES</loop>
</youtube_medias>

To clear the media currently playing, use CLEAR as follows:

<youtube_medias>
            <media>
                        <file>CLEAR</file>
            </media>
</youtube_medias>