Link to home
Start Free TrialLog in
Avatar of rbruch
rbruch

asked on

Flash - Javascript conflict

Hi, have a page with javascript DHTML/CSS menu and a FLASH. Problem is when I use then javascript menu (onmouseover event usually) flash stops playing, and (too) javascript menu becomes really slow and useless (seems the major problem is onmouseover).  Does anybody knows any javascript-flash conflict in ie?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Dushan Silva
Dushan Silva
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rbruch
rbruch

ASKER

I can't understand the concept of using only one onmouseover event, Flash and Javascript are independent,no? I write an URL with the page if anybody know how to solve it.

http://www.elmontanya.com/develop/ubicacion_comollegar.php

If you use the javascript menu while flash is playing, note that flash stops.   And menu the onclick event from only ocurs when the mouse leaves the javascript area.  See http://www.elmontanya.com/develop/ubicacion_elmontseny.php for the normal behavour of the menu.

Thanks.
You can have idea from following link.
http://www.kirupa.com/developer/flash8/video/popUpWindows.htm
BR Dushan
Avatar of rbruch

ASKER

Ok.  problem solved.  turned javascript onmousemove events to onmouseover events and now it works perfect.