Display swf image after flv completes

Hi,

I am displaying some flv’s on websites via the media component in a swf.

Example at: www.ubicasting.com KOR under UbiCast Clips menu

When the flv completes, the last frame, which is black, stays in view. How can I have the media component window vanish so that the swf image shows.

Regards,
Doktor G

well, i’m not an expert on the subject so i can only offer suggestions.

i’m guessing you turned a .swf into a .flv

when i work with .flv’s that need to talk to .swf files, you can use action script to speak in between them. i use adobe premier so i can use cue points to signify when a video is finished and then tell the .swf what to do at that cue point. if you are using purely flash, my best guess would be to add markers (or flags, whatever they are called) in the timeline of the .swf before you turn it into a .flv, then just reference the marker when you are writing your code to make it vanish (which can be done several ways)