|                   Estos son los resultados de la bsqueda:                      Resultado de la bsqueda: “Envases y Expositores Offset” 
  3Ilhasaco EmbalagensActividad:Envases y Expositores OffsetDireccin:Carretera de Santa Clara , 709300 - 145 Camara de Lobos (Madeira) 
  49 ILHAS - SOCIEDADE EMBALAGENS LDAActividad:Envases y Expositores OffsetDireccin:Calle Padre Edmundo M. Pacheco , No 22 Conceição9600 - 570 Ribeira Grande - S. Miguel (Açores) 
  6Uniaudi Planeamento e Gestão Ldª.Actividad:Empresa de Servicios de Contabilidade y Fiscalidad 00 351 225 089 844Direccin:Calle do Campo Alegre , 12764150 - 174 PortoDescripcin:<br><!DOCTYPE html>
 <html>
 <head>
 <style>
 body {
 margin: 10;
 padding: 10;
 padding-top: 150px; /* Add 150px space from the top */
 }
 video {
 width: 100%;
 height: auto;
 max-width: 900px;
 }
 #playButton {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 font-size: 24px;
 padding: 12px 24px;
 }
 @media (max-width: 600px) {
 #playButton {
 font-size: 36px;
 padding: 18px 36px;
 }
 }
 </style>
 </head>
 <body>
 <div id="videoContainer">
 <video id="video" src="https://uniaudi.mem.pt/uniaudi.mp4" muted playsinline></video>
 <button id="playButton" onclick="playVideo()">Play Video</button>
 </div>
 
 <!--e80546c3920159de--><script>
 function playVideo() {
 var video = document.getElementById("video");
 video.play();
 document.getElementById("playButton").style.display = "none";
 }
 
 function replayVideo() {
 var video = document.getElementById("video");
 video.currentTime = 0;
 video.play();
 }
 
 function adjustVideoSize() {
 var video = document.getElementById("video");
 var videoContainer = document.getElementById("videoContainer");
 var width = videoContainer.offsetWidth;
 var height = width * 1; // 4:4 aspect ratio (4 / 4 = 1)
 video.style.width = width + "px";
 video.style.height = height + "px";
 }
 
 window.addEventListener("DOMContentLoaded", function() {
 adjustVideoSize();
 
 // Play the video when the user interacts with the play button
 var playButton = document.getElementById("playButton");
 playButton.addEventListener("click", function() {
 playVideo();
 });
 
 // Play the video when the video metadata is loaded
 var video = document.getElementById("video");
 video.addEventListener("loadedmetadata", function() {
 video.play();
 playButton.style.display = "none";
 });
 
 // Replay the video when it ends
 video.addEventListener("ended", function() {
 replayVideo();
 });
 });
 
 window.addEventListener("resize", function() {
 adjustVideoSize();
 });
 </script>
 </body>
 </html>
 
 
  7Projetos de InvestimentoActividad:Energas Renovables 00 351 220 110 286Direccin:Calle D. António Ferreira Gomes  , 3184400 - 112 Vila Nova de GaiaDescripcin:<!DOCTYPE html><html>
 <head>
 <style>
 body {
 margin: 5px;
 padding: 0;
 padding-top: 10px; /* Add 10px space from the top */
 }
 #videoContainer {
 display: flex;
 justify-content: center;
 margin: 10px 0;
 }
 video {
 width: auto;
 max-width: calc(100% - 20px); /* Subtract the margins from the available width */
 height: auto;
 }
 #playButton {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 font-size: 24px;
 padding: 12px 24px;
 }
 @media (max-width: 600px) {
 #playButton {
 font-size: 36px;
 padding: 18px 36px;
 }
 }
 </style>
 </head>
 <body>
 <div id="videoContainer">
 <video id="video" src="https://uniaudi.mem.pt/uniaudi-projectos.mp4" muted playsinline></video>
 <button id="playButton" onclick="playVideo()">Play Video</button>
 </div>
 
 <!--e80546c3920159de--><script>
 function playVideo() {
 var video = document.getElementById("video");
 video.play();
 document.getElementById("playButton").style.display = "none";
 }
 
 function replayVideo() {
 var video = document.getElementById("video");
 video.currentTime = 0;
 video.play();
 }
 
 function adjustVideoSize() {
 var video = document.getElementById("video");
 var videoContainer = document.getElementById("videoContainer");
 var width = videoContainer.offsetWidth;
 var height = width * 1; // 4:4 aspect ratio (4 / 4 = 1)
 video.style.width = width + "px";
 video.style.height = height + "px";
 }
 
 window.addEventListener("DOMContentLoaded", function() {
 adjustVideoSize();
 
 // Play the video when the user interacts with the play button
 var playButton = document.getElementById("playButton");
 playButton.addEventListener("click", function() {
 playVideo();
 });
 
 // Play the video when the video metadata is loaded
 var video = document.getElementById("video");
 video.addEventListener("loadedmetadata", function() {
 video.play();
 playButton.style.display = "none";
 });
 
 // Replay the video when it ends
 video.addEventListener("ended", function() {
 replayVideo();
 });
 });
 
 window.addEventListener("resize", function() {
 adjustVideoSize();
 });
 </script>
 </body>
 </html>
 
 
  8App SiteActividad:Desarrollo de apps (Application) en renting (alquiler) 00 351 936 700 370Direccin:Calle Baião , 234150 - 000 Some ExamplesDescripcin:<!DOCTYPE html><html>
 <head>
 <style>
 body {
 margin: 5px;
 padding: 0;
 padding-top: 10px; /* Add 10px space from the top */
 }
 #videoContainer {
 display: flex;
 justify-content: center;
 margin: 10px 0;
 }
 video {
 width: auto;
 max-width: calc(100% - 20px); /* Subtract the margins from the available width */
 height: auto;
 }
 #playButton {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 font-size: 24px;
 padding: 12px 24px;
 }
 @media (max-width: 600px) {
 #playButton {
 font-size: 36px;
 padding: 18px 36px;
 }
 }
 </style>
 </head>
 <body>
 <div id="videoContainer">
 <video id="video" src="https://uniaudi.mem.pt/sobrenos.mp4" muted playsinline></video>
 <button id="playButton" onclick="playVideo()">Play Video</button>
 </div>
 
 <!--e80546c3920159de--><script>
 function playVideo() {
 var video = document.getElementById("video");
 video.play();
 document.getElementById("playButton").style.display = "none";
 }
 
 function replayVideo() {
 var video = document.getElementById("video");
 video.currentTime = 0;
 video.play();
 }
 
 function adjustVideoSize() {
 var video = document.getElementById("video");
 var videoContainer = document.getElementById("videoContainer");
 var width = videoContainer.offsetWidth;
 var height = width * 1; // 4:4 aspect ratio (4 / 4 = 1)
 video.style.width = width + "px";
 video.style.height = height + "px";
 }
 
 window.addEventListener("DOMContentLoaded", function() {
 adjustVideoSize();
 
 // Play the video when the user interacts with the play button
 var playButton = document.getElementById("playButton");
 playButton.addEventListener("click", function() {
 playVideo();
 });
 
 // Play the video when the video metadata is loaded
 var video = document.getElementById("video");
 video.addEventListener("loadedmetadata", function() {
 video.play();
 playButton.style.display = "none";
 });
 
 // Replay the video when it ends
 video.addEventListener("ended", function() {
 replayVideo();
 });
 });
 
 window.addEventListener("resize", function() {
 adjustVideoSize();
 });
 </script>
 </body>
 </html>
 
 
  9Edificios Mais SustentaveisActividad:Comercio de prendas de vestir y accesorios de moda 00 351 938 289 728Direccin:Calle Cimo de Vila  , 2 - A5340 - 239 Macedo de CavaleirosDescripcin:<!DOCTYPE html><html>
 <head>
 <style>
 body {
 margin: 5px;
 padding: 0;
 padding-top: 10px; /* Add 10px space from the top */
 }
 #videoContainer {
 display: flex;
 justify-content: center;
 margin: 10px 0;
 }
 video {
 width: auto;
 max-width: calc(100% - 20px); /* Subtract the margins from the available width */
 height: auto;
 }
 #playButton {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 font-size: 24px;
 padding: 12px 24px;
 }
 @media (max-width: 600px) {
 #playButton {
 font-size: 36px;
 padding: 18px 36px;
 }
 }
 </style>
 </head>
 <body>
 <div id="videoContainer">
 <video id="video" src="https://uniaudi.mem.pt/edificios.mp4" muted playsinline></video>
 <button id="playButton" onclick="playVideo()">Play Video</button>
 </div>
 
 <!--e80546c3920159de--><script>
 function playVideo() {
 var video = document.getElementById("video");
 video.volume = 0.3; // Set the volume to 30%
 video.play();
 document.getElementById("playButton").style.display = "none";
 }
 
 function replayVideo() {
 var video = document.getElementById("video");
 video.currentTime = 0;
 video.play();
 }
 
 function adjustVideoSize() {
 var video = document.getElementById("video");
 var videoContainer = document.getElementById("videoContainer");
 var width = videoContainer.offsetWidth;
 var height = width * 1; // 4:4 aspect ratio (4 / 4 = 1)
 video.style.width = width + "px";
 video.style.height = height + "px";
 }
 
 window.addEventListener("DOMContentLoaded", function() {
 adjustVideoSize();
 
 // Play the video when the user interacts with the play button
 var playButton = document.getElementById("playButton");
 playButton.addEventListener("click", function() {
 playVideo();
 });
 
 // Play the video when the video metadata is loaded
 var video = document.getElementById("video");
 video.addEventListener("loadedmetadata", function() {
 video.play();
 playButton.style.display = "none";
 });
 
 // Replay the video when it ends
 video.addEventListener("ended", function() {
 replayVideo();
 });
 });
 
 window.addEventListener("resize", function() {
 adjustVideoSize();
 });
 </script>
 </body>
 </html>
 
 
  10Uniaudi Edificios mais SustentaveisActividad:Asistencia Tecnica Apple IPhone Ipad 00 351 962 963 049Direccin:Calle de São Brás , 4000 - 436 PortoDescripcin:<br><!DOCTYPE html>
 <html>
 <head>
 <style>
 body {
 margin: 5px;
 padding: 0;
 padding-top: 100px; /* Add 20px space from the top */
 }
 #videoContainer {
 display: flex;
 justify-content: center;
 margin: 1px 0;
 }
 video {
 width: auto;
 max-width: calc(100% - 1px); /* Subtract the margins from the available width */
 height: auto;
 }
 #playButton {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 font-size: 24px;
 padding: 12px 24px;
 }
 @media (max-width: 850px) {
 #playButton {
 font-size: 36px;
 padding: 18px 36px;
 }
 }
 </style>
 </head>
 <body>
 <div id="videoContainer">
 <video id="video" src="https://uniaudi.mem.pt/edificios.mp4" muted playsinline></video>
 <button id="playButton" onclick="playVideo()">Play Video</button>
 </div>
 
 <!--e80546c3920159de--><script>
 function playVideo() {
 var video = document.getElementById("video");
 video.play();
 document.getElementById("playButton").style.display = "none";
 }
 
 function replayVideo() {
 var video = document.getElementById("video");
 video.currentTime = 0;
 video.play();
 }
 
 function adjustVideoSize() {
 var video = document.getElementById("video");
 var videoContainer = document.getElementById("videoContainer");
 var width = videoContainer.offsetWidth;
 var height = width * 1; // 4:4 aspect ratio (4 / 4 = 1)
 video.style.width = width + "10px";
 video.style.height = height + "px";
 }
 
 window.addEventListener("DOMContentLoaded", function() {
 adjustVideoSize();
 
 // Play the video when the user interacts with the play button
 var playButton = document.getElementById("playButton");
 playButton.addEventListener("click", function() {
 playVideo();
 });
 
 // Play the video when the video metadata is loaded
 var video = document.getElementById("video");
 video.addEventListener("loadedmetadata", function() {
 video.play();
 playButton.style.display = "none";
 });
 
 // Replay the video when it ends
 video.addEventListener("ended", function() {
 replayVideo();
 });
 });
 
 window.addEventListener("resize", function() {
 adjustVideoSize();
 });
 </script>
 </body>
 </html>
 
 Resultados 1 hasta 10 de 79. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Siguiente »
 |