Hi everybody,
I have a Drupal server with JW Player 5 (I know, it's quite old) and my HTML5 embedded videos don't work with full screen.
When the full screen button is clicked, the video is maximized only to fit the browser window, so putting it into an iframe does not work even if allowfullscreen parameter is set in the iframe.
My embed code (with my test server IP masked as it is not public) is like this:
* {margin: 0;padding: 0;} html {height: 100%; width: 100%; }
Cargando reproductor...
jwplayer(player).setup({
flashplayer: "https:///sites/default/files/jwplayermodule/player/player.swf",
file: "http:///sites/default/files/videos/arte/converted/20995_21058_marshall.mp4",
provider: "video",
image: "https:///sites/default/files/video_thumbs/20995/video-thumb-for-20995-1.jpg",
controlbar: "bottom",
allowfullscreen: "true",
height: "100%",
width: "100%",
logo: {file: 'https:///sites/default/files/jwplayermodule/PoweredByUPNA.png',link: 'https://',position: 'top-left', timeout: '12'},
plugins: {'related-1': {file: 'https:///sites/default/files/related_videos/2764.xml' }, 'sharing-3': {'code': '', link: 'https:///?q=node/2764' } },
modes: [{type: 'html5'}, {type: 'flash', src: 'https:///sites/default/files/jwplayermodule/player/player.swf'}]});
Please, could you help me? I can give a real embed code from my production server if you need it, but this code is from my test server where I can change things easier.
Thanks in advance.
Best regards.
↧