Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Now there is a scroll, but it does not work. not see the whole my_mc
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now