Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

130
Views
video de youtube en el fondo

Estoy reproduciendo un video de YouTube en el fondo html como se ve en esta página http://khayalshop.net/video.a5w

Todo funciona bien, excepto que el sonido no funciona cuando el video se reproduce en segundo plano. ¿Qué me falta? ¿Es posible ejecutar el sonido mientras se reproduce el video o no?

Aquí está el código escrito en la página.

 <!DOCTYPE html> <html> <head> <meta name="generator" content="Alpha Anywhere HTML Editor Version 12 Build 2089-4283"> <!-- must use in order to make XP Themes render --> <meta HTTP-EQUIV="MSThemeCompatible" content="Yes" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <style> <!-- #player {width: 100%; height: 100%; position: fixed; z-index: -99;} #myid {background: rgba(0,0,0,.1); width: 100%; height: 100%; position: fixed; z-index: 1;} iframe .html5-video-player .html5-watermark {display: none !important;} --> </style> <script> <!-- var player; function onYouTubePlayerAPIReady() { player = new YT.Player('player', { playerVars: { 'autoplay': 1, 'controls': 0, 'autohide': 1, 'wmode': 'opaque', 'showinfo': 0, 'loop': 1, 'mute': 1, 'modestbranding': 1, //'start': 15, //'end': 110, 'playlist': 'zbB_ghXp5L0' }, videoId: 'zbB_ghXp5L0', events: { 'onReady': onPlayerReady } }); } function onPlayerReady(event) { event.target.mute(); $('#text').fadeIn(400); //why this? Well, if you want to overlay text on top of your video, you //will have to fade it in once your video has loaded in order for this //to work in Safari, or your will get an origin error. } //this pauses the video when it's out of view, just wrap your video in .m-//video $(window).scroll(function() { var hT = $('.m-video').height(), wS = $(this).scrollTop(); if (wS > hT) { player.pauseVideo(); } else { player.playVideo(); } }); --> </script> <title></title> </head> <body> <script src="https://www.youtube.com/player_api"></script> <div id="myid"></div> <div id="player"></div> </body> </html>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Probar:

 'mute': 1

O:

Busque cómo aumentar el volumen después de que el video se reproduzca programáticamente (es decir player.playVideo(); ) .

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!