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
28 Aug
04 Sep
11 Sep
18 Sep
25 Sep
02 Oct
09 Oct
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
Runner
Other Mommy
Matchbox the Movie
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
Spider-Man: Brand New Day
The Odyssey
Obsession
The Devil Wears Prada 2
Iron Man
Avengers: Endgame
Deep Water
PAW Patrol: The Dino Movie
Toy Story 5
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
Nicholas Bell
68 years old
Tim Frost
45 years old
Rachel Hurd-Wood
36 years old
Helen McCrory
Died at 52 years old
Chris New
45 years old
Andrew Rothney
39 years old
Ben Ahlers
30 years old
Tim Bagley
69 years old
Stephen Anthony Bailey
39 years old
Gralen Bryant Banks
65 years old
Phoebe Bridgers
32 years old
Austin Butler
35 years old
Martha Coolidge
80 years old
Brady Corbet
38 years old
Robert De Niro
83 years old
Taissa Farmiga
32 years old
Julius Harris
Died at 81 years old
Peter Hayman
90 years old
Hélène Kuhn
38 years old
Ken Kwapis
69 years old
Joyner Lucas
38 years old
Bryton James
40 years old
Sean Penn
66 years old
Mark Salling
Died at 35 years old
Christopher Shand
43 years old
Donnie Wahlberg
57 years old
Priya Anand
40 years old
Yû Aoi
41 years old
May el-Toukhy
49 years old
Maureen O'Hara
Died at 95 years old
Ed Gass-Donnelly
49 years old
Robert Joy
75 years old
Reki Kawahara
52 years old
Julian Fellowes
77 years old
Frederick Lau
37 years old
Leszek Lichota
49 years old
Yana Marinova
48 years old
Pau Márquez
18 years old
Don McKellar
63 years old
Jessey Meng
59 years old
Kati Outinen
65 years old
Franziska Petri
53 years old
Lucio A. Rojas
48 years old
Paco Sepúlveda
48 years old
Erika Toda
38 years old