Hi guys, this is the first time I post on the forums asking help but if everyone had this issue before… please enlighten me.
My issue described in a few words:
I am working on a site where I use loadMovieNum() function to load swf’s using also a menu (classing way to go arround making a flash site).
The thing is, in one page I have a dynamic text box where I load some external text. I’ve made a simple scroller using the mouselistener that takes advantage of the mousewheel. (I’m not using the UISrollBar because the client wants smth simple). I all works fine. But only if I view the separate swf (both in IE and FF works) or I view the whole site in IE.
When I look at the site in FF, the onMouseWheel() method doesn’t respond, looking like there is an issue when loading the swf.
I tried making the dynamic text selectable or not and even used the UIScrollBar. Same thing. Mousewheel disabled in Firefox when the swf is included but working when seen alone.
Anybody else encountered this? I appreciate your warm heart for helping me, I wouldn’t asked for help if I woudn’t be really stuck and annoyed.
Cheers!