Urgent Help - Video

I am trying to automate the embedding of an FLV into the timeline using the CS4. For some reason, after automatically inserting my flv into the timeline and placing it on the stage, all that is left is to place the video on the (0,0) coordinates, and give it the requested width and height.

Here’s what I did:

**Embedding the movie:
**File --> Import --> Import Video… --> Embed FLV in SWF and play in timeline.

**Giving the new object an instance name:
**control+F3 --> type instance name, f.e embeddedVideo

Editing the FLA code:
embeddedVideo.x=0;
embeddedVideo.y=0;
embeddedVideo.width=100;
embeddedVideo.height=150;

The problem is that when running the FLA, the video does not play but just stays frozen, while the audio is playing. Why is this happenning to me?!

OML