Re: [flexcoders] Re: Issues panning a swf loaded via SWFLoader

2008-07-02 Thread Sean Clark Hess
Ah, ok.. great On Wed, Jul 2, 2008 at 12:55 PM, djepyon <[EMAIL PROTECTED]> wrote: > Figured out the problem here. I was moving the content within the > SWFLoader instead of the SWFLoader itself. Moving the SWFLoader in a > canvas object with clipContent = true solved the problem. > > Much than

[flexcoders] Re: Issues panning a swf loaded via SWFLoader

2008-07-02 Thread djepyon
Figured out the problem here. I was moving the content within the SWFLoader instead of the SWFLoader itself. Moving the SWFLoader in a canvas object with clipContent = true solved the problem. Much thanks for the tip Sean. --- In flexcoders@yahoogroups.com, "djepyon" <[EMAIL PROTECTED]> wrote: >

[flexcoders] Re: Issues panning a swf loaded via SWFLoader

2008-07-02 Thread djepyon
I just set it on the canvas but it doesn't appear to help. There isn't a clipContent property on the SWFLoader so thats out of the question. --- In flexcoders@yahoogroups.com, "Sean Clark Hess" <[EMAIL PROTECTED]> wrote: > > Do you have clipContent='true' on the container? > > On Wed, Jul 2, 2008