all groups > flash actionscript > january 2007 >
You're in the

flash actionscript

group:

Keeping Menu Visible When Scrolling Page


Re: Keeping Menu Visible When Scrolling Page deeps1179 NO[at]SPAM gmail.com
1/15/2007 2:43:00 PM
flash actionscript:
To clarify, the scroll bar the user is using to scroll down is the one
associated with the browser, not one that I have created in Flash.
Thanks again.


[quoted text, click to view]
Keeping Menu Visible When Scrolling Page deeps005
1/15/2007 10:12:34 PM
Hi, I have a flash website that has a fair amount of conent on one of the pages
such that you need to scroll down a few pages to get to the end of it. I have
a verticaly oriented menu bar on the right side of the screen that I would like
to move down and stay visible as the user scrolls to view the whole page.
Right now the user has to scroll all the back up to the top to use the
navigation bar. My menu bar is setup as a movie object in flash. Any help
would be greatly appreciated. Thanks!
Re: Keeping Menu Visible When Scrolling Page I tried
1/15/2007 11:18:09 PM
There's a javascript event that fires when a user scrolls using either the
mouse wheel or clicking the up or down arrows. You can catch it in javascript
with this: window.onscroll = doSomething;

I'd have that function adjust the position of the div tag containing your
flash movie.
Re: Keeping Menu Visible When Scrolling Page Marghoob Sulemaan
1/16/2007 6:19:10 AM
this link could help you...
AddThis Social Bookmark Button