PDA

View Full Version : [AS3] How to create dynamic playlists on Flash Media Server?


-DOM-
02-11-2010, 05:21 PM
Hey Guys,

i am having a little bit of trouble on how to create dynamic playlists in fms.

Is there anyway i could without having to go to the trouble of manually editing the xml? you would think fms would be able to i just haven't found anything on it so far.

cheers these forums have been helpful :)

lordofduct
02-11-2010, 05:34 PM
this is the start of a Sound and SFX manager layout I was working on a while back.

http://code.google.com/p/lodgamebox/source/browse/trunk/com/lordofduct/media/

it has some playlist dealies in it:

http://code.google.com/p/lodgamebox/source/browse/trunk/com/lordofduct/media/SFXPlaylist.as

and a small class for describing a uri list for the playlist to use

http://code.google.com/p/lodgamebox/source/browse/trunk/com/lordofduct/media/URIPlaylist.as



I've never used it with MediaServer, but I bet it could be modified to function with it.