The Happy Warrior (1925 film)
The Happy Warrior is a 1925 American silent drama film directed by J. Stuart Blackton and starring Malcolm McGregor, Alice Calhoun and Mary Alden.[1] The story had previously been turned into a 1917 British film of the same title.
The Happy Warrior | |
---|---|
Directed by | J. Stuart Blackton |
Written by | A.S.M. Hutchinson (novel) Marian Constance Blackton |
Starring | Malcolm McGregor Alice Calhoun Mary Alden |
Cinematography | Paul H. Allen |
Production company | Vitagraph Company of America |
Distributed by | Vitagraph Company of America |
Release date | July 5, 1925 |
Running time | 80 minutes |
Country | United States |
Language | Silent English intertitles |
Cast
- Malcolm McGregor as Ralph
- Alice Calhoun as Dora
- Mary Alden as Aunt Maggie
- Anders Randolf as Stingo Hannaford
- Olive Borden as Ima
- Gardner James as Rollo
- Otto Matieson as Egbert
- Wilfrid North as Mr. Letham
- Eulalie Jensen as Mrs. Letham
- Andrée Tourneur as Audrey
- Jack Herrick as Foxy Pinsent
- Philippe De Lacy as Ralph (at 8 years)
- Robert Gordon as Rollo (at 10 years)
- Leon Holmes as Freckled face boy
gollark: Okay.
gollark: ```c/* A C program vulnerable to buffer overflows. */#include <stdio.h>#include <stdlib.h>#include <string.h>void function(char *str){ char buf[16]; /* The following statement has a buffer overflow problem */ strcpy(buf, str); printf("Buffer size: %d\n", (int)strlen(buf)); printf("Buffer content: %s\n", buf);}int main(int argc, char *argv[]){ if (argc < 2) { printf("Usage: %s <string>\n", argv[0]); exit(EXIT_FAILURE); } function(argv[1]); exit(EXIT_SUCCESS);}```
gollark: Get a hypertoaster.
gollark: Nobody sends *me* emails with ideas.
gollark: It is known.
References
- Palmer p.436
Bibliography
- Palmer, Scott. British Film Actors' Credits, 1895-1987. McFarland, 1998.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.