Показать сообщение отдельно
Старый 03.03.2008, 20:20
inMashine вне форума Посмотреть профиль Отправить личное сообщение для inMashine Найти все сообщения от inMashine
  № 3  
Ответить с цитированием
inMashine
 
Аватар для inMashine

Регистрация: Sep 2007
Сообщений: 117
Все есть:
Код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
    <script type="text/javascript" src="swfobject.js"></script>
    
    <style type="text/css">

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}

	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;

	}

</style>
</head>

<body  bgcolor="black">

   <div>
            <div  id="flashcontent" >
                        test
            </div>
	          <script type="text/javascript">
                	var so = new SWFObject("so_tester.swf", "sotester", "100%", "100%", "8", "#FF6600");
					so.addParam("scale", "showall");
					so.write("flashcontent");
              </script>
   </div>


</body>
</html>