I'm loading a swf into a SWFLoader (earth-shattering, I know). The swf
document size itself is set 2800x960, but there is an additional
element beneath this in the pasteboard (what was the flash 8
"workarea")  that is about 500px in length. I need to be able to pan
down to this element. If make a call to set the y value of the
SWFLoader to -500 (to pan downward) the top portion breaks out and
hovers above my other components instead disappearing at the top border.

I went  a step further and wrapped the swfLoader in a Canvas object.
Setting the y value to -500 on the MXML object did just what I wanted
to. I then began setting this dynamically, which produced the same
results as before. I also tried to run validateDisplayList() hoping it
would fix things but to no avail.

Any suggestions would be greatly appreciated :) 

Reply via email to