开发者

Multiple movie clips in ScrollPane

开发者 https://www.devze.com 2023-02-06 01:48 出处:网络
I am loading multiple movie clips into a scrollpaneContainer mc and setting the source of my scrollpane to be the scrollpaneContainer.

I am loading multiple movie clips into a scrollpaneContainer mc and setting the source of my scrollpane to be the scrollpaneContainer.

Problem is the height of the scrollpaneContainer is larger than 2880 pixels (mc height 开发者_JAVA百科limit).

I can split the movieclips into two scrollpaneContainer clips but I am unsure how to set the source of the scrollpane to be two different movie clips at the same time.

Thanks


as far as I know, Movie Clips don't have a height limit, definitively not at 2880 pixels. That is the restriction for bitmaps. You should have no problems adding a MovieClip, unless you're caching it as a bitmap.

if you're not caching it as a bitmap, maybe provide some more info.

0

精彩评论

暂无评论...
验证码 换一张
取 消