Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Feb 06, 2014 Feb 06, 2014

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

TOPICS
ActionScript
429
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 06, 2014 Feb 06, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 06, 2014 Feb 06, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 06, 2014 Feb 06, 2014
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines