Okay, I have 4 different instances of the FLVPlayback component on the stage. Each will have a different flv playing within them. I need to have the all flv’s parsed from one xml file. First off is this possible, without creating several xml files? If so, how do I relate the flv with the corresponding instance name, and what is the correct syntax for the xml? Any help would be greatly appreciated, and I have no problem figuring it out, yet some help or tutorial direction would help tremendously… Below is the xml skeleton I have, which loads the first flv, but not sure how to add more flv’s… Thanks in advance:
<?xml version=“1.0” encoding=“utf-8”?>
<smil>
<head>
<layout>
<root-layout width=“140” height=“158” />
</layout>
</head>
<body>
<ref src= “CEOLoop.flv” />
</body>
<head>
</smil>