Custom Multi-Video Player

Hi - I’ve got a project I’m currently working on that involves 19 flv, e/2minutes long. I successfully followed a tutorial to build a custom window with aFLVPlayback component and a List Box component from which to choose a video. It all works beautifully (locally), switching back & forth between vids. However, when I created a button inside the main application for which this video player was built (click a video icon in the main app. and a small video player window loads in an empty movie clip), I get the window and the name of the first video in the List Box, however, no video or even vid player is visible.

In my main directory, I’ve got all the files pertaining to the main application; with the video elements in a sep. folder within; all the flvs, the custom skin swf, and the main video .swf.

I cannot figure out how, once I click the video icon to call the video page into the empty mc, to get all the video titles to appear in the List Combo and then of course, show the video on the player.

Is it something with the Data Binding? I’ve tried looking at the Content Path to see if I can include all the .flv’s here, but no dice. Also, I’ve tried simply putting all the files into one folder rather than having a separate video file and still, same results.

ANY/All help is greatly appreciated! Thanks in advance!