# FLV Playback Component, how to insert a loaded FLV?

**URL:** https://forum.kirupa.com/t/flv-playback-component-how-to-insert-a-loaded-flv/297052
**Category:** flash
**Created:** [September 24, 2009, 9:04pm UTC](https://forum.kirupa.com/t/flv-playback-component-how-to-insert-a-loaded-flv/297052 "2009-09-24T21:04:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Kirbyprime](https://avatars.discourse-cdn.com/v4/letter/k/f475e1/32.png) [@Kirbyprime](https://forum.kirupa.com/u/Kirbyprime)
#### Post date: [September 24, 2009, 9:04pm UTC](https://forum.kirupa.com/t/flv-playback-component-how-to-insert-a-loaded-flv/297052/1 "2009-09-24T21:04:23Z")

</div>

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.
