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
One Night Only
Good Vibes Only
Idiots
Ice Cream Man
Mayday
Colony
Clayface
Tad and the Magic Lamp
Practical Magic 2
Finding Emily
Resident Evil
By Any Means
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
The Odyssey
Spider-Man: Brand New Day
Obsession
Iron Man
Deep Water
Avengers: Endgame
Subservience
PAW Patrol: The Dino Movie
Fuze
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
3 weeks
$70.000.000
2
The Odyssey
$23.200.000
3
The End of Oak Street
$21.000.000
4
PAW Patrol: The Dino Movie
$20.500.000
5
Katseye: Wild Hearts
$3.950.000
6
Six: The Musical Live!
$3.000.000
7
The Brink of War
$2.684.100
8
Toy Story 5
$2.300.000
9
One Night Only
$2.000.000
10
Vishwanath and Sons
$1.634.000
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
Shalom Brune-Franklin
32 years old
Sarita Choudhury
60 years old
Justin Edgar
55 years old
Katie Lyons
45 years old
Clare Perkins
61 years old
Greg Townley
30 years old
Anna Akana
37 years old
Lorenzo Antonucci
49 years old
Craig Bierko
62 years old
Mika Boorem
39 years old
Reg E. Cathey
68 years old
Roe Hartrampf
40 years old
Mallori Johnson
28 years old
Denis Leary
69 years old
Michael McCleery
67 years old
Martin Mull
83 years old
Edward Norton
57 years old
Kaitlin Olson
51 years old
Mizuo Peck
49 years old
Madelaine Petsch
32 years old
Glenn Plummer
65 years old
Robert Redford
Died at 89 years old
Andy Samberg
48 years old
Shelley Winters
Died at 85 years old
Christian Slater
57 years old
Adam Storke
64 years old
Madeleine Stowe
68 years old
Patrick Swayze
Died at 57 years old
Malcolm-Jamal Warner
Died at 54 years old
Grant Williams
Died at 53 years old
Carole Bouquet
69 years old
Dani Bravo
42 years old
Marcel Carné
Died at 90 years old
Carlos Carrera
64 years old
Sergio Castellitto
73 years old
Henry Cornelius
Died at 44 years old
Brandon Craggs
35 years old
Geppi Cucciari
53 years old
Roberto De Feo
45 years old
Richard Harmon
35 years old
Shinsuke Katô
45 years old
Josephine Langford
29 years old
Magalie Lépine Blondeau
44 years old
Frederick Ming Zhong Lee
50 years old
Christophe Miraval
57 years old
Mohib Mirza
47 years old
Maia Mitchell
33 years old
Moni Moshonov
75 years old
Bryn Chapman Parish
31 years old
Roman Polanski
93 years old
Harald Rosenløw-Eeg
56 years old
Lars Rudolph
60 years old
Dar Salim
49 years old
Ranvir Shorey
54 years old
Tomasz Sobczak
53 years old
Birol Ünel
65 years old
Jacob Vargas
55 years old