' ); } }); $(document).on("click", ".liste_utilisateur_voir_pw", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' affiche_liste_films_a_voir("web", $(this).attr("rel")); }); //-------------------------------------------------------------------- $(document).on("click", "#bouton_liste_reservation2", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' $('#bouton_liste_reservation').click(); }); $(document).on("click", "#bouton_liste_reservation", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //alert('liste_reservation_voir = ' + liste_reservation_voir); //console.info('liste_films_a_voir_voir = ' + liste_films_a_voir_voir); //console.info('liste_reservation_voir = ' + liste_films_a_voir_voir); ferme_liste_utilisateurs(); ferme_liste_films_a_voir(); if (liste_reservation_voir == true){ ferme_liste_reservation(); } else { // on arrete la fonction infiniteScroll avec ajaxready à false $(window).data('ajaxready', false); liste_reservation_voir = true; $("#select_statut_liste_boites").val('1'); $('*').addClass( 'cursor_wait' ); $.ajax({ //async: false, url: "/sub_films/lire_liste_reservations.php", type: "POST", data: { }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); $('#bouton_liste_reservation').removeClass('liste_reservation_on'); $('#bouton_liste_reservation').addClass('liste_reservation_off'); $('#bouton_liste_reservation2').removeClass('liste_reservation2_on'); $('#bouton_liste_reservation2').addClass('liste_reservation2_off'); $('#div_liste_reservation').html( data_json.div_liste_reservation_html ); $('#div_liste_reservation').css( 'display','table' ); $('#div_film_menu_haut').css( 'display','none' ); $('#div_film_menu_haut_liste_reservation').css( 'display','block' ); $('#div_scroll').css( 'display','none' ); //table $('#div_film').css( 'display','none' ); //table $('#titre_liste').css( 'display','none' ); //inline $('*').removeClass( 'cursor_wait' ); } }); } }) $(document).on("click", ".bouton_ferme_liste_reservation", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' // on redemarre la fonction infiniteScroll avec ajaxready à true $(window).data('ajaxready', true); //liste_reservation_voir = true; //$('#bouton_liste_reservation').click(); ferme_liste_reservation(); }) $(document).on("change", "#select_statut_liste_boites", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //console.info('change'); if ( $(this).val()== 1 ) { liste_reservation_voir = false; $('#bouton_liste_reservation').click(); } else { $('*').addClass( 'cursor_wait' ); $.ajax({ //async: false, url: "/sub_films/lire_liste_statut_boites.php", type: "POST", data: { statut_liste_boites:$(this).val() }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); $('#bouton_liste_reservation').removeClass('liste_reservation_on'); $('#bouton_liste_reservation').addClass('liste_reservation_off'); $('#bouton_liste_reservation2').removeClass('liste_reservation2_on'); $('#bouton_liste_reservation2').addClass('liste_reservation2_off'); $('#div_liste_reservation').html( data_json.div_liste_reservation_html ); $('#div_liste_reservation').css( 'display','table' ); $('#div_film_menu_haut').css( 'display','none' ); $('#div_film_menu_haut_liste_reservation').css( 'display','block' ); $('#div_scroll').css( 'display','none' ); //table $('#div_film').css( 'display','none' ); //table $('*').removeClass( 'cursor_wait' ); } }); } }); $(document).on("click", ".reload_statut_liste", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //console.info('change'); statut_actuel = $('#select_statut_liste_boites').val(); if ( statut_actuel == 1 ) { liste_reservation_voir = false; $('#bouton_liste_reservation').click(); } else { $('*').addClass( 'cursor_wait' ); $.ajax({ //async: false, url: "/sub_films/lire_liste_reservations.php", type: "POST", data: { statut_liste_boites: statut_actuel }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); $('#bouton_liste_reservation').removeClass('liste_reservation_on'); $('#bouton_liste_reservation').addClass('liste_reservation_off'); $('#bouton_liste_reservation2').removeClass('liste_reservation2_on'); $('#bouton_liste_reservation2').addClass('liste_reservation2_off'); $('#div_liste_reservation').html( data_json.div_liste_reservation_html ); $('#div_liste_reservation').css( 'display','table' ); $('#div_film_menu_haut').css( 'display','none' ); $('#div_film_menu_haut_liste_reservation').css( 'display','block' ); $('#div_scroll').css( 'display','none' ); //table $('#div_film').css( 'display','none' ); //table $('*').removeClass( 'cursor_wait' ); } }); } }); $(document).on("mouseover", ".fiche_liste_reservation", function(event) { $(this).addClass('fiche_liste_reservation_on'); //$(this).css('cursor', 'pointer') }); $(document).on("mouseout", ".fiche_liste_reservation", function(event) { $(this).removeClass('fiche_liste_reservation_on'); //$(this).css('cursor', 'normal') }); $(document).on("change", "#select_slider_min", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //console.info('change'); info_saisie_recherche=$('#saisie_recherche').val(); rechercher_films(); }); $(document).on("change", "#select_slider_max", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //console.info('change'); info_saisie_recherche=$('#saisie_recherche').val(); rechercher_films(); }); $(document).on("change", "#slider", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //console.info('change'); info_saisie_recherche=$('#saisie_recherche').val(); rechercher_films(); }); $(document).on("mouseover", "#label_dispo, #voir_dispo, #label_reload_hasard", function() { $(this).css('cursor', 'pointer'); }) $(document).on("mouseout", "#label_dispo, #voir_dispo, #label_reload_hasard", function() { $(this).css('cursor', 'default'); }) //........................................................................ $('#entete_nom').css( 'display', 'block' ); //-------------------------------- recherche stockée dans les cookies ---------------------------- //if (varglob_jeviensde != ""){ //mis en rem pour voir lire_cookies_recherche('liste'); varglob_jeviensde = ""; //} if (force_hasard == "oui" ){ varglobale_recherche_tri_liste = '0'; $("#select_tri_liste").val(varglobale_recherche_tri_liste); } if (force_pays != "" ){ $("#select_pays").val(force_pays); force_pays = ""; } if (force_catalogue != "" ){ $("#select_genres").val(force_catalogue); force_catalogue = ""; } if (varglob_page_mode != "film"){ //console.info('varglob_page_mode = ' + varglob_page_mode); affiche_liste_films('debut'); } //-------------------------------------------------------------- var positionElementInPage = $('#div_entete_milieu').offset().top; $(window).scroll( function() { if ( (varglob_film_mode != "creer") && (varglob_film_mode != "modif") ){ if ($(window).scrollTop() >= positionElementInPage) { // fixe $('#div_entete_milieu').addClass("floatable"); $('#comble_menu_fixe').show(); $('#bouton_top').css("display","inline"); } else { // relative $('#div_entete_milieu').removeClass("floatable"); $('#comble_menu_fixe').hide(); $('#bouton_top').css("display","none"); } } } ); $('#comble_menu_fixe').css('height', $('#div_entete_milieu').height()) //-------------------------------------------------------------- //------------------------ fin partie dédiés à la page ET dans le DOM ------------------------------ //==================================================================================================});//========================================== DOM ? ================================================= $(window).load(function() { //s'execute APRES le(s) $(document).ready(function() {});});//==================================================================================================//==================================================================================================//---------------------------- début partie dédiés à la page ET PAS dans le DOM --------------------function ecrire_jcookies_videodrome2_recherche(){ //console.info( 'voir_dispo = '+$("#voir_dispo").prop('checked') ); //enregistrement jCookies videodrome2_recherche //console.info( 'varglob_sav = '+varglob_sav ); if (varglob_sav == 6) { $("#select_genres").val('Enfants / Jeunesse'); } $.jCookies({ name : 'videodrome2_recherche', days:0, value : { recherche_texte:$("#saisie_recherche").val(), recherche_pays:$("#select_pays").val(), recherche_categorie:$("#select_genres").val(), recherche_slider_min:$("#select_slider_min").val(), recherche_slider_max:$("#select_slider_max").val(), recherche_tri_liste:$("#select_tri_liste").val(), recherche_mode_liste:varglobale_recherche_mode_liste, recherche_dispo:$("#voir_dispo").prop('checked') } });}function rechercher_films(){ //if (info_saisie_recherche != info_saisie_recherche_defaut ){ //console.info('ici'); if (left($("#saisie_recherche").val(),1) == '.'){ recherche_film_boite(); //ecrire_jcookies_videodrome2_recherche(); } else { ecrire_jcookies_videodrome2_recherche(); if (varglob_page_mode == "film"){ window.location.href='catalogue.php?jeviensde=film'; } else { affiche_liste_films('debut'); } } //}} message_pas_de_reponse = "
Aucun film ne correspond à la recherche spécifiée.
Quelques suggestions :
Rechercher dans tous les pays et/ou dans tous les catalogues. Élargir la période de réalisation. Vérifier l’orthographe des termes de recherche. Essayer d'autres mots et/ou un moins grand nombre de mots.
Much of the script was improvised, and many of the actors were performing onscreen for the first time. DID YOU KNOW? According to Sean Baker, the production was almost shut down midway through principal photography because his crew – unfamiliar with his directing style – believed he was “rogue and crazy.”
When DCF appears at the Magic Castle motel in The Florida Project's ending, it's never explicitly stated who made the final call. Audiences are led to believe that it was Ashley, the neighbor Halley beats up towards the end. However, the most likely culprit is Bobby.
Filming took place at various locations in Osceola County, Florida, including at the real Magic Castle Inn & Suites, which is six miles from Disney World. And yes, whether or not Moonee actually made it to Disney, a skeleton cast and crew did: Those final scenes were (secretly) filmed at the park.
Unlike Baker's previous film, which was shot with an iPhone, The Florida Project was filmed on 35mm film, except for the final scene, which was shot without authorization in Disney World's Magic Kingdom park using an iPhone 6S Plus.
DaFoe's sensitive portrayal is exceptional. The rest of the cast were first time actors Baker wanted to use to make it more documentary like, and so much of the script was improvised.
Ashley accuses Halley of being a whore—showing her a picture of her own online ad—and Halley responds by violently beating up Ashley in front of Scooty. The next day, the Florida Department of Children and Families (DCF), show up at Halley's door. Clearly, Ashley called them.
After her former friend Ashley warns Halley that everyone in the motel knows how she is earning rent money, Halley explodes and savagely beats her. This act of revenge is anything but sweet, as Halley has to vomit after her violent outburst.
The real-life location of this scene is Paradise Inn, situated at 4501 W Irlo Bronson Memorial Highway, Kissimmee. This location was transformed into the fictional Future Land motel for the movie.
Moonee's 20-something mother, Halley, is played by newcomer Bria Vinaite (who director Sean Baker discovered on Instagram) and Willem Dafoe plays the harried motel manager.
The more “obvious” reason is to demonstrate how mundane life is around the Magic Castle. How the helicopter tours don't care that they're disturbing the residents of the hotel by constantly giving more fortunate people an expensive sight seeing ride. A contrast between wealth and poverty.
Mickey's Toontown Fair was closed on February 11, 2011 in order to build the "New Fantasyland" expansion. Some elements of Mickey's Toontown Fair have been demolished and others have been re-themed to a new Storybook Circus area.
In a scene, she asks her daughter to take provocative photos of her in a swimsuit, which she then posts online to publicize herself. She is selling an image of herself in order to receive financial satisfaction. It is seen that then, a series of men come to her motel room to receive this work in exchange for money.
There's enough land here to hold all the ideas and plans we could possibly imagine." The plans for "The Florida Project," officially dubbed Disney World, called for a Disneyland-style theme park and resort area, E.P.C.O.T., an industrial park, an airport, and an entrance complex.
Halley then makes Ashley pack the uneaten food to go, but Halley just tosses it on the walk back to the motel. One day, while painting outside the motel, Bobby notices an old man, named Charlie (Carl Bradfield), wandering where the kids are playing.
[Brooklynn Prince] is just so incredible and she worked very closely with Sam [acting coach Samantha Quan], but to tell you the truth with her in particular she is a born thespian. I mean she is really acting. There is a true performance there, a true character that she found. She is wise beyond her years.
There are occasional references to "dancing for tips" and "getting laid" by adults around children. After a man threatens to evict her from the motel, a woman grudgingly pulls her menstrual pad out from her shorts and slaps it onto the man's office window. Has a humorous if crude context.
The Florida Project works in the lineage of social realism, with its use of locations, non-professional actors, long shots, and its rejection of non-diegetic sound.
Despite casting Willem Dafoe and working with a $2 million budget — the biggest in Sean Baker's career — the director knew that his sixth feature, “The Florida Project,” couldn't abandon what's become his personal trademark: populating his films with untapped talent.
Introduction: My name is Nicola Considine CPA, I am a determined, witty, powerful, brainy, open, smiling, proud person who loves writing and wants to share my knowledge and understanding with you.
We notice you're using an ad blocker
Without advertising income, we can't keep making this site awesome for you.