# Dynamic loading flv

**URL:** https://forum.kirupa.com/t/dynamic-loading-flv/271060
**Category:** flash
**Created:** [September 17, 2008, 10:22pm UTC](https://forum.kirupa.com/t/dynamic-loading-flv/271060 "2008-09-17T22:22:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![BiGg\_RiE](https://avatars.discourse-cdn.com/v4/letter/b/858c86/32.png) [@BiGg\_RiE](https://forum.kirupa.com/u/BiGg_RiE)
#### Post date: [September 17, 2008, 10:22pm UTC](https://forum.kirupa.com/t/dynamic-loading-flv/271060/1 "2008-09-17T22:22:31Z")

</div>

Ok guys, i have a flvplayback component with an instance name of “clip\_mc”

How can I have a different .flv load into that based on what is pulled from an xml document… my code displays certain things based on wether or not it is indicated that there is a video for this node within the xml… so if the xml tells flash that yes there is a video for this selection then load it into this FLV Component.

what is the code to have that happen here is what I have:

clips\_mc.mcLoader.loadClip(“images/”+this.links+".flv",clips\_mc);

All it shows is the streaming animation and if i click play the output window displays that it can’t connect to the server.

Help. thx!
