Re: [Flashcoders] FLVPlayback Component - button bar

2006-05-03 Thread Steve Krichten
Hi Eric, It is unfortunate that the API does not expose these elements. But here is an example Movieclip reference to the play/pause button .. MovieClip(player).skin_mc.layout_mc.playpause_mc I think you can figure out the rest based on that, but if not, just let me know. -Steve _

Re: [Flashcoders] FLVPlayback Component - button bar

2006-05-03 Thread eric dolecki
So which is the alpha'd slice-9 mc that lies beneath all the buttons, etc. I'm guessing player.skin_mc.layout_mc - I'll have to check. Thanks :) On 5/3/06, Steve Krichten <[EMAIL PROTECTED]> wrote: Hi Eric, It is unfortunate that the API does not expose these elements. But here is an example

RE: [Flashcoders] FLVPlayback Component - button bar

2006-05-03 Thread Tom Lee
I see some public getter/setters for bufferingBar, backButton, forwardButton, muteButton, pauseButton, seekBar, etc. All these extend MovieClip, so they have _x and _y. Is that what you're after? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolec

Re: [Flashcoders] FLVPlayback Component - button bar

2006-05-03 Thread eric dolecki
Im actually after the clip that holds all the buttons displayed. So I can move that around, instead of each button on its own, etc. Also I need to stretch the semi-transparent clip below all the buttons at times - or at least set its width and have the buttons lay themselves out again. On 5/3/06

RE: [Flashcoders] FLVPlayback Component - button bar

2006-05-03 Thread Steve Krichten
That would be... MovieClip(player).skin_mc.layout_mc.bg1_mc Eric wrote So which is the alpha'd slice-9 mc that lies beneath all the buttons, etc. I'm guessing player.skin_mc.layout_mc - I'll have to check. Thanks :) ___ Fl

RE: [Flashcoders] FLVPlayback Component - button bar

2006-05-03 Thread Tom Lee
lashcoders mailing list Subject: Re: [Flashcoders] FLVPlayback Component - button bar Im actually after the clip that holds all the buttons displayed. So I can move that around, instead of each button on its own, etc. Also I need to stretch the semi-transparent clip below all the buttons at times - o