Copy link to clipboard
Copied
I recently made a tool for flash with the help of JSFL. The panel that was made is a little too large for my screen and I was wondering how to put in a scrollbar for it. Without the ability to scroll down I'm unable to reach certain properties located at the bottom of the panel.
I know the ScrollBar component is for only TextFields, but the ScrollPane is able to be used for other things such as MovieClips and swf files. However, when I tried to use the ScrollPane all I get is a blank screen. Any suggestions?
Copy link to clipboard
Copied
The scroll bar that you are looking for is a part of the HTML document that contains your .swf file. You need to set the overflow property for the container that holds the .swf to "scroll". It is set to "hidden" by default if you used the publish controls build into Flash.
Copy link to clipboard
Copied
Thanks for the reply, it's just a panel that's being used in my Flash CS6. I'm using the Extension Manager to package it up using an mxi file to create a zxp which installs is to Flash. In order to publish the swf I'm just doing Control > Test Movie > Test, there's no html file being output.
Copy link to clipboard
Copied
So by "screen" do you mean your computer's screen? Or do you mean the stage size that you are using is smaller than the panel of this tool that you made?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now