Movie'n'co
Login
News
Listings
Films
Shows
Trailers
Awards
Film Stars
Photos
News
Listings
Films
Shows
Trailers
Box Office
Photos
Awards
Film Stars
Films: Coming Soon: Upcoming Films
Semana pasada
Esta semana
21 Aug
28 Aug
04 Sep
11 Sep
18 Sep
25 Sep
02 Oct
Truth & Treason
The Death of Robin Hood
Pressure
Saccharine
Marsupilami
Teenage Sex and Death at Camp Miasma
The End of Oak Street
PAW Patrol: The Dino Movie
Insidious: Out of the Further
Mutiny
The Tasters
Spa Weekend
Toxic
Coyote vs. Acme
All that’s left of you
The Dog Stars
Idiots
One Night Only
Good Vibes Only
Ice Cream Man
Mayday
Clayface
Tadeo Jones y la lámpara maravillosa
Practical Magic 2
Finding Emily
Resident Evil
Her Private Hell
Forgotten Island
Digger
Cities
London
Edinburgh
Bristol
Birmingham
Leeds
Liverpool
Aberdeen
Oxford
Brighton
Belfast
Cardiff
Glasgow
Sheffield
Exeter
Leicester
Bradford
Cambridge
Derby
Southampton
Nottingham
Dudley
Dundee
Bournemouth
Norwich
Coventry
Bury St Edmunds
Plymouth
Manchester
Reading
Milton Keynes
Bath
Portsmouth
Telford
Llanelli
Maidenhead
Maidstone
Worcester
Lincoln
Trowbridge
Kilmarnock
Kettering
Hull
Huddersfield
Hereford
Hatfield
Mansfield
Gateshead
Newark-on-Trent
Tunbridge Wells
Warrington
West Bromwich
Taunton
Weston-super-Mare
Tamworth
Derbyshire
Stoke-on-Trent
Southend-on-Sea
Wallsend
Salisbury
Rochdale
Preston
Nuneaton
Hastings
Harrogate
Blackpool
Banbury
Ayr
Aylesbury
Andover
Stratford-upon-Avon
Poole
Fareham
Loughborough
Wrexham
Eastleigh
Bracknell
Henley-on-Thames
Renfew
Bridgend
Canterbury
Guildford
Gerrards Cross
Esher
Epsom
East Kilbride
Dunfermline
Dumfries
Dorchester
Darlington
Crewe
Colchester
Chelmsford
Chatham
Swansea
Cinemas
Top Movies
The End of Oak Street
The Odyssey
Spider-Man: Brand New Day
Obsession
Deep Water
PAW Patrol: The Dino Movie
Iron Man
Kraken: The Black Book of Hours
Toy Story 5
Avengers: Endgame
Box Office
UK
USA
1
Hoppers
2 weeks
£2.288.827
2
Reminders of Him
£1.081.953
3
How to Make a Killing
£884.599
4
Mother's Pride
£602.187
5
"Wuthering Heights"
£533.606
6
Scream 7
£491.351
7
GOAT
£252.658
8
EPiC: Elvis Presley in Concert
£177.207
9
The Bride!
£176.700
10
The Secret Agent
£77.891
1
Spider-Man: Brand New Day
2 weeks
$145.000.000
2
The Odyssey
$31.500.000
3
One Night Only
$5.700.000
4
$4.000.000
5
Toy Story 5
$3.900.000
6
Minions & Monsters
$3.500.000
7
Moana
$2.800.000
8
Ice Cream Man
$2.010.000
9
The Invite
$717.568
10
CatVideoFest 2026
$568.414
Follow Us
41
31
Latest trailers
Trailer 'El vestido'
El navegador no soporta el tag de video.
X
{ const video = videoSlider.querySelector('video'); const videosliderCnt = videoSlider.querySelector('.videoplaylist-cnt'); const countdown = videoSlider.querySelector('.floating-countdown'); const closeBtn = videoSlider.querySelector('.floating-close'); const unmuteBtn = videoSlider.querySelector('.unmute-button'); if (!video) return; // Skip if no video found const player = videojs(video); const random_number = Math.floor((Math.random() * 10000000) + 1); const pubDetails = video.getAttribute('data-pub-details') === 'true'; const videoId = video.getAttribute('data-id') || 'video-' + index; if (pubDetails) { const quartiles = { q1: 0.25, q2: 0.50, q3: 0.75 }; const tracked = { played: false }; player.on('play', function() { if (!tracked.played) { sendQuartileLog(videoId, 'impression'); tracked.played = true; } }); const logQuartile = (quartileName) => { if (!tracked[quartileName]) { tracked[quartileName] = true; sendQuartileLog(videoId, quartileName); } }; player.on('timeupdate', function() { const currentTime = player.currentTime(); const duration = player.duration(); if (isNaN(duration) || duration === 0) return; for (const quartile in quartiles) { if (currentTime >= duration * quartiles[quartile]) { logQuartile(quartile); } } }); player.on('ended', function() { if (!tracked.q4) { tracked.q4 = true; sendQuartileLog(videoId, 'q4'); } }); } player.muted(true); player.playsinline(true); player.autoplay(true); player.fluid(true); player.controls(true); let ad='https://pubads.g.doubleclick.net/gampad/ads?iu=/15748617,1007950/Ecarteleracom/Ecarteleracom-Video-Instream&description_url=https%3A%2F%2Fwww.ecartelera.com&tfcd=0&npa=0&sz=400x300%7C640x360%7C640x480%7C1280x720&gdfp_req=1&unviewed_position_start=1&output=vast&env=vp&impl=s&plcmt=1&correlator='+random_number; if(is_refinery) ad=ad+'&gdpr='+(r89.cmp.tcData.gdprApplies==true ? 1 : 0)+'&gdpr_consent='+r89.cmp.tcData.tcString; const imaOptions = { id: 'content_video_' + index, adTagUrl: ad }; if(is_pub) player.ima(imaOptions); // Montamos el contador de visualizaciones si es publi if(today >= new Date(fecha_ini) && today <= new Date(fecha_fin)) { player.on('adstart', function() { fetch('/ajax/_banner_impression/', { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ id: videoId , url:window.location.href}) }); }); } if (index === 0) { initializeFloatingBehavior(player, videosliderCnt, videoSlider, countdown, closeBtn, unmuteBtn); } else { initializeUnmuteButton(player, unmuteBtn); } }); } function r89CmpExiste() { return (window.r89 && window.r89.cmp && window.r89.cmp.status=="done"); } let r89CmpDetect = false; const observerCallback = (mutationsList, observer) => { if (r89CmpDetect) return; if (r89CmpExiste()) { loadVideo(); r89CmpDetect = true; observer.disconnect(); } }; const observer = new MutationObserver(observerCallback); const observerConfig = { childList: true, subtree: true }; observer.observe(document.body, observerConfig); if (r89CmpExiste()) { loadVideo(); r89CmpDetect = true; observer.disconnect(); } // Fallback: if CMP doesn't load within 3 seconds, load video anyway setTimeout(function() { if (!r89CmpDetect) { console.warn('CMP timeout - loading video without CMP data'); loadVideo(false); r89CmpDetect = true; observer.disconnect(); } }, 3000); }); function initializeUnmuteButton(player, unmuteBtn) { if (!unmuteBtn) return; function updateUnmuteButton() { if (player.muted()) { unmuteBtn.style.display = 'flex'; } else { unmuteBtn.style.display = 'none'; } } unmuteBtn.addEventListener('click', () => { player.muted(false); updateUnmuteButton(); }); player.on('volumechange', updateUnmuteButton); updateUnmuteButton(); } function isFloatingPlayerEnabled() { if (window.EC_ENABLE_FLOATING_PLAYER === false) { return false; } if (window.EC_DISABLE_FLOATING_PLAYER === true) { return false; } if (window.EC_DISABLE_FLOATING_PLAYER_UNTIL) { const disableUntil = new Date(window.EC_DISABLE_FLOATING_PLAYER_UNTIL + "T23:59:59"); if (!isNaN(disableUntil.getTime()) && new Date() <= disableUntil) { return false; } } return true; } function initializeFloatingBehavior(player, videosliderCnt, placeholder, countdown, closeBtn, unmuteBtn) { let hasBeenViewed = false; let isFloating = false; let isDisabled = false; let countdownInterval = null; let autoFloatTimeout = null; // Initialize unmute button initializeUnmuteButton(player, unmuteBtn); if (!isFloatingPlayerEnabled()) { return; } async function makeVideoFloat() { const connection = navigator.connection || navigator.mozConnection || navigator.webkitConnection; if(connection){ if (connection.saveData || connection?.effectiveType.includes('2g')) return; } try { if ('getBattery' in navigator) { const battery = await navigator.getBattery(); if ((battery.level < 0.2 && !battery.charging)) return; if (battery.savePowerMode) return; } } catch (e) { console.warn("Fallo en el API de batería:", e); } const prefersReducedMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches; if (prefersReducedMotion) return; const isLowPower = window.matchMedia('(prefers-low-power)').matches; if (isLowPower) return; if (isFloating || isDisabled) return; isFloating = true; videosliderCnt.classList.add('floating'); // Start countdown let seconds = 16; if (countdown) { countdown.style.display = 'block'; countdown.textContent = seconds; countdownInterval = setInterval(() => { seconds--; countdown.textContent = seconds; if (seconds <= 0) { clearInterval(countdownInterval); countdown.style.display = 'none'; if (closeBtn) { closeBtn.style.display = 'block'; } } }, 1000); } } function returnVideoToPlace() { if (!isFloating) return; isFloating = false; videosliderCnt.classList.remove('floating'); if (countdown) { countdown.style.display = 'none'; } if (closeBtn) { closeBtn.style.display = 'none'; } if (countdownInterval) { clearInterval(countdownInterval); countdownInterval = null; } } if (closeBtn) { closeBtn.addEventListener('click', () => { returnVideoToPlace(); isDisabled = true; // Clear the auto-float timer if it's still running if (autoFloatTimeout) { clearTimeout(autoFloatTimeout); autoFloatTimeout = null; } }); } autoFloatTimeout = setTimeout(() => { if (!isDisabled && !isFloating) { makeVideoFloat(); } autoFloatTimeout = null; }, 5000); const observer = new IntersectionObserver((entries) => { if (isDisabled) return; entries.forEach(entry => { if (entry.isIntersecting) { hasBeenViewed = true; if (isFloating) { returnVideoToPlace(); } } else { if (hasBeenViewed && !isFloating) { makeVideoFloat(); } } }); }, { threshold: 0.1 }); observer.observe(placeholder); }
Trailer 'The Mortuary Assistant' (2026)
Wardriver (2026) Trailer
Trailer 'Pretty Lethal' (2026)
Trailer "Miroirs No. 3" (2025)
Trailer 'The End of Oak Street' (2026)
Official Trailer for 'Masters of the Universe', with Nicholas Galitzine as He-Man
Trailer 'Rose of Nevada' (2025)
Trailer 'Stop! That! Train!' (2026)
Interview 'Evil' Katja Herbers, Aasif Mandvi, Mike Colter
Kathryn Hahn 'Agatha All Along' Interview
Famous Birthdays
Christine Adams
52 years old
Lauryn Ajufo
26 years old
Gianni Capaldi
51 years old
Kizzy Edgell
24 years old
Sofian Francis
43 years old
Wendy Hiller
Died at 90 years old
Zack Lee
42 years old
Æneas MacKenzie
Died at 72 years old
Con O'Neill
60 years old
Natalie Press
46 years old
Nicolas Roeg
Died at 90 years old
Samuel Roukin
46 years old
Nigel Terry
Died at 69 years old
Quinton Aaron
42 years old
Ben Affleck
54 years old
Andrea Ajemian
51 years old
Anthony Anderson
56 years old
Michael Berresse
62 years old
Ethel Barrymore
Died at 79 years old
Maddie Corman
56 years old
Billy Griffith
63 years old
Peter Hermann
59 years old
Tanedra Howard
46 years old
Joe Jonas
37 years old
Emily Kinney
41 years old
Jennifer Lawrence
36 years old
Debra Messing
58 years old
Carlos PenaVega
37 years old
Gaylen Ross
76 years old
Mary Nash
Died at 92 years old
Rob Thomas
61 years old
Tess Harper
76 years old
Matthew Wood
54 years old
Jeff Zimbalist
48 years old
Yumi Aso
63 years old
Yagya Bhasin
17 years old
Signe Hasso
Died at 86 years old
Gilles Cohen
63 years old
Marco Conidi
60 years old
Farruquito
44 years old
Joaquín Roa
Died at 85 years old
Benedek Fliegauf
52 years old
Alejandro González Iñárritu
63 years old
Martin Harris
49 years old
Natasha Henstridge
52 years old
Zeljko Ivanek
69 years old
Jacek Koman
70 years old
Sanna Lenken
48 years old
Adele Lim
51 years old
Masaki Okada
37 years old
Park Yoo-rim
27 years old
Belinda
37 years old
María Rojo
83 years old
Aima Sebastian
32 years old
Lucille Soong
88 years old
Krista Stadler
84 years old
Ion Vântu
56 years old