| Contents |
|
| Vimeo | XML |
YouTube
Add YouTube videos to your HTML movies. Set a default video or set the video using buttons and script.
Properties
| Video ID • The 'Video ID' of the YouTube video. For example, for the page http://www.youtube.com/watch?v=PSs-aXeNKzQ the 'Video ID' would be PSs-aXeNKzQ. |
| Loop • When the video has finished playing it will start again. This feature may not be available on mobile devices. |
| Auto Play • The video will automatically start playing. This feature may not be available on mobile devices. |
| Show Controls • Show the YouTube video controls. |
Script
|
Open YouTube
• Open a YouTube video. You must set a 'Script ID' value for the YouTube video in the timeline.
OpenYouTube("Script ID","Video ID",Loop:Boolean,AutoPlay:Boolean,ShowControls:Boolean); |
|
Close YouTube
• Close a YouTube video. You must set a 'Script ID' value for the YouTube video in the timeline.
CloseYouTube("Script ID"); |
| Vimeo | XML |