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

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 eric dolecki
ED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Wednesday, May 03, 2006 9:15 AM To: Flashcoders mailing list Subject: [Flashcoders] FLVPlayback Component - button bar I am now centering smaller FLVs in the main component when needed, however in doing so sometimes the "nav button b

RE: [Flashcoders] FLVPlayback Component - button bar

2006-05-03 Thread Tom Lee
eric dolecki Sent: Wednesday, May 03, 2006 9:15 AM To: Flashcoders mailing list Subject: [Flashcoders] FLVPlayback Component - button bar I am now centering smaller FLVs in the main component when needed, however in doing so sometimes the "nav button bar" moves up off the bottom area, is too

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 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 _

[Flashcoders] FLVPlayback Component - button bar

2006-05-03 Thread eric dolecki
I am now centering smaller FLVs in the main component when needed, however in doing so sometimes the "nav button bar" moves up off the bottom area, is too narrow, etc. I am looking to move that bar of buttons around... making sure it stays positioned @ the bottom of the component (I am using the