THANK YOU FOR SIGNING UP! Login with Social Account:Or, use your email account:Please Sign In again, to make changes to your account.Login with your social network:Or, login here:Use Social AccountOr, create new account Required = TCM Newsletter OptionsTCMDb Archive MaterialsView all archives (1)

password? Sign Up Now. Sign Inpassword? Sign Up Now. sign inADD YOUR COMMENT>CLICKING HEREMORE REVIEWS>POST YOUR OWN RATINGS>Mark SutchJames HigginsJeffrey KenisonMORE REVIEWS>POST YOUR OWN REVIEW>





#tcmdbarchivescontainer, #tcmdbtitlebox display:block;


/*#tcmdbarchivescontainer2 display:block; */


jq(document).ready( function()
jq(".gigyaRemind").click(function() // reminder btns
var element = jq(this);
jq("
").appendTo("body");
jq("
").appendTo("body");
jq('#reminder_overlay').load('/structure/reminder.html?id='+491274, function()
var vheight = document.documentElement["scrollHeight"];
jq(".img-v-wrap").height(vheight);
jq(this).centerThis();
);
);
jq(".btn-remind").click(function(e) // reminder btns
e.preventDefault();
var element = jq(this);
var btnclass = element.attr('class');
var movieid = btnclass.replace(/[^0-9]/g,"");
jq("
").appendTo("body");
jq("
").appendTo("body");
var href = element.attr('href');
jq('#reminder_overlay').load(href, function()
var vheight = document.documentElement["scrollHeight"];
jq(".img-v-wrap").height(vheight);
jq(this).centerThis();
);
);
jq(".btn-votenow").click(function(e)
e.preventDefault();
jq(".img-v-wrap").remove();
jq("
").appendTo("body");
jq("
").appendTo("body");
jq('#reminder_overlay').load('/tcmdb/title/dvdvote.html?view=votenow&id=491274', function()
var vheight = document.documentElement["scrollHeight"];
jq(".img-v-wrap").height(vheight).slideDown();
jq(this).centerThis();
);
);
jq(".btn-whyvote").click(function(e)
e.preventDefault();
jq("
").appendTo("body");
jq("
").appendTo("body");
jq('#reminder_overlay').load('/tcmdb/title/dvdvote.html?view=whyvote', function()
var vheight = document.documentElement["scrollHeight"];
jq(".img-v-wrap").height(vheight).slideDown();
jq(this).centerThis();
);
);
var tcm_dvdjson = '/json/tcmdb/title/homevideovotes.html?id=491274';
jq.getJSON(tcm_dvdjson, function(data)
jsondata = data;
if( jsondata.tcm.title.homeVideoVote.count > 0 ) // is there data?
var count = jsondata.tcm.title.homeVideoVote.count;
var rank = jsondata.tcm.title.homeVideoVote.rank;
jq("#vote-r2").text(rank);
jq("#vote-r1").text(count);

);
var tcm_upcoming = jq(".upcomingTitlesList").html();
if(tcm_upcoming === null)
jq(".gigyaRemind").remove();
else
jq(".gigyaRemind").css( "display" : "inline-block");

jq.fn.airingStepper(); // upcoming titles scroller
);

#container-navigation
margin-bottom:-12px;


<!-- Place this code inside the element as close to the top as possible -->
var R3_COMMON = new r3_common();
R3_COMMON.setApiKey(TEN_RR_API_KEY);
R3_COMMON.setBaseUrl(window.location.protocol+'//' + TEN_RR_ENV + '.richrelevance.com/rrserver/');
R3_COMMON.setClickthruServer(window.location.protocol+"//"+window.location.host);
R3_COMMON.setSessionId(tenRRSessionId);
R3_COMMON.setUserId(tenRRUserId);
//This section remains blank until phase 2
// here's an example requesting recommendations for 3 page areas
//R3_COMMON.addPlacementType('home_page.rr1');
//R3_COMMON.addPlacementType('home_page.rr2');
//R3_COMMON.addPlacementType('home_page.rr3');
var R3_HOME = new r3_home();
rr_flush_onload();
r3(); // make sure your callback function has been defined before you make this call

.js #tcm-login display: none;


@media only screen and (max-device-width: 480px)
#main-wrapper
width:1200px !important; /* this centers the content on mobile devices because this site is put together with bubble gum and scotch tape */



skip navigation


jq(document).ready(function()
/*
//declare search location
var searchLocation = window.location.href.split("?")[0];
//strip slashes for sub page searches
//arrange string
var first = 'http://';
var second = searchLocation.split("/")[2];
searchLocation = first+second;
if(searchLocation.indexOf('search') > 0)searchLocation = searchLocation.replace("/search","");
*/
//update form location and field names/values
function submitFormTo(location)
jq('#tcmsearchfrm').attr('action',location[0]);
jq('#searchParam').attr('value',location[1]);
jq('#btn-text').html(location[2]);
if(location[1] == 'shop')
jq('#tcmdbSearchInput').attr('name','w');
elsejq('#tcmdbSearchInput').attr('name','text');

jq('#tcmsearchfrm').attr('action','/search/');
//nav rollover/rollout functionlaity for dropdown menu
jq('.nav-item').hover(function()
jq('.nav-item').removeClass('active');
jq(this).addClass('active');
var dropDown = jq(this).find('ul');
dropDown.show();
, function()
jq('.nav-item').removeClass('active');
var dropDown = jq(this).find('ul');
dropDown.hide();
);
//dropdown rollover function
jq('#icon-tcmdb').hover(function()
jq(this).removeClass();
jq(this).addClass('icon-active');
jq('#input-search #options-search').show();
, function()
jq(this).removeClass();
jq(this).addClass('icon-inactive');
jq('#input-search #options-search').hide();
);
//set selected option to active for search dropdown
jq('#input-search #options-search li').click(function()
jq('#input-search #options-search li').removeClass();
jq(this).addClass('active-option');
);
//set tcm logo image link
jq('#link-tcm-logo').click(function()
jq('#link-tcm-logo').attr("href", "/");
);
//set the height of the context items in the shop navigation to the full height of it's container : should be dynamic - but the display is resulting with issues
jq('#shop-callout #shop-callout-inr, #shop-drop').css('height', 400);
//swich form action based on search selection
/*
jq("#tcmdbSearchInput").focusin(function()
jq("#tcmdbSearchInput").attr("placeholder", "")
);
jq("#tcmdbSearchInput").focusout(function()
jq("#tcmdbSearchInput").attr("placeholder", "SEARCH:")
);
var searchSite = new Array(searchLocation+'/search/','allSite','SITE');
var searchDB = new Array(searchLocation+'/search/','allDb','TCMDb');
var searchShop = new Array('http://tcm.resultspage.com/search?v=tcm&asug=&w=','shop','SHOP');
jq('#tcmdb-search-option').click(function()submitFormTo(searchDB););
jq('#site-search-option').click(function()submitFormTo(searchSite););
jq('#shop-search-option').click(function()submitFormTo(searchShop););
*/
//search 1.5 code
jq("#btn-go").click(function(e)
e.preventDefault();
var preInput = jq("#tcmdbSearchInput").val();
var searchterm = sqlSafeUrlEncode(preInput);
var searchURL ='';
if (searchterm != "Enter Your Search Here" && searchterm.length > 0) // did user enter search term?
var searchopt = jq("#search-select-top").val();
if(searchopt === 'shop') // is this a shop search?
// jq("#tcmsearchfrm").attr('action' , 'http://tcm.resultspage.com/search?'); // do the swap for shop searches
// jq("#tcmdbSearchInput").attr('name' , 'q');
searchterm = searchterm = preInput.replace(/'/g, '').replace(/%27/g, "");
jq("#tcmdbSearchInput").val(searchterm);
searchURL = 'https://shop.tcm.com/search?q=' + searchterm + '&mod=AP';
window.open(searchURL);
// jq("#tcmsearchfrm").submit();
else // all others
searchURL = '/search/?text=' + searchterm + '&type=allSite';
window.location.replace(searchURL);


);
// Social nav expansion
jq(".expand").click(function()
jq('.container-navigation-social').fadeIn();
);
jq(".collapse_social").click(function()
jq('.container-navigation-social').fadeOut();
);
jq(".tw").click(function()
jq('.twitter-sub').toggle(300).css('display', 'inline-block');
if (jq(".tw a").hasClass('showProfiles'))
jq(".tw a").removeClass('showProfiles');
else
jq(".tw a").addClass('showProfiles');
jq('.vine-sub').hide(300);
jq(".vi a").removeClass('showProfiles');
;
);
jq(".vi").click(function()
jq('.vine-sub').toggle(100).css('display', 'inline-block');
if (jq(".vi a").hasClass('showProfiles'))
jq(".vi a").removeClass('showProfiles');
else
jq(".vi a").addClass('showProfiles');
jq('.twitter-sub').hide(300);
jq(".tw a").removeClass('showProfiles');
;
);
);
jq(document).ready(function()
jq(".btn-slide").click(function()
jq('#privacy-policy-panel').hide();
jq(this).hide();
document.cookie="hideit=yes";
);
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i<ARRcookies.length;i++)
s+$/g,"");
if (x=="hideit")

jq('#privacy-policy-panel').hide();
jq('.btn-slide').hide();


);
var thisURL = window.location.href;
jq.post('https://graph.facebook.com',
id: thisURL,
scrape: true
, function(response)
console.log(response);
);

TCM







function show_fouc()
document.getElementById("tcm-login").style.display="block";

setTimeout(function()show_fouc(), 5500);









Login with Social Account:






Or, use your email account:


















Forgot your password?





Not a TCM Member? Sign Up Now.
























































































Please Sign In again, to make changes to your account.






Login with your social network:






Or, login here:

















































































Please enter your information below to create your own personal account with tcm.com
We will send you an email to confirm your account upon completion.















Or, create new account Required =













































<!--
-->







/
/












Male
Female







TCM Newsletter Options







































Already have a TCM Profile? Sign In.




LIKE MOVIES?

Then get an Ultraviolet account and set your movies FREE!


Create Account
Learn More


























Almost Done!


Your social account may not have provided your email to us. Please confirm or enter it below to complete your profile.









































































Forgot your password?
Enter your email address and we'll send you instructions on how to access your account.



















Not a TCM.com Member? Sign Up Now.































































































We have not verified that the email belongs to you. Please check your inbox for
the verification email.


To resend the verification email, please enter your email address and click Submit.












Or sign in with a different account.













































THANK YOU FOR SIGNING UP!



Check your inbox...


You will receive an email shortly to confirm your email address.





























































The Last Command





The Last Command(1928)



Also Known As:
The General |













.dvdoverviewafi display:block;

Contribute

FOR The Last Command (1928) YOU CAN


UPLOAD AN IMAGE
SUBMIT A VIDEO OR MOVIE CLIP
ADD ADDITIONAL INFORMATION
WRITE YOUR OWN REVIEW






<!-- Commented as part of redesign project - TENDP-8636
-->


TCM Messageboards

Post your comments here
ADD YOUR COMMENT>









share:


var conf =
APIKey: '3_xytlGPEm_3NEY5GXqE7Ld4qC747zvGX69oLWS0D1LaqlHFggdQ9kY58mwxIwkk55'

var act = new gigya.services.socialize.UserAction(),
ogtitle = jq("#og_video_title").attr("content"),
olddescription = jq("#og_video_desc").attr("content"),
// html_stripped = olddescription.replace(/()/ig,""),
ogdescription = olddescription,
ogurl = jq("#ogurl").attr("content"),
ogimage = jq("#og_video_thumb").attr("content"),
showShareBarUI_params =
"containerID": "gigyacontrols",
"shareButtons": "Facebook-Like,Twitter,google-plusone,Share",
"userAction": act,
"moreDisabledProviders": "email"
;
act.setTitle(ogtitle);
act.setDescription(ogdescription);
if (ogtitle.length > 1 && ogurl.length > 1)
act.addActionLink("Read More", ogurl);
act.setLinkBack(ogurl);

// Adding a Media (image)
act.addMediaItem(
type: 'image',
src: '',
href: ''
);


gigya.services.socialize.showShareBarUI(conf, showShareBarUI_params);
Remind Me




.picimg margin: 0 0 0 14px


TCMDb Archive MaterialsView all archives (1)





Contribute
+ add now













OVERVIEW


powered by AFI


Brief Synopsis




A former Imperial Russian general and cousin of the Czar ends up in Hollywood as an extra in a movie directed by a former revolutionary.


Sergius Alexander, a former Russian general, now an extra in Hollywood, is discovered by Leo Andreiev, a onetime revolutionary leader now respectably established as a movie director, and is assigned to play the part of a Russian general. He is a decrepit old man, hardly able to withstand the wolfish competition of the other movie extras. A flashback to imperial Russia just before the Revolution shows the former general in his full glory as head of the Russian Army and the director as a revolutionary agitator. The general strikes Andreiev with his whip and falls in love with Natascha, a spy, but is beaten by the mob and rendered palsied and distraught as he watches the train carrying Natascha plunge into a river. Now Andreiev orders Sergius Alexander to reenact the scene of a Russian general facing his troops in revolt. For a few moments he tries to hold them in line, but the emotional strain is fatal, and he collapses, dying.





Cast & Crew






Josef von Sternberg

Director






Emil Jannings

General Dolgorucki [Grand Duke Sergius Alexander]



Evelyn Brent

Natascha Dobrowa



William Powell

Leo Andreiev






Nicholas Soussanin

Adjutant



Michael Visaroff

Serge, the valet



Jack Raymond

Assistant director






Viacheslav Savitsky

A private



Fritz Feld

A revolutionist



Harry Semels

Soldier extra






Alexander Ikonnikov





Nicholas Kobyliansky

Drillmaster



Bert Glennon

Director of Photography








Josef von Sternberg

Director



Emil Jannings

General Dolgorucki [Grand Duke Sergius Alexander]



Evelyn Brent

Natascha Dobrowa






William Powell

Leo Andreiev



Nicholas Soussanin

Adjutant



Michael Visaroff

Serge, the valet






Jack Raymond

Assistant director



Viacheslav Savitsky

A private



Fritz Feld

A revolutionist






Harry Semels

Soldier extra



Alexander Ikonnikov





Nicholas Kobyliansky

Drillmaster






Bert Glennon

Director of Photography



John F. Goodrich

Screenwriter



John F. Goodrich

Adaptation






Lajos Biró

Story



Herman J. Mankiewicz

Titles



Adolph Zukor

Presented By






Jesse L. Lasky

Presented By



J. G. Bachmann

Supervisor



B. P. Schulberg

Associate Producer






William Shea

Film Editor



Nicholas Kobyliansky

Tech dir



Fred C. Ryle

Makeup






Hans Dreier

Set Decoration




SEE ALL CAST AND CREW

Additional Details
































MPAA Ratings: 

Premiere Info: 
not available

Release Date: 
1928
Production Date: 

Films Inc. 16mm

Color/B&W: 
Black and White
Distributions Co: 


Sound: 
Silent
Production Co: 

Paramount Famous Lasky Corp.

Duration(mins): 
not available
Country: 

United States

Duration(feet): 
8,154  

Duration(reels): 
9  




Leonard Maltin Ratings & Review




LEONARD MALTIN MOVIE RATING
















LEONARD MALTIN MOVIE REVIEW:










User Ratings & Review


This title has not been reviewed. Be the FIRST to write a review by CLICKING HERE >




User Ratings & Review



User Reviews:



  • Recommend:














  • Cinema History:














  • Cinematography:














  • Lead Performers:














  • Supporting Cast:














  • Director:














  • Screen Play:














  • Music Score:














  • Title Sequence:
















User Ratings:



  • The Last Command


    Mark Sutch 2011-04-05


    **** MORE>




  • The Last Command (1928)


    James Higgins 2009-11-21


    This is an amazing and incredible silent film. Emil Jannings gives a brilliant and unforgettable performance, and he won the very first best actor Oscar... MORE>




  • This Silent Film on DVD


    Jeffrey Kenison 2009-08-12


    I wouldn't mind having this on DVD. Hence, Emil Jannings won the first Best Actor Oscar for this movie. MORE>











var conf =
APIKey: '3_xytlGPEm_3NEY5GXqE7Ld4qC747zvGX69oLWS0D1LaqlHFggdQ9kY58mwxIwkk55'

var act = new gigya.services.socialize.UserAction(),
ogtitle = jq("#og_video_title").attr("content"),
olddescription = jq("#og_video_desc").attr("content"),
// html_stripped = olddescription.replace(/()/ig,""),
ogdescription = olddescription,
ogurl = jq("#ogurl").attr("content"),
ogimage = jq("#og_video_thumb").attr("content"),
showShareBarUI_params =
"containerID": "gigyacontrols",
"shareButtons": "Facebook-Like,Twitter,google-plusone,Share",
"userAction": act,
"moreDisabledProviders": "email"
;
act.setTitle(ogtitle);
act.setDescription(ogdescription);
if (ogtitle.length > 1 && ogurl.length > 1)
act.addActionLink("Read More", ogurl);
act.setLinkBack(ogurl);

// Adding a Media (image)
act.addMediaItem(
type: 'image',
src: '',
href: ''
);


gigya.services.socialize.showShareBarUI(conf, showShareBarUI_params);








(function(o))();




jQuery('').appendTo('body');

function checkEmail()
var email = document.getElementById('emailInput');
var filter = /^([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]2,4)+$/;
if (!filter.test(email.value))
alert('You must enter your valid e-mail address.');
email.focus();
email.select();
return false;




Popular posts from this blog

Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її