Hi techguy2,
It looks like you are using our site builder to create your website. In the site builder, you have the option of adding your own custom HTML code. This is useful if you need to embed a widget, for example.
View attachment 8631
Would this option be suitable, or are you looking to adjust the HTML of the entire page itself?
Thank you,
Yeah, I'm using the site builder, but I need to add aditional code to the website's html code in order to change the characteristics of a player I embedded on it. I'm solving a challenge code and was asked to embed a player with the following characteristics:
1) the player should have autoplay on <------ check!
2) the player should be chromeless (all controls should be disabled) <--- I found a way of doing this, but it seems I have to add a script to the html code. I'm not completely sure about this, but here's what I found:
"HOW TO RESOLVE
Add the Chromeless layout to your HTML embed to disable the player controls so that the user can watch the video without the controls being shown.
Please note that by removing the player's control bar users will not be able to play the video as the play button will not be visible, in this case, We can set the autoplay parameter to 1 which will make the video to start as soon as the player finishes loading the stream. Here is an example for chromeless usage,
<script src="
http://player.ooyala.com/player.js?embedCode=yourEmbedCode&layout=chromeless&autoplay=1"></script>"
3) an external button to play/pause the video <----- still no idea
4) add a thumbnail of a second video and be able to click on it to reproduce that video on the existing player <------ completely lost!