# Using the FLVPlayback component with Tree

**URL:** https://forum.kirupa.com/t/using-the-flvplayback-component-with-tree/184964
**Category:** flash
**Created:** [April 9, 2006, 8:21pm UTC](https://forum.kirupa.com/t/using-the-flvplayback-component-with-tree/184964 "2006-04-09T20:21:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jankratochvil](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/jankratochvil/32/566_2.png) [@jankratochvil](https://forum.kirupa.com/u/jankratochvil)
#### Post date: [April 9, 2006, 8:21pm UTC](https://forum.kirupa.com/t/using-the-flvplayback-component-with-tree/184964/1 "2006-04-09T20:21:09Z")

</div>

I try to set content path for FLVPlayback component over the Tree component.  
Is possible to use XML file to call and play the FLV file?  
I have this XML for Tree component:

```auto
<tree>
<folder label= "Flash">
<folder label= "ActioScript">
<link label="Start" url="flv/start.flv">
</link>
</folder>
<folder label= "Design">
<link label="Start" url="flv/design.flv">
</link>
</folder>
</folder>
<folder label= "Flex">
<link label="Instalace" url="flv/flex.flv">
</link>
</folder>
</tree>

```
