www.filmbankmedia.com
Open in
urlscan Pro
40.112.93.201
Public Scan
Submitted URL: http://filmbank.co.uk/
Effective URL: https://www.filmbankmedia.com/
Submission: On May 19 via api from GB — Scanned from GB
Effective URL: https://www.filmbankmedia.com/
Submission: On May 19 via api from GB — Scanned from GB
Form analysis
4 forms found in the DOMPOST /
<form action="/" class="navbar-form ng-pristine ng-valid" enctype="multipart/form-data" id="search-form" method="post" role="search">
<div class="form-group ">
<input type="search" class="form-control ng-pristine ng-untouched ng-valid" placeholder="Search" ng-model="vm.model.search" name="q">
<a class="submit-magnifying" ng-click="vm.search()"><i class="fa fa-search fa-md"></i></a>
</div>
<input name="ufprt" type="hidden"
value="DF5466FE18468611DB7C5CE13A54BA95E7466B648B42FDF37B7B104D975B575D75F887BA32301705C242DA2D57C662B6745EAC158868FCE56231D68D36E9DA3B158B548DC98E74FDDFE5686C295379DDDDFA1B3C9B2A137C5DE4D785950BFDA79B1B2772D74A86DBFDFB9ABE32E6256EE1C316B969926A9EFED9FF8B168D588C73F14E3363D2B2CA64B18A6D9F47F570">
</form>
Name: loginform —
<form ng-show="!vm.indicators.isBusy" class="form-horizontal ng-pristine ng-valid-email ng-invalid ng-invalid-required" role="form" ng-submit="vm.submit($event)" novalidate="" name="loginform" id="loginform">
<div class="modal-body">
<div class="row">
<div class="col-md-12 text-left">
<div class="form-group ng-hide" ng-show="!vm.response.IsValid">
<span class="formError ng-binding"></span>
</div>
<div class="form-group">
<label for="login_email">Username</label>
<input class="form-control ng-pristine ng-untouched ng-valid-email ng-invalid ng-invalid-required" id="login_email" name="login_email" type="email" validate-email="" ng-model="vm.login.email" required="" placeholder="enter your email">
<span ng-show="vm.login.validation && loginform.login_email.$error.required" class="formError ng-hide">Email is required</span>
<span ng-show="loginform.login_email.$error.validateEmail" class="formError ng-hide">Invalid email address</span>
</div>
<div class="form-group">
<label for="login_password">Password</label>
<input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" id="login_password" name="login_password" type="password" ng-model="vm.login.password" required="" placeholder="enter your password">
<span ng-show="vm.login.validation && loginform.login_password.$error.required" class="formError ng-hide">Password is required</span>
</div>
<div class="form-group">
<button class="btn-primary">Login</button> <a href="" ng-click="vm.openForgottenPasswordModal()">Reset / Forgotton password?</a>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<div class="col-md-4 text-left">
<span>Not a member?</span>
</div>
<div class="col-md-8 text-right">
<a class="btn-primary btn-primary-ghost" href="" ng-click="vm.openRegistrationModal()">Create an account</a>
</div>
</div>
</form>
Name: registrationform —
<form ng-show="!vm.indicators.isBusy" class="form-horizontal ng-pristine ng-invalid ng-invalid-required ng-valid-email ng-valid-minlength ng-valid-parse ng-valid-password-verify" role="form" ng-submit="vm.submit($event)" novalidate=""
name="registrationform" id="registrationform">
<div class="modal-body">
<div class="row">
<div class="col-md-12 text-left">
<div class="form-group ng-hide" ng-show="!vm.response.IsValid">
<span class="formError">A member with this e-mail address already exists.</span>
</div>
<div class="form-group">
<label for="reg_name">Name</label>
<input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" id="reg_name" name="reg_name" type="text" ng-model="vm.register.name" required="" placeholder="enter your name">
<span ng-show="vm.register.validation && registrationform.reg_name.$error.required" class="formError ng-hide">Name is required</span>
</div>
<div class="form-group">
<label for="reg_email">Email</label>
<input class="form-control ng-pristine ng-untouched ng-valid-email ng-invalid ng-invalid-required" id="reg_email" name="reg_email" type="email" validate-email="" ng-model="vm.register.email" required="" placeholder="enter your email">
<span ng-show="vm.register.validation && registrationform.reg_email.$error.required" class="formError ng-hide">Email is required</span>
<span ng-show="registrationform.reg_email.$error.validateEmail" class="formError ng-hide">Invalid email address</span>
</div>
<div class="form-group">
<label for="reg_stslaccountreference">Single Title Screening Licence (STSL) Account Reference</label>
<input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" id="reg_stslaccountreference" name="reg_stslaccountreference" type="text" ng-model="vm.register.stslaccountreference" required=""
placeholder="enter your STSL account number">
<span ng-show="vm.register.validation && registrationform.reg_stslaccountreference.$error.required" class="formError ng-hide">Your STSL Account Reference is required</span>
</div>
<div class="form-group">
<label for="reg_password">Password</label>
<input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-minlength ng-valid-parse" id="reg_password" name="reg_password" type="password" ng-model="vm.register.password" ng-minlength="4" required=""
placeholder="enter your password">
<span ng-show="vm.register.validation && registrationform.reg_password.$error.required" class="formError ng-hide">Password is required</span>
<span ng-show="registrationform.reg_password.$error.minlength" class="formError ng-hide">Minimum length is 4 characters.</span>
</div>
<div class="form-group">
<label for="reg_retypepassword">Retype password</label>
<input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-minlength ng-valid-password-verify ng-valid-parse" id="reg_retypepassword" name="reg_retypepassword" type="password"
ng-model="vm.register.retypepassword" ng-minlength="4" password-verify="vm.register.password" required="" placeholder="retype your password">
<span ng-show="vm.register.validation && registrationform.reg_retypepassword.$error.required" class="formError ng-hide">Please retype password</span>
<span ng-show="registrationform.reg_retypepassword.$error.passwordVerify" class="formError ng-hide">Password doesn't match</span>
<span ng-show="registrationform.reg_retypepassword.$error.minlength" class="formError ng-hide">Minimum length is 4 characters.</span>
</div>
<div class="form-group text-center">
<button class="btn btn-primary" type="submit" ng-disabled="vm.isBtnDisabled">Create a new account</button>
</div>
</div>
</div>
</div>
</form>
Name: forgotpasswordform —
<form ng-show="!vm.indicators.isBusy" class="form-horizontal ng-pristine ng-valid-email ng-invalid ng-invalid-required" role="form" ng-submit="vm.submit($event)" novalidate="" name="forgotpasswordform" id="forgotpasswordform">
<div class="modal-body">
<div class="row">
<div class="col-md-12 text-left">
<div class="form-group"> We'll email you a link to reset your password. </div>
<div class="form-group ng-hide" ng-show="!vm.response.IsValid">
<span class="formError ng-binding"></span>
</div>
<div class="form-group">
<label for="email"></label>
<input class="form-control ng-pristine ng-untouched ng-valid-email ng-invalid ng-invalid-required" id="email" name="email" type="email" validate-email="" ng-model="vm.forgotpsw.email" required="" placeholder="enter your email">
<span ng-show="vm.forgotpsw.validation && forgotpasswordform.email.$error.required" class="formError ng-hide">Email is required</span>
<span ng-show="vm.forgotpsw.validation && forgotpasswordform.email.$error.validateEmail" class="formError ng-hide">Invalid email address</span>
</div>
<div class="form-group">
<button class="btn btn-primary" type="submit">Reset password</button>
</div>
</div>
</div>
</div>
</form>
Text Content
Menu * Markets * Film Societies and Community Cinemas * Outdoor and Drive-in Screenings * Corporate events * Virtual Screening Room * Hybrid Screening * Education * Healthcare * Hotels * Maritime * Transport * Browse Films * Licensing * Main Licensing Page * Single Title Screening Licence * Public Video Screening Licence * International Screening Licence * DVD Concierge Licence * Technology * Services * About Us * Contact Us * More * My Account × * Film Societies and Community Cinemas * Outdoor and Drive-in Screenings * Corporate events * Virtual Screening Room * Hybrid Screening * Education * Healthcare * Hotels * Maritime * Transport × * Main Licensing Page * Single Title Screening Licence * Public Video Screening Licence * International Screening Licence * DVD Concierge Licence HOUSE OF GUCCI In the name of The Father, The Son and... available to order now FIND THE RIGHT LICENCE TO SCREEN FILMS LEGALLY Launch Licence Wizard PARALLEL MOTHERS Almodóvar's irresistible latest is available to order now BELFAST Kenneth Branagh’s OSCAR®-winner for Best Original Screenplay is available to order now WEST SIDE STORY West Side Story is available to order now CORPORATE EVENTS: IT'S VIRTUALLY YOURS... Learn more ENCANTO A special family take you on a journey full of surprises! Order Encanto here FOLLOW THE STORY OF THE GIFTED PAUL IN DUNE Follow the story of the gifted Paul in Dune SHAKEN, NOT STIRRED No Time to Die: license now under special booking terms LAST NIGHT IN SOHO License Last Night in Soho now! HOUSE OF GUCCI In the name of The Father, The Son and... available to order now FIND THE RIGHT LICENCE TO SCREEN FILMS LEGALLY Launch Licence Wizard PARALLEL MOTHERS Almodóvar's irresistible latest is available to order now BELFAST Kenneth Branagh’s OSCAR®-winner for Best Original Screenplay is available to order now × LICENCE WIZARD Back × LICENCE WIZARD Yes No Back × LICENCE WIZARD * PTA * University Back × LICENCE WIZARD You will be redirected in (3). Click here to go there immediately. WE ARE THE LEADER IN NON-THEATRICAL DISTRIBUTION Filmbankmedia represents prominent Hollywood and independent studios and distributors from around the world. With over 15,000 titles available, we offer a wide range of non-theatrical licenses for film screenings and viewings outside the home or cinema. We service UK-based and international organisations such as community cinemas, film societies, hotels, transport and maritime operators, healthcare providers and many more. FILM SOCIETIES & COMMUNITY CINEMAS OUTDOOR & DRIVE-INS VIRTUAL SCREENING ROOM & HYBRID SCREENING CORPORATE EVENTS MARITIME HOTELS EDUCATION TRANSPORT Can't see your market? Launch our Licence Wizard. It is a legal requirement to acquire copyright licensing to screen films outside the home or cinema. To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video Play Current Time 0:00 / Duration Time 0:00 Remaining Time -0:00 Stream TypeLIVE Loaded: 0% Progress: 0% 00:00 Fullscreen 00:00 Mute Playback Rate 1 Subtitles * subtitles off Captions * captions off Chapters * Chapters FEATURED TRAILERS RESPECT Book now NO TIME TO DIE (SPECIAL APPROVAL REQUIRED) Book now View More To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video Play Current Time 0:00 / Duration Time 0:00 Remaining Time -0:00 Stream TypeLIVE Loaded: 0% Progress: 0% 00:00 Fullscreen 00:00 Mute Playback Rate 1 Subtitles * subtitles off Captions * captions off Chapters * Chapters To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video Play Current Time 0:00 / Duration Time 0:00 Remaining Time -0:00 Stream TypeLIVE Loaded: 0% Progress: 0% 00:00 Fullscreen 00:00 Mute Playback Rate 1 Subtitles * subtitles off Captions * captions off Chapters * Chapters LATEST NEWS NEW FIRST RUN FESTIVAL FILMS AVAILABLE! We are delighted to announce we are representing three new titles for Sony - available for film festival screenings and limited theatrical runs. Read More DISNEY+: THE FRENCH DISPATCH, SUMMER OF SOUL AND THE EYES OF TAMMY FAYE You can now use your Disney+ subscription for your screening of The French Dispatch and OSCAR®-winners Summer of Soul and The Eyes of Tammy Faye with ... Read More AWARDS SEASON IS HERE! Read More View More OUR FILMS * Awards Nominees * Coming Soon * Recently Added * Films Available to Pre-Order * View all AWARDS NOMINEES MALEFICENT: MISTRESS OF EVIL 2019 AD ASTRA 2019 JUDY 2019 HARRIET 2019 JOKER 2019 PAIN AND GLORY 2019 SORRY WE MISSED YOU 2019 RICHARD JEWELL 2020 BELFAST 2022 DUNE 2021 DRIVE MY CAR 2021 WEST SIDE STORY 2021 KING RICHARD 2021 ENCANTO 2021 NO TIME TO DIE (SPECIAL APPROVAL REQUIRED) 2021 NIGHTMARE ALLEY 2022 LICORICE PIZZA 2022 PARALLEL MOTHERS 2022 CRUELLA 2021 THE EYES OF TAMMY FAYE 2022 SUMMER OF SOUL (...OR, WHEN THE REVOLUTION COULD NOT BE TELEVISED) 2021 SPENCER 2021 HOUSE OF GUCCI 2021 CYRANO 2022 LAST NIGHT IN SOHO 2021 RAYA AND THE LAST DRAGON 2021 FREE GUY 2020 THE MATRIX RESURRECTIONS 2021 GHOSTBUSTERS: AFTERLIFE 2021 BOOKSMART 2019 MISSING LINK 2019 SHAUN THE SHEEP MOVIE: FARMAGEDDON 2019 HOW TO TRAIN YOUR DRAGON: THE HIDDEN WORLD 2019 ROCKETMAN 2019 WILD ROSE 2019 MALEFICENT: MISTRESS OF EVIL 2019 AD ASTRA 2019 JUDY 2019 HARRIET 2019 JOKER 2019 PAIN AND GLORY 2019 SORRY WE MISSED YOU 2019 RICHARD JEWELL 2020 BELFAST 2022 DUNE 2021 DRIVE MY CAR 2021 WEST SIDE STORY 2021 KING RICHARD 2021 ENCANTO 2021 NO TIME TO DIE (SPECIAL APPROVAL REQUIRED) 2021 NIGHTMARE ALLEY 2022 ; OUR DISTRIBUTORS SIGN UP TO OUR NEWSLETTER RECEIVE NEWS ABOUT OUR UPCOMING FILMS AND SPECIAL RELEASES Sign up Covid-19 important notice: please ensure to always check the latest guidance and regulations from the government in regards to your screenings before placing bookings. All screenings booked with us must be compliant with relevant local and national government guidelines and regulations. × IMAGE BANK SIGN-IN ; Username Email is required Invalid email address Password Password is required Login Reset / Forgotton password? Not a member? Create an account × CREATE AN IMAGE BANK ACCOUNT ; A member with this e-mail address already exists. Name Name is required Email Email is required Invalid email address Single Title Screening Licence (STSL) Account Reference Your STSL Account Reference is required Password Password is required Minimum length is 4 characters. Retype password Please retype password Password doesn't match Minimum length is 4 characters. Create a new account × CREATE AN IMAGE BANK ACCOUNT Thank you for registering to Image Bank. Your account verification email has been sent. Please check your email. × FORGOTTEN PASSWORD ; We'll email you a link to reset your password. Email is required Invalid email address Reset password × PLEASE CHECK YOUR EMAIL A reset password link has been sent. Please check your email. × IMAGE BANK SIGN-IN You are now logged in to Filmbank Image Bank. Browse our catalogue to select movie and download promotional materials. We use cookies (or similar) to measure our audience and enhance your browsing experience on this site. By clicking “accept” or by further exploring our site, you agree to our use of cookies. You can find out more (including how to withdraw your consent) by reading our privacy notice. Accept Filmbank Distributors Limited © 2022. All Rights Reserved. This website is operated by Filmbank Distributors Ltd. a company incorporated under the laws of England and Wales with company number 1021212 and with its registered address at Warner House, 98 Theobald's Road, London, WC1X 8WB, England. Vat Reg No: GB 446 029455. Click to view the Filmbankmedia Website Policy. CHANGE REGIONS * Brazil * Caribbean * Croatia * Czech Republic * Germany * India * Italy * Latin America * Poland * Southern Africa * Southeast Asia * Spain * United Arab Emirates SITE NAVIGATION * News * Markets * Films * TV Programmes * Licensing * Technology * Content & Acquisitions * Services * About Us * Contact Us * Terms of Use * Privacy Notice FOLLOW US * * * * WELCOME For a better experience, please visit our site. Visit site Stay on current site × CURRENTLY UNAVAILABLE Our booking site is currently unavailable. We are working as quickly as we can to get it back up and running. Our sincere apologies for the inconvenience.