Flashback

Cast (30)

  • Dennis Hopper

    Dennis Hopper

    Huey Walker

  • Kiefer Sutherland

    Kiefer Sutherland

    John Buckner

  • Carol Kane

    Carol Kane

    Maggie

  • Paul Dooley

    Paul Dooley

    Stark

  • Cliff DeYoung

    Cliff DeYoung

    Sheriff Rand Hightower

  • Richard Masur

    Richard Masur

    Barry

  • Michael McKean

    Michael McKean

    Hal Cresciman

  • Kathleen York

    Kathleen York

    Sparkle

  • Tom O'Brien

    Tom O'Brien

    Phil Prager

  • Eric Lorentz

    Eric Lorentz

    Prison Guard

  • Jan Van Sickle

    Jan Van Sickle

    Prison Guard

  • Jack Casperson

    Jack Casperson

    Man in Dining Car

  • Dwayne Carrington

    Dwayne Carrington

    Waiter in Dining Car

  • David Underwood

    David Underwood

    Deputy

  • Bobby Price

    Bobby Price

    Deputy

  • Timothy G. Riley

    Timothy G. Riley

    Deputy

  • Liz Jury

    Liz Jury

    Barmaid

  • Kelli Van Londersele

    Kelli Van Londersele

    Girl in Bar

  • Allan Graf

    Allan Graf

    Studie

  • Kenneth Jensen Bryan

    Kenneth Jensen Bryan

    Buckner's Father

  • Donna McMullen

    Donna McMullen

    Buckner's Mother

  • Adam Seils

    Adam Seils

    Young Buckner

  • Alan August

    Alan August

    Hal's Son

  • Jason Iselin

    Jason Iselin

    Barry's Son

  • Norm Silver

    Norm Silver

    Conductor

  • Jason Campbell

    Jason Campbell

    Kid on Train

  • Wendelin Harston

    Wendelin Harston

    Woman on Train

  • Steve Spencer

    Steve Spencer

    Man on Train

  • Delbert Highlands

    Delbert Highlands

    Loomis

  • David Zambrano

    David Zambrano

    FBI Agent (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'; ?>
Flashback

Cast (30)

  • Dennis Hopper

    Dennis Hopper

    Huey Walker

  • Kiefer Sutherland

    Kiefer Sutherland

    John Buckner

  • Carol Kane

    Carol Kane

    Maggie

  • Paul Dooley

    Paul Dooley

    Stark

  • Cliff DeYoung

    Cliff DeYoung

    Sheriff Rand Hightower

  • Richard Masur

    Richard Masur

    Barry

  • Michael McKean

    Michael McKean

    Hal Cresciman

  • Kathleen York

    Kathleen York

    Sparkle

  • Tom O'Brien

    Tom O'Brien

    Phil Prager

  • Eric Lorentz

    Eric Lorentz

    Prison Guard

  • Jan Van Sickle

    Jan Van Sickle

    Prison Guard

  • Jack Casperson

    Jack Casperson

    Man in Dining Car

  • Dwayne Carrington

    Dwayne Carrington

    Waiter in Dining Car

  • David Underwood

    David Underwood

    Deputy

  • Bobby Price

    Bobby Price

    Deputy

  • Timothy G. Riley

    Timothy G. Riley

    Deputy

  • Liz Jury

    Liz Jury

    Barmaid

  • Kelli Van Londersele

    Kelli Van Londersele

    Girl in Bar

  • Allan Graf

    Allan Graf

    Studie

  • Kenneth Jensen Bryan

    Kenneth Jensen Bryan

    Buckner's Father

  • Donna McMullen

    Donna McMullen

    Buckner's Mother

  • Adam Seils

    Adam Seils

    Young Buckner

  • Alan August

    Alan August

    Hal's Son

  • Jason Iselin

    Jason Iselin

    Barry's Son

  • Norm Silver

    Norm Silver

    Conductor

  • Jason Campbell

    Jason Campbell

    Kid on Train

  • Wendelin Harston

    Wendelin Harston

    Woman on Train

  • Steve Spencer

    Steve Spencer

    Man on Train

  • Delbert Highlands

    Delbert Highlands

    Loomis

  • David Zambrano

    David Zambrano

    FBI Agent (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'; ?>
Flashback

Cast (30)

  • Dennis Hopper

    Dennis Hopper

    Huey Walker

  • Kiefer Sutherland

    Kiefer Sutherland

    John Buckner

  • Carol Kane

    Carol Kane

    Maggie

  • Paul Dooley

    Paul Dooley

    Stark

  • Cliff DeYoung

    Cliff DeYoung

    Sheriff Rand Hightower

  • Richard Masur

    Richard Masur

    Barry

  • Michael McKean

    Michael McKean

    Hal Cresciman

  • Kathleen York

    Kathleen York

    Sparkle

  • Tom O'Brien

    Tom O'Brien

    Phil Prager

  • Eric Lorentz

    Eric Lorentz

    Prison Guard

  • Jan Van Sickle

    Jan Van Sickle

    Prison Guard

  • Jack Casperson

    Jack Casperson

    Man in Dining Car

  • Dwayne Carrington

    Dwayne Carrington

    Waiter in Dining Car

  • David Underwood

    David Underwood

    Deputy

  • Bobby Price

    Bobby Price

    Deputy

  • Timothy G. Riley

    Timothy G. Riley

    Deputy

  • Liz Jury

    Liz Jury

    Barmaid

  • Kelli Van Londersele

    Kelli Van Londersele

    Girl in Bar

  • Allan Graf

    Allan Graf

    Studie

  • Kenneth Jensen Bryan

    Kenneth Jensen Bryan

    Buckner's Father

  • Donna McMullen

    Donna McMullen

    Buckner's Mother

  • Adam Seils

    Adam Seils

    Young Buckner

  • Alan August

    Alan August

    Hal's Son

  • Jason Iselin

    Jason Iselin

    Barry's Son

  • Norm Silver

    Norm Silver

    Conductor

  • Jason Campbell

    Jason Campbell

    Kid on Train

  • Wendelin Harston

    Wendelin Harston

    Woman on Train

  • Steve Spencer

    Steve Spencer

    Man on Train

  • Delbert Highlands

    Delbert Highlands

    Loomis

  • David Zambrano

    David Zambrano

    FBI Agent (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'; ?>
Flashback

Cast (30)

  • Dennis Hopper

    Dennis Hopper

    Huey Walker

  • Kiefer Sutherland

    Kiefer Sutherland

    John Buckner

  • Carol Kane

    Carol Kane

    Maggie

  • Paul Dooley

    Paul Dooley

    Stark

  • Cliff DeYoung

    Cliff DeYoung

    Sheriff Rand Hightower

  • Richard Masur

    Richard Masur

    Barry

  • Michael McKean

    Michael McKean

    Hal Cresciman

  • Kathleen York

    Kathleen York

    Sparkle

  • Tom O'Brien

    Tom O'Brien

    Phil Prager

  • Eric Lorentz

    Eric Lorentz

    Prison Guard

  • Jan Van Sickle

    Jan Van Sickle

    Prison Guard

  • Jack Casperson

    Jack Casperson

    Man in Dining Car

  • Dwayne Carrington

    Dwayne Carrington

    Waiter in Dining Car

  • David Underwood

    David Underwood

    Deputy

  • Bobby Price

    Bobby Price

    Deputy

  • Timothy G. Riley

    Timothy G. Riley

    Deputy

  • Liz Jury

    Liz Jury

    Barmaid

  • Kelli Van Londersele

    Kelli Van Londersele

    Girl in Bar

  • Allan Graf

    Allan Graf

    Studie

  • Kenneth Jensen Bryan

    Kenneth Jensen Bryan

    Buckner's Father

  • Donna McMullen

    Donna McMullen

    Buckner's Mother

  • Adam Seils

    Adam Seils

    Young Buckner

  • Alan August

    Alan August

    Hal's Son

  • Jason Iselin

    Jason Iselin

    Barry's Son

  • Norm Silver

    Norm Silver

    Conductor

  • Jason Campbell

    Jason Campbell

    Kid on Train

  • Wendelin Harston

    Wendelin Harston

    Woman on Train

  • Steve Spencer

    Steve Spencer

    Man on Train

  • Delbert Highlands

    Delbert Highlands

    Loomis

  • David Zambrano

    David Zambrano

    FBI Agent (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'; ?>
Flashback

Cast (30)

  • Dennis Hopper

    Dennis Hopper

    Huey Walker

  • Kiefer Sutherland

    Kiefer Sutherland

    John Buckner

  • Carol Kane

    Carol Kane

    Maggie

  • Paul Dooley

    Paul Dooley

    Stark

  • Cliff DeYoung

    Cliff DeYoung

    Sheriff Rand Hightower

  • Richard Masur

    Richard Masur

    Barry

  • Michael McKean

    Michael McKean

    Hal Cresciman

  • Kathleen York

    Kathleen York

    Sparkle

  • Tom O'Brien

    Tom O'Brien

    Phil Prager

  • Eric Lorentz

    Eric Lorentz

    Prison Guard

  • Jan Van Sickle

    Jan Van Sickle

    Prison Guard

  • Jack Casperson

    Jack Casperson

    Man in Dining Car

  • Dwayne Carrington

    Dwayne Carrington

    Waiter in Dining Car

  • David Underwood

    David Underwood

    Deputy

  • Bobby Price

    Bobby Price

    Deputy

  • Timothy G. Riley

    Timothy G. Riley

    Deputy

  • Liz Jury

    Liz Jury

    Barmaid

  • Kelli Van Londersele

    Kelli Van Londersele

    Girl in Bar

  • Allan Graf

    Allan Graf

    Studie

  • Kenneth Jensen Bryan

    Kenneth Jensen Bryan

    Buckner's Father

  • Donna McMullen

    Donna McMullen

    Buckner's Mother

  • Adam Seils

    Adam Seils

    Young Buckner

  • Alan August

    Alan August

    Hal's Son

  • Jason Iselin

    Jason Iselin

    Barry's Son

  • Norm Silver

    Norm Silver

    Conductor

  • Jason Campbell

    Jason Campbell

    Kid on Train

  • Wendelin Harston

    Wendelin Harston

    Woman on Train

  • Steve Spencer

    Steve Spencer

    Man on Train

  • Delbert Highlands

    Delbert Highlands

    Loomis

  • David Zambrano

    David Zambrano

    FBI Agent (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'; ?>
Flashback

Cast (30)

  • Dennis Hopper

    Dennis Hopper

    Huey Walker

  • Kiefer Sutherland

    Kiefer Sutherland

    John Buckner

  • Carol Kane

    Carol Kane

    Maggie

  • Paul Dooley

    Paul Dooley

    Stark

  • Cliff DeYoung

    Cliff DeYoung

    Sheriff Rand Hightower

  • Richard Masur

    Richard Masur

    Barry

  • Michael McKean

    Michael McKean

    Hal Cresciman

  • Kathleen York

    Kathleen York

    Sparkle

  • Tom O'Brien

    Tom O'Brien

    Phil Prager

  • Eric Lorentz

    Eric Lorentz

    Prison Guard

  • Jan Van Sickle

    Jan Van Sickle

    Prison Guard

  • Jack Casperson

    Jack Casperson

    Man in Dining Car

  • Dwayne Carrington

    Dwayne Carrington

    Waiter in Dining Car

  • David Underwood

    David Underwood

    Deputy

  • Bobby Price

    Bobby Price

    Deputy

  • Timothy G. Riley

    Timothy G. Riley

    Deputy

  • Liz Jury

    Liz Jury

    Barmaid

  • Kelli Van Londersele

    Kelli Van Londersele

    Girl in Bar

  • Allan Graf

    Allan Graf

    Studie

  • Kenneth Jensen Bryan

    Kenneth Jensen Bryan

    Buckner's Father

  • Donna McMullen

    Donna McMullen

    Buckner's Mother

  • Adam Seils

    Adam Seils

    Young Buckner

  • Alan August

    Alan August

    Hal's Son

  • Jason Iselin

    Jason Iselin

    Barry's Son

  • Norm Silver

    Norm Silver

    Conductor

  • Jason Campbell

    Jason Campbell

    Kid on Train

  • Wendelin Harston

    Wendelin Harston

    Woman on Train

  • Steve Spencer

    Steve Spencer

    Man on Train

  • Delbert Highlands

    Delbert Highlands

    Loomis

  • David Zambrano

    David Zambrano

    FBI Agent (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'; ?>
Flashback

Cast (30)

  • Dennis Hopper

    Dennis Hopper

    Huey Walker

  • Kiefer Sutherland

    Kiefer Sutherland

    John Buckner

  • Carol Kane

    Carol Kane

    Maggie

  • Paul Dooley

    Paul Dooley

    Stark

  • Cliff DeYoung

    Cliff DeYoung

    Sheriff Rand Hightower

  • Richard Masur

    Richard Masur

    Barry

  • Michael McKean

    Michael McKean

    Hal Cresciman

  • Kathleen York

    Kathleen York

    Sparkle

  • Tom O'Brien

    Tom O'Brien

    Phil Prager

  • Eric Lorentz

    Eric Lorentz

    Prison Guard

  • Jan Van Sickle

    Jan Van Sickle

    Prison Guard

  • Jack Casperson

    Jack Casperson

    Man in Dining Car

  • Dwayne Carrington

    Dwayne Carrington

    Waiter in Dining Car

  • David Underwood

    David Underwood

    Deputy

  • Bobby Price

    Bobby Price

    Deputy

  • Timothy G. Riley

    Timothy G. Riley

    Deputy

  • Liz Jury

    Liz Jury

    Barmaid

  • Kelli Van Londersele

    Kelli Van Londersele

    Girl in Bar

  • Allan Graf

    Allan Graf

    Studie

  • Kenneth Jensen Bryan

    Kenneth Jensen Bryan

    Buckner's Father

  • Donna McMullen

    Donna McMullen

    Buckner's Mother

  • Adam Seils

    Adam Seils

    Young Buckner

  • Alan August

    Alan August

    Hal's Son

  • Jason Iselin

    Jason Iselin

    Barry's Son

  • Norm Silver

    Norm Silver

    Conductor

  • Jason Campbell

    Jason Campbell

    Kid on Train

  • Wendelin Harston

    Wendelin Harston

    Woman on Train

  • Steve Spencer

    Steve Spencer

    Man on Train

  • Delbert Highlands

    Delbert Highlands

    Loomis

  • David Zambrano

    David Zambrano

    FBI Agent (uncredited)