The White Spider (1963 film)
The White Spider (German: Die weiße Spinne) is a 1963 West German crime thriller film directed by Harald Reinl and starring Joachim Fuchsberger, Karin Dor and Horst Frank. It is based on a novel of the same name by the Czech writer Louis Weinert-Wilton.[1]
The White Spider | |
---|---|
![]() | |
Directed by | Harald Reinl |
Produced by |
|
Written by | Egon Eis |
Based on | The White Spider by Louis Weinert-Wilton |
Starring | |
Music by | Peter Thomas |
Cinematography | Werner M. Lenz |
Edited by | Wolfgang Wehrum |
Production company |
|
Distributed by | Constantin Film |
Release date |
|
Running time | 103 minutes |
Country | West Germany |
Language | German |
The film's sets were designed by the art director Ernst H. Albrecht. Location shooting took place in London, Hamburg and West Berlin.
Cast
- Joachim Fuchsberger as Ralph Hubbard
- Karin Dor as Muriel Irvine
- Horst Frank as Kiddie Phelips
- Werner Peters as Sergeant Meals
- Dieter Eppler as Summerfield
- Mady Rahl as Mrs. Falk
- Paul Klinger as Inspector Dawson
- Friedrich Schoenfelder as Sir James
- Lotte Brackebusch as Penelope
- Gerd Frickhöffer as Lord Ensfield
- Chris Howland as Gideon
- Lotti Alberti as Mrs. Pringle
- Hans Bergmann as Stewart Maloney
- Fritz Eberth as Sergeant Gibbs
- Dietrich Kerky as Opfer
- Erik Radolf as Polizist
gollark: https://pastebin.com/Frv3xkB9Full badly-commented thing.
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.
References
- Goble p. 494
Bibliography
- Goble, Alan (1999). The Complete Index to Literary Sources in Film. Walter de Gruyter. ISBN 978-3-11-095194-3.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.