Does anyone know if there is a way to disable an HTML page from scrolling when a user is over a flash object in the HTML that has its own scrollbar?
Posted 2 months ago
I guess I should clarify more. I’m my question is regarding using the mouse wheel. I have my flash scrollbar set up to scroll on mousewheel, but when the HTML page is larger than the screen height the whole HTML page scrolls when I only want to scroll the Flash with the mousewheel.
Posted 2 months ago
You’re doing the best thing Joe, which is to ask.
There is a lot of knowledge browsing this forum so you should make the most of it!
You can force a HTML page to focus on the Flash file by putting this into the Frame Actions:
getURL(“javascript:me.focus( );void 0;” ) ;
Maybe that will help.
Posted 2 months ago
I just wrote an article fixing this problem.
Check out http://avatar-soft.ro/blog/?p=4
Posted 2 months ago
I just wrote an article fixing this problem. Check out http://avatar-soft.ro/blog/?p=4wow, it’s working Thank you!
PS. add your credits in .js
Posted 2 months ago