Topic: Embed in Dreamweaver
I am having troubles embedding my autoviewer gallery into my html file.
<head>
<script type="text/javascript" src="..gallery/test2/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;
background-color: #333333;
color: #ffffff;
}
</style>
</head>
<body>
<script type="text/javascript" src="..gallery/test2/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;
background-color: #333333;
color: #ffffff;
}
</style>
</body>
The flash gallery won't show up at all.
Am I missing something?