ничего не понимаю(
конструкция

PHP код:
echo" <object id='d1' width='1100' id='d2' height='800'><param id='d1' allowscriptaccess='always' name='1' value='1.swf'>
<embed src='1.swf' id='d1' allowscriptaccess='always' wmode='transparent' width='1100' height='800'>
</embed>
</object>";

Код AS3:
if(ExternalInterface.available)
{
var cookieValue:* = ExternalInterface.call("go");
if(cookieValue != null)
{
this.sMessageBox(cookieValue);
}
}

Код:
<script language="javascript">
function go( )
{
var cookieValue=document.cookie;
alert(cookieValue);
return cookieValue;
}
</script>
великолепно работает - но ТОЛЬКО в гугл. в остальных бразуерах -нет!!!