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
Iron Man
The Devil Wears Prada 2
Avengers: Endgame
Deep Water
PAW Patrol: The Dino Movie
Moana
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
Jonnie Hurn
55 years old
Donovan Leitch
59 years old
John Mackenzie
Died at 78 years old
John McArdle
77 years old
Carole Shelley
87 years old
Bob Balaban
81 years old
Angela Bassett
68 years old
Ann Blyth
98 years old
Agnes Bruckner
41 years old
Steve Carell
64 years old
Arden Cho
41 years old
Madonna
68 years old
Vincent Curatola
73 years old
Cam Gigandet
44 years old
Barbara Goodson
77 years old
Lorraine Gary
89 years old
Timothy Hutton
66 years old
Matt Lauria
44 years old
Andy Milder
57 years old
Cristin Milioti
41 years old
Cameron Monaghan
33 years old
Julie Newmar
93 years old
Okieriete Onaodowan
39 years old
Michelle Ortiz
36 years old
Jeff Perry
71 years old
Talia Ryder
24 years old
Paul Soter
57 years old
Lesley Ann Warren
80 years old
Tim Williams
60 years old
Rumer Willis
38 years old
Reynaldo Arenas
82 years old
Sonam Bajwa
37 years old
Sharunas Bartas
62 years old
Bruce Beresford
86 years old
James Cameron
72 years old
Robin Campillo
64 years old
Elpidia Carrillo
65 years old
Cheng-Hui Yu
Died at 75 years old
Clovis Cornillac
59 years old
Mirella D'Angelo
70 years old
Bijan Daneshmand
68 years old
Christanne de Bruijn
40 years old
Luis de La Rosa
25 years old
Pierre Richard
92 years old
Andreas Dresen
63 years old
Rachid Hami
41 years old
Eili Harboe
32 years old
Alex Kaluzhsky
42 years old
Jeremy Kewley
66 years old
Sarah-Jeanne Labrosse
35 years old
Evanna Lynch
35 years old
Marshall Manesh
76 years old
Stevel Marc
43 years old
Noam Murro
65 years old
Mohammed Naqvi
47 years old
Rocco Papaleo
68 years old
Laura Paredes
46 years old
Mads Reuther
35 years old
Rina Sawayama
36 years old
Rubin Stein
44 years old
Julia Vysotskaya
53 years old
Taika Waititi
51 years old