Disable All Advertising
Image
EAN-130085392446124   EAN-13 barcode 0085392446124
UPC-A085392446124   UPC-A barcode 085392446124
Product NameFemme Fatale
CategoryElectronics / Photography: A/V Media: Movie / TV
Short DescriptionDVD
Web Link
Amazon.comA Buy on Amazon ~ B0000897EA
Price New9.46 US Dollars    (curriencies)
Price Used1.44 US Dollars    (curriencies)
RatingR - Restricted
IMDbIMDb Link
TrailerWatch The Trailer
Run Time114 minutes
Aspect Ratio2.35:1
CastAntonio Banderas, Peter Coyote, Rebecca Romijn
DirectorBrian De Palma
GenreCRIME,DRAMA,MYSTERY
Run Time114 minutes
Width5.5 inches    (convert)
Height0.5 inches    (convert)
Length7.75 inches    (convert)
Weight18 hundredths pounds    (convert)
BindingDvd
Release Year2002
FormatAnamorphic, Closed-captioned, Color, Dolby, Dubbed, Subtitled, Widescreen, NTSC
Run Time114 minutes
FeaturesFemme Fatale is a contemporary film noir about an alluring seductress (Rebecca Romijn-Stamos) suddenly exposed to the world -- and her enemies -- by a voyeuristic photographer (Antonio Banderas) who becomes ensnared in her surreal quest for revenge.Running Time: 115 min. Format: DVD MOVIE Genre: ACTION/ADVENTURE Rating: R Age: 085392446124 UPC: 085392446124 Manufac
Long DescriptionThe thief Laurie Ash steals the expensive diamond jewel called 'Eye of the Serpent' in an audacious heist during an exhibition in Cannes 2001 Festival. She double-crosses her partners and is mistakenly taken as Lily, a woman who lost her husband and son in an accident and is missing since then, by an ordinary family. One day, while having bath in Lily's bathtub, Lily comes back home and commits suicide. Laurie assumes definitely Lily's identity, goes to America where she marries a rich man, who becomes the Ambassador of USA in France. When Laurie returns to France, her past haunts her.
Similar Items9780792850458: Dressed to Kill
9780792850434: Blow Out
9780767818049: Body Double
0887090044509: Bound
0741952741398: Passion
0741952741299: Passion
0738329232108: Mr. Destiny
0043396385948: Obsession
0043396041196: Body Double
0027616865526: Dressed to Kill
0027616852885: Blow Out
0025195041409: Thriller Pack Quadruple Feature Fear / The Watcher / Raising Cain / A Kiss Before Dying
0024543013877: Fury
Created07-01-2006
Modified02-02-2022 12:30:41am
MD581d59b3e366be24175d1bf47f8eb409f
SHA256e78f1d933a3c665da0edf91bed98c24821db465613b8e2ab3967a5a30a6833d0
Search Googleby EAN or by Title
Query Time0.0335169

An article of interest

Making use of the tools we offer

Data feed access via Java

This is a basic implementation of a service that provides retrieval access to the EANData.com UPC web site. Its was coded to verify basic  proof-of-concept for development of another application and was not intended to provide be anything more than basic functionality in the retrieval  of UPC data from the EANData.com web site.

There are several places where simple code was left in place rather than using more advanced Java features/methods to allow for easier  understanding of junior developers. Not much time spent refactoring or cleaning up the code. It is provided as a starting point only.

It contains a Factory service that returns a service object configured using the UcpService.properties (see below) file found in the class path of  the executed code. The UpcQueryService can respond with an implementation of the UpcResponse and supporting interfaces or with an InputStream  allowing direct access to the response from the from the EANData.com web site.

JSR 353 is the Java API for JSON is currently under development (http://java.net/projects/json-processing-spec & http://java.net/projects/jsonp).  The several Java JSON implementations seemed to be more than I was wanting/needing so I wrote a basic parser to provide JSON parsing capability  needed. Its not perfect but is a good basic start.

Download the example source code

The UpcService.properties must be configured.

Url (Required)
provides the address used to query UPC data. The additional parameters are added to retrieve the requested information.

ApiKeyCode (Required)
Provided from EANData.com when your account is setup.

Mode (Required)
The manner in which the data will be retrieved from the EANData.com web site.
 
AutoRetrieveGraphics (Optional)
Boolean to indicate whether the graphics, when indicated by a Url, are to be automatically retrieved at the same time with the UPC data. Default is false. A factory method allows for the this property to be overridden at the time the UpcQueryService is created.