Double Indemnity

Cast (32)

  • Fred MacMurray

    Fred MacMurray

    Walter Neff

  • Barbara Stanwyck

    Barbara Stanwyck

    Phyllis Dietrichson

  • Edward G. Robinson

    Edward G. Robinson

    Barton Keyes

  • Porter Hall

    Porter Hall

    Mr. Jackson

  • Jean Heather

    Jean Heather

    Lola Dietrichson

  • Tom Powers

    Tom Powers

    Mr. Dietrichson

  • Byron Barr

    Byron Barr

    Nino Zachetti

  • Richard Gaines

    Richard Gaines

    Edward S. Norton Jr.

  • Fortunio Bonanova

    Fortunio Bonanova

    Sam Garlopis

  • John Philliber

    John Philliber

    Joe Pete

  • John Berry

    John Berry

    Bit Part (uncredited)

  • Raymond Chandler

    Raymond Chandler

    Man Reading Book (uncredited)

  • Edmund Cobb

    Edmund Cobb

    Train Conductor (uncredited)

  • Kernan Cripps

    Kernan Cripps

    Conductor (uncredited)

  • Bess Flowers

    Bess Flowers

    Norton's Secretary (uncredited)

  • Eddie Hall

    Eddie Hall

    Man in Drug Store (uncredited)

  • Teala Loring

    Teala Loring

    Pacific All-Risk Telephone Operator (uncredited)

  • Sam McDaniel

    Sam McDaniel

    Charlie the Garage Attendant (uncredited)

  • Billy Mitchell

    Billy Mitchell

    Pullman Porter (uncredited)

  • Clarence Muse

    Clarence Muse

    Man (uncredited)

  • Douglas Spencer

    Douglas Spencer

    Lou Schwartz (uncredited)

  • Harold Garrison

    Harold Garrison

    Redcap (uncredited)

  • James Adamson

    James Adamson

    Pullman Porter (uncredited)

  • Betty Farrington

    Betty Farrington

    Dietrichsons' Maid Nettie (uncredited)

  • George Magrill

    George Magrill

    Man (uncredited)

  • Constance Purdy

    Constance Purdy

    Shopper in Market (uncredited)

  • Dick Rush

    Dick Rush

    Pullman Conductor (uncredited)

  • Floyd Shackelford

    Floyd Shackelford

    Pullman Porter (uncredited)

  • Oscar Smith

    Oscar Smith

    Pullman Porter (uncredited)

  • Miriam Nelson

    Miriam Nelson

    Keyes' Secretary (uncredited)

  • Mona Freeman

    Mona Freeman

    Secretary (uncredited)

  • Florence Wix

    Florence Wix

    Train Passenger at Station (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Double Indemnity

Cast (32)

  • Fred MacMurray

    Fred MacMurray

    Walter Neff

  • Barbara Stanwyck

    Barbara Stanwyck

    Phyllis Dietrichson

  • Edward G. Robinson

    Edward G. Robinson

    Barton Keyes

  • Porter Hall

    Porter Hall

    Mr. Jackson

  • Jean Heather

    Jean Heather

    Lola Dietrichson

  • Tom Powers

    Tom Powers

    Mr. Dietrichson

  • Byron Barr

    Byron Barr

    Nino Zachetti

  • Richard Gaines

    Richard Gaines

    Edward S. Norton Jr.

  • Fortunio Bonanova

    Fortunio Bonanova

    Sam Garlopis

  • John Philliber

    John Philliber

    Joe Pete

  • John Berry

    John Berry

    Bit Part (uncredited)

  • Raymond Chandler

    Raymond Chandler

    Man Reading Book (uncredited)

  • Edmund Cobb

    Edmund Cobb

    Train Conductor (uncredited)

  • Kernan Cripps

    Kernan Cripps

    Conductor (uncredited)

  • Bess Flowers

    Bess Flowers

    Norton's Secretary (uncredited)

  • Eddie Hall

    Eddie Hall

    Man in Drug Store (uncredited)

  • Teala Loring

    Teala Loring

    Pacific All-Risk Telephone Operator (uncredited)

  • Sam McDaniel

    Sam McDaniel

    Charlie the Garage Attendant (uncredited)

  • Billy Mitchell

    Billy Mitchell

    Pullman Porter (uncredited)

  • Clarence Muse

    Clarence Muse

    Man (uncredited)

  • Douglas Spencer

    Douglas Spencer

    Lou Schwartz (uncredited)

  • Harold Garrison

    Harold Garrison

    Redcap (uncredited)

  • James Adamson

    James Adamson

    Pullman Porter (uncredited)

  • Betty Farrington

    Betty Farrington

    Dietrichsons' Maid Nettie (uncredited)

  • George Magrill

    George Magrill

    Man (uncredited)

  • Constance Purdy

    Constance Purdy

    Shopper in Market (uncredited)

  • Dick Rush

    Dick Rush

    Pullman Conductor (uncredited)

  • Floyd Shackelford

    Floyd Shackelford

    Pullman Porter (uncredited)

  • Oscar Smith

    Oscar Smith

    Pullman Porter (uncredited)

  • Miriam Nelson

    Miriam Nelson

    Keyes' Secretary (uncredited)

  • Mona Freeman

    Mona Freeman

    Secretary (uncredited)

  • Florence Wix

    Florence Wix

    Train Passenger at Station (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Double Indemnity

Cast (32)

  • Fred MacMurray

    Fred MacMurray

    Walter Neff

  • Barbara Stanwyck

    Barbara Stanwyck

    Phyllis Dietrichson

  • Edward G. Robinson

    Edward G. Robinson

    Barton Keyes

  • Porter Hall

    Porter Hall

    Mr. Jackson

  • Jean Heather

    Jean Heather

    Lola Dietrichson

  • Tom Powers

    Tom Powers

    Mr. Dietrichson

  • Byron Barr

    Byron Barr

    Nino Zachetti

  • Richard Gaines

    Richard Gaines

    Edward S. Norton Jr.

  • Fortunio Bonanova

    Fortunio Bonanova

    Sam Garlopis

  • John Philliber

    John Philliber

    Joe Pete

  • John Berry

    John Berry

    Bit Part (uncredited)

  • Raymond Chandler

    Raymond Chandler

    Man Reading Book (uncredited)

  • Edmund Cobb

    Edmund Cobb

    Train Conductor (uncredited)

  • Kernan Cripps

    Kernan Cripps

    Conductor (uncredited)

  • Bess Flowers

    Bess Flowers

    Norton's Secretary (uncredited)

  • Eddie Hall

    Eddie Hall

    Man in Drug Store (uncredited)

  • Teala Loring

    Teala Loring

    Pacific All-Risk Telephone Operator (uncredited)

  • Sam McDaniel

    Sam McDaniel

    Charlie the Garage Attendant (uncredited)

  • Billy Mitchell

    Billy Mitchell

    Pullman Porter (uncredited)

  • Clarence Muse

    Clarence Muse

    Man (uncredited)

  • Douglas Spencer

    Douglas Spencer

    Lou Schwartz (uncredited)

  • Harold Garrison

    Harold Garrison

    Redcap (uncredited)

  • James Adamson

    James Adamson

    Pullman Porter (uncredited)

  • Betty Farrington

    Betty Farrington

    Dietrichsons' Maid Nettie (uncredited)

  • George Magrill

    George Magrill

    Man (uncredited)

  • Constance Purdy

    Constance Purdy

    Shopper in Market (uncredited)

  • Dick Rush

    Dick Rush

    Pullman Conductor (uncredited)

  • Floyd Shackelford

    Floyd Shackelford

    Pullman Porter (uncredited)

  • Oscar Smith

    Oscar Smith

    Pullman Porter (uncredited)

  • Miriam Nelson

    Miriam Nelson

    Keyes' Secretary (uncredited)

  • Mona Freeman

    Mona Freeman

    Secretary (uncredited)

  • Florence Wix

    Florence Wix

    Train Passenger at Station (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Double Indemnity

Cast (32)

  • Fred MacMurray

    Fred MacMurray

    Walter Neff

  • Barbara Stanwyck

    Barbara Stanwyck

    Phyllis Dietrichson

  • Edward G. Robinson

    Edward G. Robinson

    Barton Keyes

  • Porter Hall

    Porter Hall

    Mr. Jackson

  • Jean Heather

    Jean Heather

    Lola Dietrichson

  • Tom Powers

    Tom Powers

    Mr. Dietrichson

  • Byron Barr

    Byron Barr

    Nino Zachetti

  • Richard Gaines

    Richard Gaines

    Edward S. Norton Jr.

  • Fortunio Bonanova

    Fortunio Bonanova

    Sam Garlopis

  • John Philliber

    John Philliber

    Joe Pete

  • John Berry

    John Berry

    Bit Part (uncredited)

  • Raymond Chandler

    Raymond Chandler

    Man Reading Book (uncredited)

  • Edmund Cobb

    Edmund Cobb

    Train Conductor (uncredited)

  • Kernan Cripps

    Kernan Cripps

    Conductor (uncredited)

  • Bess Flowers

    Bess Flowers

    Norton's Secretary (uncredited)

  • Eddie Hall

    Eddie Hall

    Man in Drug Store (uncredited)

  • Teala Loring

    Teala Loring

    Pacific All-Risk Telephone Operator (uncredited)

  • Sam McDaniel

    Sam McDaniel

    Charlie the Garage Attendant (uncredited)

  • Billy Mitchell

    Billy Mitchell

    Pullman Porter (uncredited)

  • Clarence Muse

    Clarence Muse

    Man (uncredited)

  • Douglas Spencer

    Douglas Spencer

    Lou Schwartz (uncredited)

  • Harold Garrison

    Harold Garrison

    Redcap (uncredited)

  • James Adamson

    James Adamson

    Pullman Porter (uncredited)

  • Betty Farrington

    Betty Farrington

    Dietrichsons' Maid Nettie (uncredited)

  • George Magrill

    George Magrill

    Man (uncredited)

  • Constance Purdy

    Constance Purdy

    Shopper in Market (uncredited)

  • Dick Rush

    Dick Rush

    Pullman Conductor (uncredited)

  • Floyd Shackelford

    Floyd Shackelford

    Pullman Porter (uncredited)

  • Oscar Smith

    Oscar Smith

    Pullman Porter (uncredited)

  • Miriam Nelson

    Miriam Nelson

    Keyes' Secretary (uncredited)

  • Mona Freeman

    Mona Freeman

    Secretary (uncredited)

  • Florence Wix

    Florence Wix

    Train Passenger at Station (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Double Indemnity

Cast (32)

  • Fred MacMurray

    Fred MacMurray

    Walter Neff

  • Barbara Stanwyck

    Barbara Stanwyck

    Phyllis Dietrichson

  • Edward G. Robinson

    Edward G. Robinson

    Barton Keyes

  • Porter Hall

    Porter Hall

    Mr. Jackson

  • Jean Heather

    Jean Heather

    Lola Dietrichson

  • Tom Powers

    Tom Powers

    Mr. Dietrichson

  • Byron Barr

    Byron Barr

    Nino Zachetti

  • Richard Gaines

    Richard Gaines

    Edward S. Norton Jr.

  • Fortunio Bonanova

    Fortunio Bonanova

    Sam Garlopis

  • John Philliber

    John Philliber

    Joe Pete

  • John Berry

    John Berry

    Bit Part (uncredited)

  • Raymond Chandler

    Raymond Chandler

    Man Reading Book (uncredited)

  • Edmund Cobb

    Edmund Cobb

    Train Conductor (uncredited)

  • Kernan Cripps

    Kernan Cripps

    Conductor (uncredited)

  • Bess Flowers

    Bess Flowers

    Norton's Secretary (uncredited)

  • Eddie Hall

    Eddie Hall

    Man in Drug Store (uncredited)

  • Teala Loring

    Teala Loring

    Pacific All-Risk Telephone Operator (uncredited)

  • Sam McDaniel

    Sam McDaniel

    Charlie the Garage Attendant (uncredited)

  • Billy Mitchell

    Billy Mitchell

    Pullman Porter (uncredited)

  • Clarence Muse

    Clarence Muse

    Man (uncredited)

  • Douglas Spencer

    Douglas Spencer

    Lou Schwartz (uncredited)

  • Harold Garrison

    Harold Garrison

    Redcap (uncredited)

  • James Adamson

    James Adamson

    Pullman Porter (uncredited)

  • Betty Farrington

    Betty Farrington

    Dietrichsons' Maid Nettie (uncredited)

  • George Magrill

    George Magrill

    Man (uncredited)

  • Constance Purdy

    Constance Purdy

    Shopper in Market (uncredited)

  • Dick Rush

    Dick Rush

    Pullman Conductor (uncredited)

  • Floyd Shackelford

    Floyd Shackelford

    Pullman Porter (uncredited)

  • Oscar Smith

    Oscar Smith

    Pullman Porter (uncredited)

  • Miriam Nelson

    Miriam Nelson

    Keyes' Secretary (uncredited)

  • Mona Freeman

    Mona Freeman

    Secretary (uncredited)

  • Florence Wix

    Florence Wix

    Train Passenger at Station (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Double Indemnity

Cast (32)

  • Fred MacMurray

    Fred MacMurray

    Walter Neff

  • Barbara Stanwyck

    Barbara Stanwyck

    Phyllis Dietrichson

  • Edward G. Robinson

    Edward G. Robinson

    Barton Keyes

  • Porter Hall

    Porter Hall

    Mr. Jackson

  • Jean Heather

    Jean Heather

    Lola Dietrichson

  • Tom Powers

    Tom Powers

    Mr. Dietrichson

  • Byron Barr

    Byron Barr

    Nino Zachetti

  • Richard Gaines

    Richard Gaines

    Edward S. Norton Jr.

  • Fortunio Bonanova

    Fortunio Bonanova

    Sam Garlopis

  • John Philliber

    John Philliber

    Joe Pete

  • John Berry

    John Berry

    Bit Part (uncredited)

  • Raymond Chandler

    Raymond Chandler

    Man Reading Book (uncredited)

  • Edmund Cobb

    Edmund Cobb

    Train Conductor (uncredited)

  • Kernan Cripps

    Kernan Cripps

    Conductor (uncredited)

  • Bess Flowers

    Bess Flowers

    Norton's Secretary (uncredited)

  • Eddie Hall

    Eddie Hall

    Man in Drug Store (uncredited)

  • Teala Loring

    Teala Loring

    Pacific All-Risk Telephone Operator (uncredited)

  • Sam McDaniel

    Sam McDaniel

    Charlie the Garage Attendant (uncredited)

  • Billy Mitchell

    Billy Mitchell

    Pullman Porter (uncredited)

  • Clarence Muse

    Clarence Muse

    Man (uncredited)

  • Douglas Spencer

    Douglas Spencer

    Lou Schwartz (uncredited)

  • Harold Garrison

    Harold Garrison

    Redcap (uncredited)

  • James Adamson

    James Adamson

    Pullman Porter (uncredited)

  • Betty Farrington

    Betty Farrington

    Dietrichsons' Maid Nettie (uncredited)

  • George Magrill

    George Magrill

    Man (uncredited)

  • Constance Purdy

    Constance Purdy

    Shopper in Market (uncredited)

  • Dick Rush

    Dick Rush

    Pullman Conductor (uncredited)

  • Floyd Shackelford

    Floyd Shackelford

    Pullman Porter (uncredited)

  • Oscar Smith

    Oscar Smith

    Pullman Porter (uncredited)

  • Miriam Nelson

    Miriam Nelson

    Keyes' Secretary (uncredited)

  • Mona Freeman

    Mona Freeman

    Secretary (uncredited)

  • Florence Wix

    Florence Wix

    Train Passenger at Station (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Double Indemnity

Cast (32)

  • Fred MacMurray

    Fred MacMurray

    Walter Neff

  • Barbara Stanwyck

    Barbara Stanwyck

    Phyllis Dietrichson

  • Edward G. Robinson

    Edward G. Robinson

    Barton Keyes

  • Porter Hall

    Porter Hall

    Mr. Jackson

  • Jean Heather

    Jean Heather

    Lola Dietrichson

  • Tom Powers

    Tom Powers

    Mr. Dietrichson

  • Byron Barr

    Byron Barr

    Nino Zachetti

  • Richard Gaines

    Richard Gaines

    Edward S. Norton Jr.

  • Fortunio Bonanova

    Fortunio Bonanova

    Sam Garlopis

  • John Philliber

    John Philliber

    Joe Pete

  • John Berry

    John Berry

    Bit Part (uncredited)

  • Raymond Chandler

    Raymond Chandler

    Man Reading Book (uncredited)

  • Edmund Cobb

    Edmund Cobb

    Train Conductor (uncredited)

  • Kernan Cripps

    Kernan Cripps

    Conductor (uncredited)

  • Bess Flowers

    Bess Flowers

    Norton's Secretary (uncredited)

  • Eddie Hall

    Eddie Hall

    Man in Drug Store (uncredited)

  • Teala Loring

    Teala Loring

    Pacific All-Risk Telephone Operator (uncredited)

  • Sam McDaniel

    Sam McDaniel

    Charlie the Garage Attendant (uncredited)

  • Billy Mitchell

    Billy Mitchell

    Pullman Porter (uncredited)

  • Clarence Muse

    Clarence Muse

    Man (uncredited)

  • Douglas Spencer

    Douglas Spencer

    Lou Schwartz (uncredited)

  • Harold Garrison

    Harold Garrison

    Redcap (uncredited)

  • James Adamson

    James Adamson

    Pullman Porter (uncredited)

  • Betty Farrington

    Betty Farrington

    Dietrichsons' Maid Nettie (uncredited)

  • George Magrill

    George Magrill

    Man (uncredited)

  • Constance Purdy

    Constance Purdy

    Shopper in Market (uncredited)

  • Dick Rush

    Dick Rush

    Pullman Conductor (uncredited)

  • Floyd Shackelford

    Floyd Shackelford

    Pullman Porter (uncredited)

  • Oscar Smith

    Oscar Smith

    Pullman Porter (uncredited)

  • Miriam Nelson

    Miriam Nelson

    Keyes' Secretary (uncredited)

  • Mona Freeman

    Mona Freeman

    Secretary (uncredited)

  • Florence Wix

    Florence Wix

    Train Passenger at Station (uncredited)