FLV Playback Component, how to insert a loaded FLV?

Here’s the problem.

I’ve been trying to integrate the flvplayback component into my banner project. I have a series of flvs that I have loaded in via a loader class, except, how do I attach the flvs to the component?

I can use the .play function to load in the flvs normally but is there any way I can put a flv directly into the component and have it play?

Something like

var flv:* = loadedFileAlready

component.load(flv);

or something like that.