tags:

views:

37

answers:

1

i want to play multiple swf files in a single shockwaveflash object instance one after other as a playlist..

so how can i create a playlist for shockwaveobject...in vb.net

+1  A: 

You'll probably need to generate the playlist as an xml file which you could do in VB using linq to xml or the xmlwriter class.

Bruce Adams