Box Office Movie Reviews | latest movies | new movie reviews | here you can find out all the latest movies released by holliwood. all the latest movies we present to you all..
Critics Do you want to see ?Captain America: The First Avenger?? Add to NetflixCaptain America: The First Avenger (2011)tomatometerAll CriticsTop Critics No Reviews Yet...Release Date: Jul 22, 2011 Wide No Reviews Yet...Release Date: Jul 22, 2011 Wideaudience97want to see User Ratings: 56,086 My Rating
Login with Facebook to share your reviews with friends, create a want-to-see list, and more!
Login with Facebook Movie InfoCaptain America: The First Avenger will focus on the early days of the Marvel Universe when Steve Rogers (Chris Evans) volunteers to participate in an experimental program that turns him into the Super Soldier known as Captain America. As Captain America, Rogers joins forces with Bucky Barnes (Sebastian Stan) and Peggy Carter (Hayley Atwell) to wage war on the evil HYDRA organization, led by the villainous Red Skull (Hugo Weaving.) -- (C) Paramount
PG-13,
Mystery & Suspense, Action & Adventure
Directed By:Joe Johnston
Written By:Christopher Markus, Stephen McFeely
In Theaters: Jul 22, 2011 Wide
Paramount Pictures
Captain America: The First Avenger Trailer & PhotosMore Photos (39)More Trailers and Videos (18)Captain America: The First Avenger Mar 24, 2011Super Bowl Tv Spot Feb 7, 2011.cast .show_more_link:after { content:url('http://images.rottentomatoescdn.com/images/icons/expand_arrow_down.gif'); padding-left:2px; }CastChris Evans Steve Rogers / Captain ...Hugo Weaving Red SkullTommy Lee Jones Colonel Chester Phillip...Sebastian Stan Bucky BarnesHayley Atwell Peggy CarterToby Jones Arnim ZolaNeal McDonough 'Dum Dum' DuganStanley Tucci Dr. Abraham ErskineDerek Luke Gabe Jones.cl { clear: left; }.cr { clear: right; }#reviews {width: 100%;soverflow: hidden;}Critic Reviews for Captain America: The First AvengerThere are no critic reviews yet for Captain America: The First Avenger. Keep checking Rotten Tomatoes for updates! Audience Reviews for Captain America: The First AvengerView All
are marvel films for comic fans, anyone or just kids? if will smith does play cap america then it will be good, if leonardo di caprio plays i am guessing it will be sort of old school. how mch of it will be in WWII or will it all be after defrosting? Joe Johnston is directing
March 13, 2009 Alexander W
I'm not to fussed on this marvel character, but Evan's is well casted
August 23, 2010jonnycrumley Captain America: The First Avenger QuotesView AllRed Skull: What makes you so special?Steve Rogers / Captain America: Nothing. I'm just a kid from Brooklyn. – Submitted by Chris C (12 days ago) Colonel Chester Phillips: He's still skinny. – Submitted by Jeffrey O (13 days ago) Steve Rogers / Captain America: What do you think?Peggy Carter: (Bang bang bang) I think it works. – Submitted by Andrew S (26 days ago) Steve Rogers / Captain America: Why me?Dr. Abraham Erskine: Because a weak man knows the value, of strength.Knows the value, of power. – Submitted by Rohan S (38 days ago) Peggy Carter: How do you feel?Steve Rogers / Captain America: Taller. – Submitted by Benny B (58 days ago) Submit a Quote from 'Captain America: The First Avenger'
A quote can be a single line from one character or a memorable dialog between several characters. Please make your quotes accurate. Quotes will be submitted for approval by the RT staff.
Example:Luke: Alright. I'll give it a try. Yoda: No. Try not. Do or do not. There is no try. CharacterQuote Steve Rogers / Captain America Gabe Jones Dr. Abraham Erskine Colonel Chester Phillips Red Skull Bucky Barnes 'Dum Dum' Dugan Arnim Zola Peggy Carter Enter quote here...DeleteAdd another line to this dialog... Close Let me know when its ready...
We can send you a notification e-mail when your quote has been reviewed by our editors.
orUse my Facebook e-mail to contact meHideComp.QuotedLine = Comp.extend({init : function(element) {this._super(element); },$editarea_focus : function(e, $editarea){if ($editarea.val() == "Enter quote here...") $editarea.val("");},$editarea_blur : function(e, $editarea){if ($editarea.val() == "") $editarea.val("Enter quote here...");},$editarea_keyup: function(e, $editarea){ var strseg = $editarea.val().split("\n"); var linecount = 0; if(strseg.length == 0){ linecount=1; } else{ for(var i=0; i 1)this.element.remove();}});Comp.Popup = Comp.extend({init : function(element) {this._super(element);// Custom Events$(this.element).bind('showinit', this.showInit);$(this.element).bind('hide', this.hide);},showInit: function(e){// Remove all existing rows$(this.element).find('tbody tr.active').fadeOut(1000).remove();// Add first rowthis.addrow();// Relocate to bottom of body and show dialog$("#lightbox").appendTo("body").show();$("#quoteContainer").appendTo("body").show();},hide: function(e){$("#lightbox").hide();$("#quoteContainer").hide();},$addlink_click : function(e){this.addrow();},addrow: function(){// Select template rowrow=$('.rowtemplate');// Copy rowvar clone = row.clone();clone.removeClass("rowtemplate");clone.insertBefore(row);clone.removeClass("hidden");clone.addClass("active");clone.comp(); // Bind componentrow.find('textarea').blur();clone.find('select').focus();},$cancel_click : function(e){$("#collectFold").slideUp();$("#lightbox").hide();$("#quoteContainer").hide();$("#submitted").hide();},$submitlink_click: function(e){var params = {};var rowcount=0;var emptyrow;params['factid']=$('#quoteContainer').attr('factid');params['movieid']=$('#quoteContainer').attr('movieid');$('#quoteContainer tbody tr.active').each(function(index){ params['cid_'+index]=$(this).find('.charselect').val();params['str_'+index]=$(this).find('.quoteedit').val();rowcount++;if(params['str_'+index] == 'Enter quote here...')emptyrow=true;});params['cnt']=rowcount;if(emptyrow){$("#submitted").css('color', 'red').text("Quote contains empty lines. Please edit and try again.").fadeIn(300);}else{$.ajax({url:'/m/submit-rtquote',type: 'post',data: params, success: $.proxy(function() {$("#submitted").css('color', 'green').text("Quote Submitted! Add another one or click 'Close' to exit.").fadeIn(300);$("#quoteContainer").delay(2000).trigger("showinit");// Show email collect drop down only once. Does not execute if email already stored (#collectFold not rendered at all) if($("#collectFold").attr("shown") != "true"){$("#collectFold").attr("shown", "true").slideDown();}// Show thanks prompt in quotesList$("#quotesList .submitThanks").text("Thanks! The quote(s) you submitted are pending review.").show();_gaq.push(['_trackEvent', 'UserGenContent', 'Quotes', 'SubmitSuccess']); }, this), error: $.proxy(function(){$("#submitted").css('color','red').text("Submit Error. Please try again later.").fadeIn(300);_gaq.push(['_trackEvent', 'UserGenContent', 'Quotes', 'SubmitFail']);}, this)});}},$emailbox_focus: function(e, $emailbox){// Remove example text when user clicks on email input boxif($emailbox.val()=="email@example.com"){$emailbox.val("");$emailbox.removeClass('example');}},$emailsubmit_click: function(e){// User types in email$.ajax({url: "/test/action/submit-email",type: "post",data: {email: $('#emailbox').val()},success: function() {$("#submitted").css('color','green').text("E-mail alert enabled. Add another quote or click 'Close' to exit.").fadeIn(300);$("#collectFold").slideUp();_gaq.push(['_trackEvent', 'UserGenContent', 'Quotes', 'WriteInEmailSuccess']);}, error: function(){$("#submitted").css('color', 'red').text("E-mail error. Quote will still be processed. Add another quote or click 'Close' to exit.").fadeIn(300);$("#collectFold").slideUp();}});},$foldup_click: function(e){$("#collectFold").slideUp();}});Comp.OpenDialogButton = Comp.extend({init : function(element) {this._super(element);this.element.bind("click", this.onClick);if($("#quoteContainer").attr("userid") == -1){// Reveal button and elment when user logs in$('body').bind('social', $.proxy(function(){this.element.show();$("#quotesList").show();}, this));// Hide the button//this.element.hide();// If list is empty, hide the whole widget until then//if($("#quotesList").find(".empty").length != 0)//$("#quotesList").hide();}else{this.element.show();}},onClick : function(element){// Retract WTS bar. If not defined jquery will simply swallow command. No error produced.$("#notify-container").fadeOut();_gaq.push(['_trackEvent', 'UserGenContent', 'Quotes', 'DialogOpen']); $("#quoteContainer").trigger("showinit"); }});$(".reportlink").click(function(e){e.preventDefault();var factid = $(this).parents(".quote_item").data("factid");$.ajax({url : "/facts/report/",datatype: "html",type: "GET",data: {"factid": factid}}).success(function(data){$("body").append(data);//setTimeout ( '$("#learnmore_content").dialog("open")', 500 );});}); MoviesOpening83%Horrible Bosses08/70%Zookeeper08/740%The Ward08/7More…Top Box Office37%Transformers: Dark of the Moon$97.9M35%Cars 2$26.3M44%Bad Teacher$14.5M35%Larry Crowne$13.1M81%Super 8$7.9M41%Monte Carlo$7.5M26% squanders an impressive budget and decades of comics mythology." class="" sub="hover">Green Lantern$6.6M48%Mr. Popper's Penguins$5.5M90%Bridesmaids$3.6M93%Midnight in Paris$3.6MIn Theaters | Top 50Certified Fresh In Theaters98%Born To Be Wild08/496% is a fascinating triumph." class="" >Cave of Forgotten Dreams29/496%13 Assassins29/493%Midnight in Paris10/693%City of Life and Death11/5More… Movies Like Captain America: The First Avenger The Incredible Hulk Blade Punisher: War ZoneView All Latest News for Captain America: The First AvengerJune 21, 2011:What the Captain America Sequel Might Look Like Screenwriters Christopher Markus and Stephen McFeely share a few thoughts on what might happen if...June 6, 2011:Chris Evans Talks Captain America Relives his first moments in the suit, discusses Hugo Weaving's work in the film, and compares...View All What's Hot On RTTotal Recall
Post a Comment