Skip to content

Video Embed URL for AVideo

Daniel Neto edited this page Mar 3, 2022 · 10 revisions

The Video Embed URL

There are some options for the URL, all of them will run the same script

/videoEmbeded/(videos_id) I.E.: https://tutorials.avideo.com/videoEmbeded/78

OR

/videoEmbed/(videos_id) I.E.: https://tutorials.avideo.com/videoEmbed/78

OR

/vEmbed/(videos_id) I.E.: https://tutorials.avideo.com/vEmbed/78

Parameters

The embed URL allows you to customize some parameters.

I.E.: https://tutorials.avideo.com/videoEmbed/78/welcome-to-avideo-platform?showinfo=1&autoplay=a&controls=0&loop=1&mute=1&t=15

Default parameters

there are some default values for the embed mode on the CustomizeAdvanced plugin.

image

Parameters on the URL

You can also add some parameters to the URL to overwrite those values

autoplay = autoplay the video [1 = active, 0 = inactive]

controls = Show the control players [1 = show, 0 = not show]

loop = autoplay the video or not [1 = active, 0 = inactive]

mute = The video will start muted [1 = muted]

showinfo = Show the top bar with the video info (title, creator, etc) [1 = show, 0 = not show]

t = Time in seconds which the video will start [Integer with number of seconds]

Clone this wiki locally