Griffith-
September 15th, 2006, 08:57 PM
I wasn't exactly sure where I should post this.. but I am looking for some help with a flash app I'm working on.
It's a playlist that you can update via an XML file to display your music
My problem is, whenever certain Lists aren't active, they show a undefined/null value.. as seen unskinned
http://student2.bradleyacademy.edu/jerry_bellew/playlist/index.html
Now, I remember there being a way to make that not show up but I don't remember how. As for a list of names to go by..
cbMusic (top combobox)
cbGenre (second combobox)
liBand (List Component)
liAlbum (List Component)
liSong (List Component)
xcController (XML Connector)
I'm using Flash 8 Pro.
I was thinking something in the setStyles but I wasn't sure. Any help would be appreciated. It's also not complete, only the first 7 Bands under Hardcore work the way they should. The rest are still to be filled in and more to be added.
Edit.
I had also tried..
cbGenre.text = "fuzzy pelicans";
I found this one a site, I left the code as they had it. I thought it was funny. But it works for like a split second when it first opens.
It's a playlist that you can update via an XML file to display your music
My problem is, whenever certain Lists aren't active, they show a undefined/null value.. as seen unskinned
http://student2.bradleyacademy.edu/jerry_bellew/playlist/index.html
Now, I remember there being a way to make that not show up but I don't remember how. As for a list of names to go by..
cbMusic (top combobox)
cbGenre (second combobox)
liBand (List Component)
liAlbum (List Component)
liSong (List Component)
xcController (XML Connector)
I'm using Flash 8 Pro.
I was thinking something in the setStyles but I wasn't sure. Any help would be appreciated. It's also not complete, only the first 7 Bands under Hardcore work the way they should. The rest are still to be filled in and more to be added.
Edit.
I had also tried..
cbGenre.text = "fuzzy pelicans";
I found this one a site, I left the code as they had it. I thought it was funny. But it works for like a split second when it first opens.