1. У флэшки параметр wmode - значение transparent
Цитата:
To edit an existing HTML page, add the WMODE parameters to the HTML code.
Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">
Add the following parameter to the EMBED tag:
wmode="transparent"
|
2. Настроить вывод дива с помощью параметра z-index примерно так:
Цитата:
|
<div id="google_block" style="position: absolute; width: 100px; z-index: 1000; background: #ECCDCC; left: 35%; top: 100px;">
|
Ну а если нужно выводить по клику, то вызывать ExternalInterface, который в свою очередь запустит javascript, который покажет ранее невидимый DIV.
Пример использования