RE: [Flashcoders] quick Q about FLVPlayback component

2006-05-02 Thread Tom Lee
Looks to me like the FLVPlayback component extends the VideoPlayer component. The VideoPlayer component loads the video into a Video object (private var _video). The Video object has native _x and _y properties, but I'm not sure if you'll be able to access them since the reference is private.

Re: [Flashcoders] quick Q about FLVPlayback component

2006-05-02 Thread eric dolecki
Ya... hmm... I can hack that class and pump out a new SWF so I can get at things like that I suppose. I'm suprised no one thought of that when making it though. Auto-sizing is okay when the whole component needs a resize... but thats not a great solution. On 5/2/06, Tom Lee [EMAIL PROTECTED]

RE: [Flashcoders] quick Q about FLVPlayback component

2006-05-02 Thread Tom Lee
02, 2006 3:15 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] quick Q about FLVPlayback component Ya... hmm... I can hack that class and pump out a new SWF so I can get at things like that I suppose. I'm suprised no one thought of that when making it though. Auto-sizing is okay when

Re: [Flashcoders] quick Q about FLVPlayback component

2006-05-02 Thread eric dolecki
. Haven't tried it, but it looks promising... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Tuesday, May 02, 2006 3:15 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] quick Q about FLVPlayback component Ya... hmm... I can

RE: [Flashcoders] quick Q about FLVPlayback component

2006-05-02 Thread Tom Lee
Awesome! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Tuesday, May 02, 2006 3:57 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] quick Q about FLVPlayback component myPlayer.getVideoPlayer(myPlayer._visibleVP)._width, ._x