Above Rubies
Above Rubies is a 1932 British comedy film directed by Frank Richardson and starring Zoe Palmer, Robin Irvine and Tom Helmore. It is set in Monte Carlo.[1]
Above Rubies | |
---|---|
Directed by | Frank Richardson |
Produced by | Ralph J. Pugh |
Written by | Douglas Hoare Eliot Stannard |
Starring | Zoe Palmer Robin Irvine Tom Helmore |
Cinematography | Geoffrey Faithfull |
Production company | Ralph J. Pugh Productions |
Distributed by | United Artists |
Release date | 11 July 1932 |
Running time | 43 minutes |
Country | United Kingdom |
Language | English |
It was made at Walton Studios as a quota quickie for release by United Artists.
Cast
- Zoe Palmer as Joan Wellingford
- Robin Irvine as Philip
- Tom Helmore as Paul
- John Deverell as Lord Middlehurst
- Franklyn Bellamy as Dupont
- Allan Jeayes as Lamont
- Madge Snell as Lady Wellingford
gollark: `document.write`, really?
gollark: Not sure what you were asking about, but erlang.
gollark: Ooh, erlang, we should use that.
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
gollark: Ruby.
References
- Chibnall p.266
Bibliography
- Chibnall, Steve. Quota Quickies: The Birth of the British 'B' Film. British Film Institute, 2007.
- Low, Rachael. Filmmaking in 1930s Britain. George Allen & Unwin, 1985.
- Wood, Linda. British Films, 1927-1939. British Film Institute, 1986.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.