Skip to main content
Known Participant
February 6, 2014
Question

internet browser to scrol and change the height of my stage.

  • February 6, 2014
  • 1 reply
  • 473 views

hello. I'll try to write to my question.
My stage is 1024 * 768 I have put there ScrollPane that loads my_mc,
my_mc exchange his height. Example http://www.4x4nz.sk/home_page_1.html.
this is ok.


but I try to insert my_mc without ScrollPane. and here is my problem.
my_mc can have more than 768 height.
so I need to force internet browser to scrol
and change the height of my stage.
example http://www.4x4nz.sk/home_page_2.html

This topic has been closed for replies.

1 reply

robdillon
Participating Frequently
February 6, 2014

If you look at the html for your second example, in the line that starts "#flashcontent" add overflow-y: scroll; inside the braces. That will give you a scroll bar in the html div that contains the Flash movie.

Known Participant
February 6, 2014

Now there is a scroll, but it does not work. not see the whole my_mc

http://www.4x4nz.sk/home_page_2.html

robdillon
Participating Frequently
February 6, 2014

In the tv_radio section there are two images that are cut off. It looks like they extend below the bottom of the stage. And looking back at your first example, it looks like there is another section that also doesn't show. It looks like you will have to use the scrollpane inside your Flash movie as well as allowing the div to scroll.