0

Background:

On a recent website, I'm using a jQuery driven dropdown menu in addition to a Flash scrolling animation.

Note: I am only using the Flash animation in IE only as I created an equivalent, jQuery based animation for all other browsers (because, surprise, IE didn't handle the jQuery version). So please look at this in IE only.

http://www.surveyinitiative.co.uk/

The Problem

When you hover over the dropdown menus, the Flash animation temporarily "freezes" and the continues. This causes choppy behavior in the Flash animation.

Questions

  1. Whey is this happening?
  2. Is there anything I can do to stop this behavior?
lamarant
  • 3,243
  • 2
  • 25
  • 30

1 Answers1

0

Try adding the wmode="opaque" parameter to your movie object.

See: differences between using wmode="transparent", "opaque", or "window" for an embedded object on a webpage

Community
  • 1
  • 1
Diodeus - James MacFarlane
  • 112,730
  • 33
  • 157
  • 176