To fix the conflict with Flash and live chat invitation, just add the following code to the Flash object.
- Locate the flash <object> tags.
- Add a new <param name="wmode" value="transparent"> tag between the <object> tags.
- If there is already a <param name="wmode"> tag, just change the value to value="transparent".
- Locate the <embed> tag between the <object> tags.
- Add a new parameter in the <embed> tag: wmode="transparent"
- If there is already a wmode parameter in the <embed> tag, just change the value to "transparent"