'); $(".awardLLA").attr("data-toggle","tooltip").attr("data-placement","bottom"); $(".awardLLA").attr({ title: "Life Achievement Award: This filmmaker received an AFI Life Achievement Award." }); $(".offscreenCrediticon").append('
'); $(".awardOF").attr("data-toggle","tooltip").attr("data-placement","bottom"); $(".awardOF").attr({ title: "Offscreen Credit: This credit did not appear onscreen and was derived from contemporary sources." }); $(".partiallyViewIcon").append('
'); $(".awardPV").attr("data-toggle","tooltip").attr("data-placement","bottom"); $(".awardPV").attr({ title: "Partially Viewed by AFI: This film was partially viewed by AFI for the Synopsis and Credits." }); $(".nameTitleicon").append('
'); $(".awardNA").attr("data-toggle","tooltip").attr("data-placement","bottom"); $(".awardNA").attr({ title: "Name Occurs Before Title: This filmmaker's name was displayed before the title in onscreen credits." }); $(".viewbyAFIicon").append('
'); $(".awardAFI").attr("data-toggle","tooltip").attr("data-placement","bottom"); $(".awardAFI").attr({ title: "Viewed by AFI: This film was viewed in its entirety by AFI for the Synopsis and Credits." }); var Fullview; $(".fullviewheadings").hide(); var isPremium = ($("#modelIsPremium").val() == "True"); var isShowPoster = ($("#modelIsShowPoster").val() == "True"); var isShowVideo = ($("#modelIsShowVideo").val() == "True"); if (isPremium == true || isShowPoster == true) { //$(".blockMovies").addClass("col-md-7"); //$(".blockMovies").removeClass("col-xs-12"); } else { if (ReleaseYear >= 1994) { $(".blockMovies").removeClass("col-lg-8 col-sm-8"); $(".blockMovies").addClass("col-lg-12 col-sm-12"); $("#movieDetials").attr("class","col-md-12"); $("#search_header").addClass("searchheaderfullwidth"); // $("#movieDetials").addClass("col-lg-12"); // $(".bannerImg-container").css("display","none"); } else { $(".blockMovies").removeClass("col-md-7"); $(".blockMovies").addClass("col-lg-12 col-sm-12"); $("#search_header").addClass("searchheaderfullwidth"); $(".row").removeClass("imagerow"); if (($(window).width() < 768)) { $(".bannerImg-container").css("display","none"); $(".blockMovies h1, h3, .headerBg ").removeClass("nomobil"); $(".row").removeClass("imagerow"); } $(window).resize(function() { var width = $(document).width(); if (($(window).width() < 768)) { $(".bannerImg-container").css("display","none"); $(".blockMovies h1, h3, .headerBg ").removeClass("nomobil"); $(".row").removeClass("imagerow"); } }); //new line of code// } } function scrollToAnchor(aid){ var aTag = $("#"+aid); $('html,body').animate({scrollTop: aTag.offset().top},'slow'); } $(".morecastlink").click(function (e) { e.preventDefault(); $("#historytab").removeClass("active"); $("#detailstab").removeClass("active"); $("#creditstab").removeClass("active"); $("#synopsistab").removeClass("active"); $("#genretab").removeClass("active"); $("#creditstab").addClass("active"); if ((Fullview == false) || (typeof Fullview == 'undefined')) { scrollToAnchor("topofcastsection1"); } else { scrollToAnchor("topofcastsection2"); } }); if ($("#historytab").is(':visible') === false) { $("#historytab").removeClass("active"); $("#detailstab").removeClass("active"); $("#creditstab").removeClass("active"); $("#synopsistab").removeClass("active"); $("#genretab").removeClass("active"); $('#detailstablink').trigger('click'); $("#detailstab").addClass("active"); } $('.ccplus , .ccminus').click(function () { $(".ccresultgrid").toggle(); $(".ccminus").toggle(); $(".ccplus").toggle(); $("#limcredits").toggle(); }); $('#divhistplus , #divhistminus').click(function () { $("#exTab2 .histresultgrid").toggle(); $("#divhistminus").toggle(); $("#divhistplus").toggle(); $("#limhistory").toggle(); }); $("#fullhistory2").removeAttr("display"); $("#fullhistory2").attr("style", "display: none;"); $('#div2plus , #div2minus').click(function () { $("#exTab4 .simresultgrid").toggle(); $("#div2minus").toggle(); $("#div2plus").toggle(); $("#div2short").toggle(); $("#fullhistory2").toggle(); }); $('#div2plus, .sumplus, .summinus').click(function () { $("#fullhistory2 p").addClass('fullviewp'); // $("#fullhistory2").removeAttr("display"); //$("#fullhistory2").addAttr("display","block !importanat"); }); $('#div2minus').click(function () { // $("#fullhistory2").attr("display","none !importanat"); }); $('.sumplus , .summinus').click(function () { $("#exTab2 .sumresultgrid").toggle(); $(".summinus").toggle(); $(".sumplus").toggle(); $("#limsummary").toggle(); }); $('#divhistplus, .sumplus, .summinus').click(function () { $("#fullhistory p").addClass('fullviewp'); }); $('.ssplus , .ssminus').click(function () { $(".ssresultgrid").toggle(); $(".ssminus").toggle(); $(".ssplus").toggle(); $("#limsongsource").toggle(); }); $('.lsplus , .lsminus').click(function () { $(".lsresultgrid").toggle(); $(".lsminus").toggle(); $(".lsplus").toggle(); $("#limliterarysource").toggle(); }); $('.msplus , .msminus').click(function () { $(".msresultgrid").toggle(); $(".msminus").toggle(); $(".msplus").toggle(); $("#limmusicsource").toggle(); }); $('.authplus , .authminus').click(function () { $(".authresultgrid").toggle(); $(".authminus").toggle(); $(".authplus").toggle(); $("#limauthsource").toggle(); }); $('.compplus , .compminus').click(function () { $(".compresultgrid").toggle(); $(".compminus").toggle(); $(".compplus").toggle(); $("#limcompsource").toggle(); }); $('.perfplus , .perfminus').click(function () { $(".perfresultgrid").toggle(); $(".perfminus").toggle(); $(".perfplus").toggle(); $("#limperfsource").toggle(); }); $('.fullView , .fpvplus , .fpvminus').click(function () { var Credit_div = $("#2"); var Details_div = $("#3"); var History_div = $("#1"); var Genre_div = $("#5"); var Synopsis_div = $("#4"); var limhistory_div = $("#limhistory"); var div2short_div = $("#div2short"); var BibliographicSources_parent_div = $("#7"); var BibliographicSources_div = $("#6"); var NotesCredit_div = $("#7"); if ((Fullview == false) || (typeof Fullview == 'undefined')) { $("#tab-menu").toggle(); $("#tab-conentcontainer").removeClass("tab-content"); $(".fullviewheadings").show(); $(".fullView").addClass('minusview'); $("#exTab2").show(); $(".sumresultgrid").show(); $(".histresultgrid").show(); $(".simresultgrid").show(); $(".minus").hide(); $(".plus").hide(); $("#limhistory").hide(); $("#div2short").hide(); $("#limcredits").hide(); $("#limsummary").hide(); $(".ccresultgrid").show(); $(".ccminus").hide(); $(".ccplus").hide(); $(".ssresultgrid").show(); $(".ssminus").hide(); $(".ssplus").hide(); $("#limsongsource").show(); $(".lsresultgrid").show(); $(".lsminus").show(); $(".lsplus").hide(); $("#limliterarysource").show(); $(".msresultgrid").show(); $(".msminus").show(); $(".msplus").hide(); $("#limmusicsource").show(); $(".authresultgrid").show(); $(".authminus").show(); $(".authplus").hide(); $("#limauthsource").hide(); $(".compresultgrid").show(); $(".compminus").hide(); $(".compplus").hide(); $("#limcompsource").hide(); $(".perfresultgrid").show(); $(".perfminus").show(); $(".perfplus").hide(); $("#limperfsource").hide(); $("#fullhistory p").addClass('fullviewp'); $("#fullhistory2 p").addClass('fullviewp'); $('[class*="plus"]').hide(); $('[class*="minus"]').hide(); $(".fpvminus").show(); $(".fpvplus").hide(); $(".border-nav").toggleClass('border-top-0'); Details_div.insertAfter(Credit_div); if(History_div.is(':visible')) { History_div.insertAfter(Details_div); if(Genre_div.is(':visible')) { Genre_div.insertAfter(History_div); if(Synopsis_div.is(':visible')) { Synopsis_div.insertAfter(Genre_div); if(BibliographicSources_div.is(':visible')) { BibliographicSources_div.insertAfter(Synopsis_div); } } } } if(Genre_div.is(':visible')) { Genre_div.insertAfter(History_div); if(Synopsis_div.is(':visible')) { Synopsis_div.insertAfter(Genre_div); if(BibliographicSources_div.is(':visible')) { BibliographicSources_div.insertAfter(Synopsis_div); } } } if(Synopsis_div.is(':visible')) { Synopsis_div.insertAfter(Genre_div); if(BibliographicSources_div.is(':visible')) { BibliographicSources_div.insertAfter(Synopsis_div); } } if(BibliographicSources_div.is(':visible')) { BibliographicSources_div.insertAfter(Synopsis_div); } Fullview = true; } else { $("#tab-menu").toggle(); $(".fullView").removeClass('minusview'); $(".border-nav").toggleClass('border-top-0'); $("#tab-conentcontainer").addClass("tab-content"); $(".fullviewheadings").hide(); $("#exTab2").show(); $(".sumresultgrid").hide(); $(".histresultgrid").hide(); $(".simresultgrid").hide(); $(".minus").hide(); $(".plus").show(); $("#limhistory").show(); $("#div2short").show(); $("#limcredits").show(); $("#limsummary").show(); $(".ccresultgrid").hide(); $(".ccminus").hide(); $(".ccplus").show(); $(".ssresultgrid").hide(); $(".ssminus").hide(); $(".ssplus").show(); $("#limsongsource").show(); $(".lsresultgrid").hide(); $(".lsminus").hide(); $(".lsplus").show(); $("#limliterarysource").show(); $(".msresultgrid").hide(); $(".msminus").hide(); $(".msplus").show(); $("#limmusicsource").show(); $(".authresultgrid").hide(); $(".authminus").hide(); $(".authplus").show(); $("#limauthsource").show(); $(".compresultgrid").hide(); $(".compminus").hide(); $(".compplus").show(); $("#limcompsource").show(); $(".perfresultgrid").hide(); $(".perfminus").hide(); $(".perfplus").show(); $("#limperfsource").show(); $("#fullhistory p").addClass('fullviewp'); $("#fullhistory2 p").addClass('fullviewp'); $('[class*="plus"]').show(); $('[class*="minus"]').hide(); $(".fpvminus").hide(); $(".fpvplus").show(); if(BibliographicSources_div.is(':visible')) { NotesCredit_div.append(BibliographicSources_div); //BibliographicSources_div.insertAfter(limhistory_div); //BibliographicSources_div.insertAfter(div2short_div); } Fullview = false; } $(".fa-plus-square").show(); }); if (ReleaseYear <= 1910) { $(".fullView").trigger("click"); } if (ReleaseYear >= 1994) { $(".hedAfi").hide(); $(".subhedAfi").hide(); $("#divMasterPageTop").addClass("bgpost93"); $(".panelSearch").css("top","17px"); $(".nav-search-scope").css("background-color","#263f66"); $("#headerBackground").removeClass("headerBg"); $("#headerBackground").addClass("headerBgpost93"); $(".search-header-details").attr('id','headerBgpost93'); $(".blockMovies").attr('id','headerBgpost93'); $(".search-header-details").css("margin","0"); $(".tabdetail ").attr('id','tabpost93'); $(".more, .less").addClass("morepost93"); $(".icon-containerInner").css("right","33px"); $(".row-eq-height").attr("id","rowpost93"); $(".bannerImg-container").hide(); $("#movieDetials").removeClass("resultbg"); $("#movieDetials").removeClass("col-md-9"); $("#movieDetials").addClass("col-md-12"); $(".topsearch").css("display","none"); if ("VERIFIED" == "STUB RECORD VERIFIED") { $(".fullView").trigger("click"); } if (($(window).width() < 991)) { $(".panelSearch").css("top","0"); //$(".bgpost93").css("display", "none"); $("#mobilsearch").css({ 'background' : '#263f66', }); $(".nav-search-scope").css("border","0"); $(".searchContainer").css("top","10px"); $(".addinfoList") $(".headcontainer").addClass("bgpost93Hed"); $('.addinfoList ul li').hide().filter(':lt(6)').show(); $("#mobilsearch").css({ 'background': '#263f66', 'border-top': '1px solid rgba(255, 255, 255, 0.41)', 'border-bottom': '1px solid rgba(255, 255, 255, 0.41)', }); $(".icon-bar").css("background", "#5388db"); $(".closeSearch").css("background", "red"); $("#mobilesearchIcon").addClass("cp93"); $(".searchContainer").addClass("p93"); $(".nav-search-scope").css("border", "0"); $(".searchContainer").css("top", "10px"); $(".headcontainer").addClass("bgpost93Hed"); } var a; $(window).resize(function () { clearTimeout(a); a = setTimeout(function () { if (($(window).width() < 991)) { //$(".bgpost93").css("display", "none"); $(".panelSearch").css("top", "0"); $("#mobilsearch").css({ 'background': '#263f66', 'border-top': '1px solid rgba(255, 255, 255, 0.41)', 'border-bottom': '1px solid rgba(255, 255, 255, 0.41)', }); $(".icon-bar").css("background", "#5388db"); $(".closeSearch").css("background", "red"); $("#mobilesearchIcon").addClass("cp93"); $(".searchContainer").addClass("p93"); $(".nav-search-scope").css("border", "0"); $(".searchContainer").css("top", "10px"); $(".headcontainer").addClass("bgpost93Hed"); } if (($(window).width() > 991)) { //$(".bgpost93").css("display", "block"); $(".panelSearch").css("top", "15px"); //$("#mobilsearch").css({ // 'background': '#263f66', // 'border-top': '1px solid rgba(255, 255, 255, 0.41)', // 'border-bottom': '1px solid rgba(255, 255, 255, 0.41)', //}); //$(".icon-bar").css("background", "#5388db"); //$(".closeSearch").css("background", "red"); //$("#mobilesearchIcon").addClass("cp93"); //$(".searchContainer").addClass("p93"); $(".nav-search-scope").css("border", "2px solid #fff"); //$(".searchContainer").css("top", "10px"); $(".headcontainer").removeClass("bgpost93Hed"); } }, 150); }); } $(document).ready(function (){ var toolOptions2 var toolOptions; var isOS = /iPad|iPhone|iPod/.test(navigator.platform); var isAndroid = /(android)/i.test(navigator.userAgent); ///////////////////////////////////////// if OS if (isOS){ toolOptions = { animation: false, placement:"bottom", container:"body" }; $('.red-tooltip').tooltip(toolOptions); $('.red-tooltip').css( 'cursor', 'pointer' ); $('body').on("touchstart", function(e){ $(".red-tooltip").each(function () { // hide any open tooltips when the anywhere else in the body is clicked if (!$(this).is(e.target) && $(this).has(e.target).length === 0 && $('.tooltip').has(e.target).length === 0) { $(this).tooltip('hide'); }////end if }); }); ///////////////////////////////////////// if Android } else if(isAndroid){ toolOptions = { animation: false, placement:"bottom", container:"body" }; toolOptions2 = { animation: false, placement:"left", container:"body" }; $('.c_tool1').tooltip(toolOptions); $('.c_tool2').tooltip(toolOptions); $('.c_tool3').tooltip(toolOptions2); ///////////////////////////////////////// if another system } else { toolOptions = { animation: true, placement:"bottom", container:"body" }; $('.red-tooltip').tooltip(toolOptions); }//end if system }); var divs = $(".columndisplay > .col-sm-4"); for (var i = 0; i < divs.length; i += 3) { divs.slice(i, i + 3).wrapAll("
"); } //if (($(window).width() < 991)) { // var ndivs = $(".wrapper > .col-sm-4"); // for (var i = 0; i < ndivs.length; i += 3) { // ndivs.slice(i, i + 3).wrapAll("
"); // var iframe = $(".tabVideo >iframe"); // iframe.addClass("videoFrame"); // $(".row .row-eq-height").css("margin","0"); // } //} //debugger; $(window).resize(function() { if($(window).width() > 414){ $(".wrapper > div").removeClass("tabVideo col-sm-4 "); $(".wrapper > div").addClass("col-md-12") $(".topsearch").removeClass("col-sm-12 col-xs-12"); } if($(window).width() < 414){ $(".wrapper > div").addClass("tabVideo col-sm-4 "); $(".wrapper > div").removeClass("col-md-12") $(".topsearch").addClass("col-sm-12 col-xs-12"); } }); if($(window).width() > 414){ $(".wrapper > div").removeClass("tabVideo col-sm-4 "); $(".wrapper > div").addClass("col-md-12") $(".topsearch").removeClass("col-sm-12 col-xs-12"); } if($(window).width() < 414){ $(".wrapper > div").addClass("tabVideo col-sm-4 "); $(".wrapper > div").removeClass("col-md-12") $(".topsearch").addClass("col-sm-12 col-xs-12"); } //if (($(window).width() < 768)) { // $(".wrapper > div").removeClass("row row-eq-height"); // $(".wrapper > div").children().unwrap(); // $("#tab-menu li").click(function(){ // $('#tab-menu li').tooltip({ "data-placement": 'top' }); // }); //} // $("#preimumDetails ").find('.listMovies:not(:first)').remove(); $(window).resize(function() { var windowWidth = $(this).width(); if (($(window).width() > 414)) { //$('.listMovies:nth-child(2), .listMovies:nth-child(3)').css("display","none"); $(".thumbnails li:first-child").addClass("col-xs-3").removeClass("col-xs-5"); $(".thumbnails li:nth-child(2)").addClass("col-xs-9").removeClass("col-xs-7"); $('#preimumDetails .listMovies:nth-child(1)').removeClass("col-xs-12").addClass("col-xs-6"); $('#preimumDetails .listMovies:nth-child(2)').removeClass("col-xs-12").addClass("col-xs-6").css("display","block"); } if (($(window).width() < 414)) { //$('.listMovies:nth-child(2), .listMovies:nth-child(3)').css("display","none"); $(".thumbnails li:first-child").addClass("col-xs-5").removeClass("col-xs-3"); $(".thumbnails li:nth-child(2)").addClass("col-xs-7").removeClass("col-xs-9"); $('#preimumDetails .listMovies:nth-child(1)').removeClass("col-xs-6").addClass("col-xs-12"); $('#preimumDetails .listMovies:nth-child(2)').removeClass("col-xs-12").addClass("col-xs-6").css("display","none"); } }); if (($(window).width() > 414)) { //$('.listMovies:nth-child(2), .listMovies:nth-child(3)').css("display","none"); $(".thumbnails li:first-child").addClass("col-xs-3").removeClass("col-xs-5"); $(".thumbnails li:nth-child(2)").addClass("col-xs-9").removeClass("col-xs-7"); $('#preimumDetails .listMovies:nth-child(1)').removeClass("col-xs-12").addClass("col-xs-6"); $('#preimumDetails .listMovies:nth-child(2)').removeClass("col-xs-12").addClass("col-xs-6").css("display","block"); } if (($(window).width() < 414)) { //$('.listMovies:nth-child(2), .listMovies:nth-child(3)').css("display","none"); $(".thumbnails li:first-child").addClass("col-xs-5").removeClass("col-xs-3"); $(".thumbnails li:nth-child(2)").addClass("col-xs-7").removeClass("col-xs-9"); $('#preimumDetails .listMovies:nth-child(1)').removeClass("col-xs-6").addClass("col-xs-12"); $('#preimumDetails .listMovies:nth-child(2)').removeClass("col-xs-12").addClass("col-xs-6").css("display","none"); } // $(".result a").attr("data-toggle","tooltip").attr("class","red-tooltip").attr("data-placement","bottom"); //$(".result a").prop("title","Keep exploring the AFI Catalog for films with similar themes, subjects and filmmakers."); var tabs = $('.cd-tabs'); tabs.each(function(){ var tab = $(this), tabItems = tab.find('ul.cd-tabs-navigation'), tabContentWrapper = tab.children('ul.cd-tabs-content'), tabNavigation = tab.find('nav'); tabItems.on('click', 'a', function(event){ event.preventDefault(); var selectedItem = $(this); if( !selectedItem.hasClass('selected') ) { var selectedTab = selectedItem.data('content'), selectedContent = tabContentWrapper.find('li[data-content="'+selectedTab+'"]'), slectedContentHeight = selectedContent.innerHeight(); tabItems.find('a.selected').removeClass('selected'); selectedItem.addClass('selected'); selectedContent.addClass('selected').siblings('li').removeClass('selected'); //animate tabContentWrapper height when content changes tabContentWrapper.animate({ 'height': slectedContentHeight }, 200); } }); //hide the .cd-tabs::after element when tabbed navigation has scrolled to the end (mobile version) checkScrolling(tabNavigation); tabNavigation.on('scroll', function(){ checkScrolling($(this)); }); }); //debugger; //if ($(window).width() < 1990) { // if ( $('.cd-tabs-navigation li').length < 5 ) { // $(".nav-tabs").css("padding","0 0 0 150px") // } //}else{ // $(".nav-tabs").css("","") //} //if ($(window).width() < 430){ // $(".nav-tabs").css("padding","0") //} //var supportsOrientationChange = "onorientationchange" in window, //orientationEvent = supportsOrientationChange ? "orientationchange" : "resize"; //$(window).on(orientationEvent, function(evt){ // if ($(window).width() < 737) { // if ( $('.cd-tabs-navigation li').length < 5 ) { // $(".nav-tabs").css("padding","0 0 0 130px") // } // }if ($(window).width() < 430){ // $(".nav-tabs").css("padding","0") // } //}); $(window).on('resize', function(){ tabs.each(function(){ var tab = $(this); checkScrolling(tab.find('nav')); tab.find('.cd-tabs-content').css('height', 'auto'); }); }); function checkScrolling(tabs){ var totalTabWidth = parseInt(tabs.children('.cd-tabs-navigation').width()), tabsViewport = parseInt(tabs.width()); if( tabs.scrollLeft() >= totalTabWidth - tabsViewport) { tabs.parent('.cd-tabs').addClass('is-ended'); } else { tabs.parent('.cd-tabs').removeClass('is-ended'); } } $('#tab-menu #printnav a').click(function (){ var href = $('#printnav a').attr('href'); window.location.href = href; //$(href).attr( 'target', '_blank' ); }); });

The Fly (1986)

R | 96 mins | Horror, Science fiction | 1986

Director:

David Cronenberg

Producer:

Stuart Cornfeld

Cinematographer:

Mark Irwin

Editor:

Ronald Sanders

Production Designer:

Carol Spier

Production Company:

Brooksfilms
Full page view
HISTORY

The summary and note for this entry were completed with participation from the AFI Academic Network. Summary and note were written by participant William Hemstrom, a student at Oregon State University, with Jon Lewis as academic advisor.
       According to a 10 Jun 1986 HR news item, a “reconceptualization” of The Fly (1958, see entry) started preproduction in England during Jan 1985, with Robert Bierman directing. After a “family tragedy” that forced Bierman to leave the project, David Cronenberg was hired to direct the film and principal photography began in Toronto, Canada, Cronenberg’s hometown, on 1 Dec 1985. In an 8 Aug 1986 interview with LA Weekly, Cronenberg reported that he rewrote much of Charles Edward Pogue’s original script, but “almost 100 percent” of the film’s depiction of character “Seth Brundle’s” metamorphosis from a human into a fly was consistent with Pogue’s screenplay. Cronenberg noted that his changes included removing campy aspects retained from the original film and a cameo with actor Vincent Price. Seth’s line, “Please help me,” which was used in advertising campaigns and became popularly associated with the film, was retained from the 1958 picture. As stated in LA Weekly, Cronenberg’s casting in the role of the “gynecologist” was “accidental” because producer Stuart Cornfeld, who was initially going to play the part, “got cold feet.”
       As noted in a 9 Oct 1986 Rolling Stone article, Pogue pitched his idea for a remake of The Fly to Cornfeld in 1984. Although Twentieth Century Fox Film Corporation owned the rights to The Fly, the studio opted against ...

More Less

The summary and note for this entry were completed with participation from the AFI Academic Network. Summary and note were written by participant William Hemstrom, a student at Oregon State University, with Jon Lewis as academic advisor.
       According to a 10 Jun 1986 HR news item, a “reconceptualization” of The Fly (1958, see entry) started preproduction in England during Jan 1985, with Robert Bierman directing. After a “family tragedy” that forced Bierman to leave the project, David Cronenberg was hired to direct the film and principal photography began in Toronto, Canada, Cronenberg’s hometown, on 1 Dec 1985. In an 8 Aug 1986 interview with LA Weekly, Cronenberg reported that he rewrote much of Charles Edward Pogue’s original script, but “almost 100 percent” of the film’s depiction of character “Seth Brundle’s” metamorphosis from a human into a fly was consistent with Pogue’s screenplay. Cronenberg noted that his changes included removing campy aspects retained from the original film and a cameo with actor Vincent Price. Seth’s line, “Please help me,” which was used in advertising campaigns and became popularly associated with the film, was retained from the 1958 picture. As stated in LA Weekly, Cronenberg’s casting in the role of the “gynecologist” was “accidental” because producer Stuart Cornfeld, who was initially going to play the part, “got cold feet.”
       As noted in a 9 Oct 1986 Rolling Stone article, Pogue pitched his idea for a remake of The Fly to Cornfeld in 1984. Although Twentieth Century Fox Film Corporation owned the rights to The Fly, the studio opted against financing a remake after reading Pogue’s script. According to Cornfeld, the studio did not think a picture “where the protagonist becomes the antagonist” would be marketable. After Cornfeld sold the script to director Mel Brooks’s production company, Brooksfilms, which had previously financed “body horror” films such as The Elephant Man (1980, see entry), Brooks was eager to recruit Cronenberg. According to Rolling Stone, when Cronenberg’s agent requested fees of $800,000 to direct the picture and $150,000 to rewrite the script, Brooks offered him $1 million. Meanwhile, Twentieth CenturyFox shifted leadership and decided to release the picture.
       Rolling Stone reported that the role of Seth was turned down by John Malkovich and Richard Dreyfuss before Jeff Goldblum was cast. Although Goldblum was romantically involved with Geena Davis at the time, he did not suggest her as his leading lady, according to Rolling Stone, and Cronenberg pursued her for the role of “Veronica Quaife” on his own accord.
       As stated in studio production notes from AMPAS library files, special effects and “Fly” designer Chris Walas began work on the project with a staff of thirty assistants at his San Rafael, CA, studio in Sep 1985. In Oct of the same year, a cast of Goldblum’s body, including his teeth, was made to construct the effects used to depict Seth’s metamorphosis. Cronenberg stated in production notes that he wanted to portray “a fusion of two creatures to create something new” rather than an insect already familiar to audiences. The variety of fly used in the film was the “blow fly,” or Calliphora Vomitra, which was selected because it is several times larger than a “house fly,” making it easier to capture on film.
       According to production notes, locations included Toronto International Studios in Kleinburg, Ontario, the Art Gallery of Ontario and the Chinese Consulate in Toronto, which provided the exterior of Seth’s doctor’s office. The operating room, where Seth breaks through a glass wall to rescue Veronica, was constructed on a sound stage and consisted of a thirteen by nine square foot wall of breakaway glass bricks, each six inches thick.
       SynthaVision, the company that designed the special effects and computer animation “textures” during Seth’s teleportation scenes, reportedly used techniques “relatively new to film,” according to a 15 Aug 1986 Back Stage article. With a ten-week schedule, the company chose to combine digital animation with hand-drawn illustrations rather than build models, which would have forced them to exceed their time constraints and budget. The entire film cost $10 million, according to HR on 10 Jun 1986.
       Although research conducted by CinemaScore on the film’s opening day suggested a B grade, as reported in HR on 20 Aug 1986, Rolling Stone, stated in its 9 Oct 1986 article that the film was the “top-grossing film in the country” for the first two weeks after its release. On 21 Aug 1986, Washington Post estimated the opening weekend box-office gross at $7 million. However, Rolling Stone predicted The Fly’s popularity would be difficult to maintain because potential audiences were turned off by reports of its “viscera” and gore. Cronenberg told Rolling Stone that he intended for audiences to “watch the unwatchable” and based the final scenes of Seth’s decomposition on the death of his own father, who had suffered from bone disease. Cronenberg stated that he used the horror genre not to provide an escape from reality, but rather to convey an “ultra-ultra-reality” that forced viewers to reevaluate their perceptions of normality. However, the 21 Aug 1986 Washington Post noted two scenes that were edited from the film by Cronenberg because they were deemed “too disturbing,” although the director vowed to include them in the video release. One scene, which depicts Seth attempting to bite off the leg of a fly after it protrudes from his skin, caused a woman to faint at a preview screening. The second edited sequence showed a two-headed creature, part baboon and part cat, that attacks itself and Seth at the same time.
       A sequel to the film, The Fly II (see entry), directed by Chris Walas, was released in 1989. A 5 Sep 2003 DV news item announced that Fox Searchlight hired Todd Lincoln to write and direct another remake of The Fly, but the film was not produced. On 16 Feb 2007, LAT reported that the Los Angeles Opera and the Théâtre du Châtelet in Paris had teamed to produce an opera based on The Fly, and Cronenberg was set to direct. The opera premiered in Paris on 2 Jul 2008.

Less
GEOGRAPHIC LOCATIONS
SOURCE CITATIONS
SOURCE
DATE
PAGE
Back Stage
15 Aug 1986
p. 40
Daily Variety
8 Aug 1986
---
Daily Variety
5 Sep 2003
---
Hollywood Reporter
17 Dec 1985
---
Hollywood Reporter
10 Jun 1986
---
Hollywood Reporter
11 Aug 1986
p. 3, 6
Hollywood Reporter
20 Aug 1986
---
LA Weekly
8 Aug 1986
---
Los Angeles Times
14 Aug 1986
p. 1, 12
Los Angeles Times
16 Feb 2007
---
New York Times
15 Aug 1986
p. 18
Rolling Stone
9 Oct 1986
pp. 45-46
Variety
13 Aug 1986
p. 11
Washington Post
21 Aug 1986
Section C, p. 7
CAST
PRODUCTION CREDITS
NAME
PARENT COMPANY
PRODUCTION COMPANY
PRODUCTION TEXT
A David Cronenberg Film
NAME
CREDITED AS
CREDIT
DIRECTORS
Unit prod mgr
1st asst dir
2d asst dir
3d asst dir
3d asst dir
PRODUCERS
Co-prod
Co-prod
PHOTOGRAPHY
Dir of photog
1st asst cam
2d asst cam
Cam apprentice
Addl photog
Addl photog
Still photog
Best boy elec
1st elec
2d elec
Key grip
Dolly grip
Asst key grip
Grip
ART DIRECTORS
Prod des
Art dir
1st asst art dir
FILM EDITORS
Assembly ed
1st asst ed
2d asst ed
2d asst ed
Asst ed, London
Negative cutter
SET DECORATORS
Set des
Set dresser
Set dresser
Asst set dresser
Prop master
Asst prop
Const mgr
Scenic artist
Head carpenter
Revolving set des
COSTUMES
Ward mistress
MUSIC
Mus ed
Mus rec eng
Mus rec at
London
SOUND
Prod sd
Prod sd
Supv sd ed
Supv sd ed
Dial ed
A.D.R. Ed
Sd eff ed
Foley artist
Asst sd ed
Asst sd ed
Asst sd ed
Asst sd ed
Asst sd ed
Asst sd ed
Re-rec mixer
Re-rec mixer
VISUAL EFFECTS
The fly created and des by
Spec eff
Spec eff
Computer/Video eff supv
Title by
Title by
Title by
Title by
"Fly" creature eff by
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Margaret Beserra
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Crew, C.W.I.
Opticals by
Visual eff supv, Dreamquest
Motion control supv, Dreamquest
Motion control supv, Dreamquest
Anim eff des, Dreamquest
Anim eff des, Dreamquest
Opt compositing, Dreamquest
Opt compositing, Dreamquest
Opt compositing, Dreamquest
Visual eff coord, Dreamquest
MAKEUP
Makeup artist
Hairdresser
PRODUCTION MISC
Casting
Prod coord
Visual consultant
Unit pub
Prod's asst
Prod's asst
Asst to Mr. Cornfeld
Prod accountant
Post-prod coord
Transportation coord
Craft service
STAND INS
Brundle stund double
Gymnastic double
Gymnastic double
Stunt coord
SOURCES
LITERARY
Based on the short story "The Fly" by George Langelaan in Playboy (Jun 1957).
LITERARY SOURCE AUTHOR
SONGS
"Help Me," performed by Bryan Ferry, written and produced by Nile Rodgers and Bryan Ferry, Nile Rodgers and Bryan Ferry appear through the courtesy of Warner Bros. Records.
SONGWRITER/COMPOSER
DETAILS
Release Date:
1986
Premiere Information:
Los Angeles and New York openings: 15 Aug 1986
Production Date:
began 1 Dec 1985
Copyright Info
Claimant
Date
Copyright Number
Twentieth Century Fox Film Corporation
20 August 1986
PA296016
Physical Properties:
Sound
Dolby Stereo® in selected theaters
Color
Color by De Luxe®
Duration(in mins):
96
MPAA Rating:
R
Country:
United States
Language:
English
PCA No:
28229
SYNOPSIS

At a Bartok Science Industries party, Seth Brundle persuades journalist Veronica Quaife to return home with him by claiming to be on the brink of a discovery that will change the world. Inside a warehouse, Seth shows Veronica his invention of “telepods,” which she mistakes for “designer phone booths.” To demonstrate their use, Seth asks Veronica for a personal item and after she slips a stocking off one leg, Seth places it in a telepod. Seth logs into his computer with a voice-recognition password and Veronica watches as her stocking disintegrates in one telepod and reappears in another. Amazed, Veronica activates her voice recorder and interrogates Seth, who says he is working alone and even Bartok, the company financing him, does not know about the project. When Seth realizes their conversation is being recorded, he insists that his work is top secret, but Veronica refuses to give him the tape and leaves. Later, when Veronica plays the tape for her editor at Particle Magazine , Stathis Borans, he concludes that Seth is a “magician” who conned Veronica with a disappearing act. Just then, Seth arrives at Stathis’s office and invites Veronica to lunch. At a diner, Seth tells Veronica that he will lose the support of Bartok and be unable to realize his goal of teleporting life forms if she makes his work public too soon. As incentive to hold off on her article, Seth invites Veronica to shadow him in the lab and offers her the exclusive rights to his story, which, he predicts, will end when he is able to teleport ...

More Less

At a Bartok Science Industries party, Seth Brundle persuades journalist Veronica Quaife to return home with him by claiming to be on the brink of a discovery that will change the world. Inside a warehouse, Seth shows Veronica his invention of “telepods,” which she mistakes for “designer phone booths.” To demonstrate their use, Seth asks Veronica for a personal item and after she slips a stocking off one leg, Seth places it in a telepod. Seth logs into his computer with a voice-recognition password and Veronica watches as her stocking disintegrates in one telepod and reappears in another. Amazed, Veronica activates her voice recorder and interrogates Seth, who says he is working alone and even Bartok, the company financing him, does not know about the project. When Seth realizes their conversation is being recorded, he insists that his work is top secret, but Veronica refuses to give him the tape and leaves. Later, when Veronica plays the tape for her editor at Particle Magazine , Stathis Borans, he concludes that Seth is a “magician” who conned Veronica with a disappearing act. Just then, Seth arrives at Stathis’s office and invites Veronica to lunch. At a diner, Seth tells Veronica that he will lose the support of Bartok and be unable to realize his goal of teleporting life forms if she makes his work public too soon. As incentive to hold off on her article, Seth invites Veronica to shadow him in the lab and offers her the exclusive rights to his story, which, he predicts, will end when he is able to teleport himself. Returning home, Veronica is surprised to find Stathis in her shower, but the editor reminds her that she gave him the key when they were lovers. Denying his attempt to rekindle their affair, Veronica says she is not writing the teleportation article after all and asks him to leave. Back at the lab, Vernoica videotapes Seth’s attempt to teleport a baboon, but the animal is turned inside out. Later, they make love. Inspired by Veronica’s remarks about her lust for flesh, Seth sends a steak through the telepod. When Veronica reports that it tastes “synthetic,” Seth concludes that the computer is interpreting, not replicating, the objects it transports and decides to teach the computer an appreciation of animate objects. Some time later, Veronica videotapes Seth’s first successful teleportation of a baboon and they celebrate with champagne. When Veronica discovers a package from Particle that was slipped under the lab door with a mock up cover article about Seth, she excuses herself and goes to the magazine’s office. There, she argues that the story is not available for publication, but Stathis, who is jealous of her new relationship, claims that since he sent her to the Bartok party, he has rights to it, too. When Veronica promises to keep Stathis informed about Seth’s work, he agrees to wait on publishing the article. Back at the lab, Seth gets drunk, fearing that Veronica is still seeing Stathis, and decides to teleport himself. Although Seth’s transmission is successful, a fly is sealed inside his telepod with him and he begins to display manic behaviors. After reconciling with Veronica, Seth wakes to discover he has extraordinary acrobatic strength and concludes that molecular disintegration and reformation is purifying. With exceptional vigor, Seth makes love to Veronica, but she pulls away in exhaustion and cuts a sample of the unusual hairs growing from a wound on his back. Wanting Veronica to share his energy, Seth tries to force her into a telepod, but she refuses and argues that something went wrong with his experiment. Seth accuses Veronica of complacency and storms away to find a mate who can “keep up” with him. At a bar, Seth flirts with a young woman named Tawny and bets her boyfriend $100 in an arm wrestling match. Snapping the man’s wrist, Seth takes Tawny to his lab and demonstrates his invention by transporting himself through the telepods. After they make love, Seth drags Tawny toward a telepod, but Veronica arrives and scares the girl away. Veronica reports that she had Seth’s hair analyzed at a lab and it was identified as insect hair. Terrified, Veronica begs Seth to seek help, but he kicks her out, proclaiming that their deal is off. When she leaves, Seth examines his blotchy face in the mirror and bites off a fingernail. Thinking he is dying, Seth reviews the computer data from his first teleportation. He discovers there was a fly in the telepod and the system fused their bodies at a “molecular-genetic level.” Four weeks later, Veronica receives a call from Seth, who says she was right about his condition, which has worsened. At the lab, Veronica finds Seth walking with canes and covered with boils. He explains that the teleporter spliced his genes with the fly and now he is dying of cancer, but he refuses to see a doctor. Although he vomits and his ear falls off, Veronica embraces her lover as he begs for help. Later, Veronica appeals to Stathis, but he urges her not to go back to Seth. When Veronica refuses, Stathis suggests that she videotape Seth so he can see proof of his condition. Returning to the lab, Veronica discovers Seth crawling on the ceiling. Seth shares his discovery that he is not diseased, but rather turning into a “Brundlefly,” and sets up a video camera to demonstrate how he eats by regurgitating digestive enzymes. Later, as Stathis watches the tape, Veronica returns home in tears and tells him that she is pregnant with Seth’s baby. Back at the lab, Seth discovers that he can reverse his metamorphosis by teleporting himself with another human, thereby splicing his genes with those of his own species. However, when he gives the computer a voice command for “preliminary integration,” it does not recognize his voice and switches to manual input. Seth’s fingers are too disfigured to type and when Veronica arrives at the lab, Seth reports that he is losing his teeth and appendages. Crying, Veronica is unable to tell Seth about the baby and he orders her leave, warning that insects are ruthless and untrustworthy. Running outside, Veronica tells Stathis that she wants an abortion immediately, but Seth observes their interaction and follows them to the doctor’s office. When the gynecologist inquires about why Veronica is intent on having the procedure in the middle of the night, Veronica threatens to do it herself. As she is left to undress in the exam room, Seth jumps through a wall of glass bricks and carries her away. On a rooftop, Seth says the baby is his only hope of survival and begs her to keep it. Meanwhile, Stathis goes to Seth’s lab with a shotgun and, looking at the computer, learns Seth’s plan to fuse himself with another human. Seth jumps upon Stathis from the ceiling and regurgitates digestive enzymes on his hand, causing it to disintegrate. As Stathis attempts to reach his gun with his foot, Seth does the same with Stathis’s ankle. When Seth prepares to kill Stathis by regurgitating on his face, Veronica stops him and he begs her to participate in his fusion plan, so they can live as one. Pushing him away, Veronica unwittingly rips off Seth’s jaw and his body breaks apart, revealing a fully formed Brundlefly within. The insect throws her into a telepod and seals himself in another, but with only seconds to spare, Stathis shoots the wires that connect Veronica’s pod to the computer. As the teleportation is activated, the Brundlefly disintegrates and Stathis drags himself to Veronica’s telepod to release her. However, the computer reports that the Brundlefly has been fused with the telepod and it reappears, half insect and half machine. Weeping, Veronica stands over the creature with Stathis’s shotgun. The Brundlefly points the gun at his own head and she pulls the trigger.

Less
Legend
Viewed by AFI
Partially Viewed
Offscreen Credit
Name Occurs Before Title
AFI Life Achievement Award

TOP SEARCHES

Evelyn Keyes

The onscreen title cards read: "Monogram Pictures Corp. presents Leo Gorcey and The Bowery Boys in Ghost Chasers ." For more information on "The Bowery Boys" series, consult ... >>

The Defiant Ones

United Artists production notes on the film contained in the AMPAS Library state that the production was filmed on a closed set because of the provocative nature of the ... >>

High Noon

NYT articles from spring 1949 indicate that producer Stanley Kramer's company Screen Plays Corp. was to produce the film and that Mark Robson, who had directed earlier ... >>

The Wizard of Oz

The following dedication appears in the opening credits: “For nearly forty years this story has given faithful service to the Young in Heart; and Time has been powerless to ... >>

Four Sons

An item in the Mar 1927 Photoplay noted that John Ford would soon direct Grandma Bernley Learns Her Letters at Fox Studios. A studio time-table ... >>

The American Film Institute is grateful to Sir Paul Getty KBE and the Sir Paul Getty KBE Estate for their dedication to the art of the moving image and their support for the AFI Catalog of Feature Films and without whose support AFI would not have been able to achieve this historical landmark in this epic scholarly endeavor.