Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Hype 3 and Full Screen


Hi there, I'm new here and I am trying it out!

I'm not an expert on making websites, so my skills are limited.

I use Hype 3 to make my own website.
There's a tool called HTML Widget, that's where I put the code.
That's the code:

<script type="application/javascript" src="//content.jwplatform.com/players/WsqzYFGX-MyXBwifh.js"></script>

Here is the website: www.eliezerborges.com

It's all working fine, but the Full Screen is not working. What should I do?
I hope someone can help me.
Thank you

4 Community Answers

eliezerborges

User  
0 rated :

Here is an example on how I am trying to do it:

https://www.dropbox.com/s/neqxsiyomgzzxip/hype3.mov?dl=0

Todd

JW Player Support Agent  
0 rated :

Looks like our player is getting added in an <iframe>, which means you need to include “allowfullscreen” inside the <iframe> tag. Please see the bottom of http://support.jwplayer.com/customer/portal/articles/1406723-mp4-video-embed for more details.

And on the page that the <iframe> is linking to (http://www.eliezerborges.com/index.hyperesources/iframe-vegasunpredictablemovie-5.html) you need to include <!doctype html> at the top so the CSS renders correctly. That’s why the timeline is not centered.

From what I can see, you would be better off putting your <script> embed tags directly in the page instead of the <iframe> tags.

eliezerborges

User  
0 rated :

I just made it.
Instead of using the HTML Widget, now I am using the Rectangle on Hype 3,a nd I use the iFrame Code as well. Now it's working great and in Fullscreen. Thank you!

Todd

JW Player Support Agent  
0 rated :

Glad to hear you got it working!

This question has received the maximum number of answers.