Sets a YouTube video as a background-

 

slSetYouTube

Purpose:

Loads a YouTube Video inside an IFrame

Category:

YouTube Loader

Syntax:

slSetYouTube "containerId" "videoId" startSecond endSecond loop autoplay controls

 

containerId

Select a iFrame object from your App

videoId

YouTube Video Id. ie: LSmgKRx5pBo

startSecond

Start Second

endSecond

End Second (-1 for end)

loop

Loop

autoplay

Autoplay

controls

Show controls

 

slSetVimeo

Purpose:

Loads a Vimeo Video inside an IFrame

Category:

YouTube Loader

Syntax:

slSetVimeo "containerId" "videoId" "startSecond" "thecolor" loop autoplay

 

containerId

Select a iFrame object from your App

videoId

Vimeo Video Id. ie: 132298110

startSecond

Init Time ie: 2m23s (or left empty for start at 0)

thecolor

Bar color ie: ff0000 (do not put #)

loop

Loop

autoplay

Autoplay

 

slSetYouTubeBG

Purpose:

Loads a YouTube Video inside a Container Background

Category:

YouTube Loader

Syntax:

slSetYouTubeBG "containerId" "videoId" startSecond endSecond mute repeat autoplay

 

containerId

Select a Container Object from your App

videoId

YouTube Video Id. ie: LSmgKRx5pBo

startSecond

Start Second

endSecond

End Second

mute

Mute

repeat

Loop

autoplay

Autoplay

 

slPauseYouTubeBG

Purpose:

Pause a YouTube Video inside a Container Background

Category:

YouTube Loader

Syntax:

slPauseYouTubeBG "containerId"

 

containerId

Select a Container Object from your App

 

slPlayYouTubeBG

Purpose:

Plays a YouTube Video inside a Container Background

Category:

YouTube Loader

Syntax:

slPlayYouTubeBG "containerId"

 

containerId

Select a Container Object from your App

 

slStopYouTubeBG

Purpose:

Stops a YouTube Video inside a Container Background

Category:

YouTube Loader

Syntax:

slStopYouTubeBG "containerId"

 

containerId

Select a Container Object from your App

 

slSeekYouTubeBG

Purpose:

Seeks a second into a YouTube Video inside a Container Background

Category:

YouTube Loader

Syntax:

slSeekYouTubeBG "containerId" seconds

 

containerId

Select a Container Object from your App

seconds

Seconds to seek video

 

slMuteYouTubeBG

Purpose:

Mutes a YouTube Video inside a Container Background

Category:

YouTube Loader

Syntax:

slMuteYouTubeBG "containerId"

 

containerId

Select a Container Object from your App

 

slUnMuteYouTubeBG

Purpose:

UnMutes a YouTube Video inside a Container Background

Category:

YouTube Loader

Syntax:

slUnMuteYouTubeBG "containerId"

 

containerId

Select a Container Object from your App

 

slAutoStopYouTubeBG

Category:

YouTube Loader

Syntax:

slAutoStopYouTubeBG "containerId"

 

containerId

Select a Container Object from your App