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("
jq("
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("
jq("
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("
jq("
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("
jq("
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);
);
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.
We found your email in our system.
Please provide your site password to link to your existing account.
Forgot your password?
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.
The Last Command(1928)
Also Known As:
The General |
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
MEDIA:
WATCH MOVIE CLIPS
|
VIEW TRAILER
READ THE FULL SYNOPSIS
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 | ||
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;