Topic: Shoutcast widget source code?

Any chance of getting the Shoutcast widget source code?

Re: Shoutcast widget source code?

Well, it's not a widget - it's what's called a "music source" and this particular one's built into the Control Panel, which is not currently Open Source.

Some of these components are part of contractual relationships with these companies which limit what we can share.

What are you trying to do?

Re: Shoutcast widget source code?

I'm just curious about how the scroll list was made actually.  I've been looking at tutorials i've found online but haven't seen one yet that's similar.  Do you know if they are just using a regular listbox?

Re: Shoutcast widget source code?

It's a handrolled list box, not the standard component.

It's just a MovieClip with a mask, which includes another MovieClip that is the list itself.  The list is constructed from other MovieClips that represent each item - they, in turn, contain a bunch of TextFields and other graphics.