Błażej Szperliński
posted this on November 09, 2010 04:48 pm
Hello there,
This article is here to help you implement LiveChat on your Flash Based Website.
I will keep adding more more and more ideas here, depending on customer demand!
1) Invitations and Flash elements
ad.1
Invitations appear on your website as an absolutely placed layer (DIV) which can interfere with Flash movies (such as videos, menus, etc.) if they are not embedded correctly. This means that one will overlay the other.
You need to make sure that your Flash movies have the following HTML parameters:
| • | in <object> tag: <param name="wmode" value="transparent"> |
| • | in <embed> tag: wmode="transparent" |
----
Be sure to let me know if you found this helpful!