|
-
[F8] Inexplicable component behavior,
I'm building a Flash mp3 player application which can be found at http://www.delvarworld.com/music/ . The problem being that occasionally the list of songs (a dynamic text field) will be replaced with the text "_level0.song_list." That's the location+name of the dynamic text field itself. I have no idea what's causing it. There's nothing in the code that could be doing this. I wish I could pinpoint when it happens, but it seems to be random. If you toy around with changing categories / songs / pressing random buttons sometimes the text will turn to level0. I'm hoping someone has seen this kind of behavior before and has an idea of what's causing it.
-
That's a very nice looking player, congrats. Couldn't reproduce that behavior. Maybe post the code related to your issue.
gparis
-
 Originally Posted by gparis
Maybe post the code related to your issue.
gparis
That's really the main issue, there's no code that could be doing this. It also seems to happen when the text isn't even updating, like hitting play or pause.
-
That's really the main issue, there's no code that could be doing this
well there must be, as the list get populated in some way (xml?). Since you get the _name property, instead of the list, try and search for anywhere in your code where you call some object's _name.
gparis
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|