thank you. i used the <object> instead, and it works in netscape and firefox, but derekshowm.swf still loops in internet explorer. ironically, it doesnt loop when i run the page locally to test it. any help greatly appreciated. thanks. derek (i still used embed for the buttons since that worked ok) i didnt understand the satay method.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Derek Van Derven</title>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
-->
</style></head>
<body>
<div align="center">
<p>Go to my art site
below<br />
<embed
src="button5.swf"
width="100"
height="50"
allowscriptaccess="always"
allowfullscreen="true"
/>
<br />
or go to my multimedia file sharing site below</p>
<p>
<embed
src="derekbutton.swf"
width="100"
height="50"
allowscriptaccess="always"
allowfullscreen="true" name="derekbutton"
/>
</p>
<p>
<object width="300" height="300">
<param name="movie" value="derekshowm.swf">
<embed src="derekshowm.swf" width="300" height="300" loop="false">
</embed>
</object>
</p>
<p>
<object width="300" height="300">
<param name="movie" value="kaleidoscope.swf">
<embed src="kaleidoscope.swf" width="300" height="300" >
</embed>
</object>
</p>
<p> </p>
</div>
</body>
</html>
Last edited by silverglade; 08-29-2008 at 11:36 PM..
|