Question : Actionscript FLV playlist

Hello,

I am trying to create an FLV playlist.

I am getting the FLV filenames from a database and that is no problem, but im not very actionscript savy and dont know how to make them into a playlist.

I understand this involves an array?

Any help is appreciated.

Thanks
Code Snippet:
1:
2:
3:
4:
5:
6:
var Records = ActionSpeak.Recordset.Records;
 
for (i=0; i < Records.length; i++) 
{
	mp1.contentPath = Records[i]["movie_Filename"];
}
Open in New Window Select All

Answer : Actionscript FLV playlist

You can use attached sample for XML FLV player.
Random Solutions  
 
programming4us programming4us