Пытался решить проблему вот таким образом, но не получилось!
исходный код страницы которая выводится в iframe
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<style type="text/css">
.block1
{
width: 1100px;
position: absolute;
left: -35px;
top: 0px;
cursor:hand;
}
</style>
</head>
<body>
<div class="block1" width="100%" >
<object width="100%" onClick="window.location='http://ya.ru'">
<param value="http://vovansongs.xirad.ru/image/banner.swf">
<embed src="http://vovansongs.xirad.ru/image/banner.swf" width="100%">
</object>
</div>
</body>
</html>