1) aaronlyonGroup: Members Posts: 2Joined: 16 Mar 2007Location: Chico, CAIP: 67.182.--.--
Posted:
Please see
http://monkeymatic.com/pub/nblc/index.html
The header is a Flash SWF, and the horizontal menu below it is fsmenu. In Firefox, the Flash element vanishes and reappears (flashes) each time I mouseover the dropdown menus, and it flashes again when the menu disappears. This flashing does not happen in IEwin.
Any suggestions? I need to fix before showing the client.
Thanks,
-aaron
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 125.238.--.--
Posted:
I'm on a Windows box right now, but try:
1) Changing the WMODE of the Flash movie, this has been known to fix all sorts of bugs in the past!
2) Disabling menu animation in that browser only (use a browser sniff and don't apply the menu animation in that Ffx/Mac).
Good luck - Angus.
3) aaronlyonGroup: Members Posts: 2Joined: 16 Mar 2007Location: Chico, CAIP: 67.182.--.--
Posted:
Setting the WMODE parameter had no effect, using "transparent" and "opaque" as the values.
However, removing the FSMenu.animSwipeDown feature solved the problem.
4) MankulGroup: Members Posts: 1Joined: 2 Apr 2008Location: SingaporeIP: 218.186.--.--
Posted:
'However, removing the FSMenu.animSwipeDown feature solved the problem.' <<<<
where do I remove 'FSMenu.animSwipeDown ' from? I'm not that good at coding, but I'll try...
learning everyday
5) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.109.--.--
Posted:
In the menu setup script (in the main HTML document in the demo, where you create a "new FSMenu"), comment out or delete the part where it adds things to the animations[] array.