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
Spider-Man: Brand New Day
The Odyssey
Iron Man
Obsession
Deep Water
Avengers: Endgame
Kraken: The Black Book of Hours
Toy Story 5
PAW Patrol: The Dino Movie
The End of Oak Street
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
James Buckley
39 years old
Adrian Lester
58 years old
David Aaron Baker
63 years old
Halle Berry
60 years old
David Call
44 years old
Scott Michael Campbell
55 years old
Cristi Conaway
62 years old
Tom DiCillo
73 years old
Garrett Ryan
27 years old
Antonio Fargas
80 years old
James Fargo
88 years old
Marcia Gay Harden
67 years old
Audrey Geisel
Died at 97 years old
Christopher Gorham
52 years old
James Horner
Died at 61 years old
Preston Lacy
57 years old
Carl Lumbly
75 years old
Steve Martin
81 years old
Marsai Martin
22 years old
David McKenna
58 years old
Lamorne Morris
43 years old
Miriam Spumpkin
12 years old
Peter Syvertsen
73 years old
Andrew Kevin Walker
62 years old
François Dupeyron
Died at 65 years old
Emmanuelle Béart
63 years old
Romane Bohringer
53 years old
Raoul Bova
55 years old
Steve Braun
50 years old
Aurora Carbonell
51 years old
Jose Coronado
69 years old
Vernon Dobtcheff
92 years old
Tamer El Said
54 years old
Eduardo Fajardo
Died at 94 years old
Erik Gandini
59 years old
Poonam Jhawer
50 years old
Mila Kunis
43 years old
Annabelle Lengronne
40 years old
Joseph Marcell
78 years old
Loreto Mauleón
38 years old
Sonia Méndez
46 years old
Magüi Mira
82 years old
Millard Mitchell
Died at 50 years old
Charlotte Nicdao
35 years old
Stav Ozdoba
48 years old
Saeed Roustayi
37 years old
Tomer Sisley
52 years old
Rosalie Thomass
39 years old
Cassi Thomson
33 years old
Alison Thornton
27 years old
Alex van Warmerdam
74 years old
Razvan Vasilescu
72 years old
Wim Wenders
81 years old
Lina Wertmüller
Died at 93 years old
Meyne Wyatt
37 years old