[Flashcoders] setFocus with javascript

2006-03-19 Thread Tolga H. Tatari
I had been searching a solution to flash UI components mouse wheel problem on swf's longer than the page and that don't fit the browser. I found a solution like this : var mouseListener:Object = new Object(); mouseListener.onMouseWheel = function() { getURL(javascript:focus(document);); }

[Flashcoders] scrolling with mousewheel in browsers

2006-03-10 Thread Tolga H. Tatari
Hi all, I have been working on a project with a lot of UI components of flash 8. My movie's height is longer than 800 pixels so user must scroll down the page to see the all content. But with the components on page mousewheel stops functioning even when the focus is not on the components. i've