How do I get CrazyEgg to track clicks on embedded Flash?

Flash and Quicktime and Windows Media, etc… are all browser plugins. That means that their rendering and scripting capabilities are much more restrictive than normal HTML elements.

If you add
<param name="wmode" value="transparent" /> or
<param name="wmode" value="opaque" />
it will track clicks on the flash.

Tracking dynamically created Flash

If the flash is inserted into your page dynamically using javascript, the results will only be available in the Unidentified section of the List view of your report.

For more information see: Why is my data showing as Unidentified?