Hello All,

I have an interactive presentation which will have a small barker video with audio in the corner which will play through and loop as the user is moving through the presentation. On some screens of the presentation, I won't have room for the video, so I'll need to hide the video, but continue to play the audio from the same point.
I thought the easiest way to accomplish this would be to just use a "skinless" FLVPlayback component which I could then just set to visible=false when I need to hide the video.

However, the FLVPlayback component seems to want a URL to an external FLV file. I would prefer to just include the FLV in the FLA's library, so that I don't have to keep track where the external FLV is, or make sure that the published SWF can find the folder where the external FLV is stored.

So, is there a way to point FLVPlayback.source to an FLV asset in the Library instead of giving it an external URL?

I realize I could just import the FLV to the library and add it to the stage manually at authortime; however, it's been my experience that Flash can get a little fussy with keeping the video and audio in sync when you do that.