Sun Jul 20, 2008 1:39 pm by bhoffmann
I am attempting to create my own flashplayer that uses boriel's wordpress cms to generate the playlist's. I want to make the player in as3 with the ability to flip between the different categories in the flash. The one thing that I am having trouble figuring out is how to access the playlist of a specific category so I can get the generated xml just for that category. I can see the full playlist if I just go to playlist.php but can't figure out how to pass the variable to just view a playlist called "Radio" that I have defined in the categories section of wordpress.
I was reading through the php and think I have to pass a "cat" variable, but if I do /playlist.php?cat="Radio" nothing happens.
Does anyone know how to pass the variable to view a specific category's playlist?