jeffparadox
08-15-2007, 02:16 AM
Hi,
I'm an animator who was trying to build a "simple" web portfolio, until I got lost in the code world and started thinking about suicide, anyway.... The portfolio has a pop up window that is created by an html file, and that html is reached from a button within the Flash front end movie of the portfolio. I put a wallpaper to the pop up window and I'm calling a quicktime with the <embed> tag in the html.
I want to position the video exactly in the pop up window. I used align and vspace attributes in my embed tag, and it works fine on Mozilla FF, but not in IE 6.0. Plus, they are deprecated, what should I use instead??? Any direction would help... Also, some plugin problems occur because of the embed tag I think, I mean, It works one time and not the next time in IE. Here is a link to the pop up window:
http://www.jefftreves.com/web/movies/3DReel-PopUp.html
I don't know code... I just copy paste and use logic for the past 7 sleepless nights. Here is the html:
<!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=iso-8859-1" />
<title>Deneme</title>
<style type="text/css">
<!--
body {
background-color: #000033;
margin: 0;
}
-->
</style>
</head>
<body>
<table width="700" height= "400" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="700" height= "400" valign="top" BACKGROUND="walpaper.jpg"><div align="center"><br />
<br />
<embed src="WEB-DDD-DEMO2006.mov" width="471" height="280" loop="false" autostart="false" bgcolor="#000033" kioskmode="true" pluginspage="/quicktime/download/" align="left" vspace="35">
</embed>
</OBJECT>
</div></td>
</tr>
</table>
</body>
</html>
Any help is greatly appreciated!
I'm an animator who was trying to build a "simple" web portfolio, until I got lost in the code world and started thinking about suicide, anyway.... The portfolio has a pop up window that is created by an html file, and that html is reached from a button within the Flash front end movie of the portfolio. I put a wallpaper to the pop up window and I'm calling a quicktime with the <embed> tag in the html.
I want to position the video exactly in the pop up window. I used align and vspace attributes in my embed tag, and it works fine on Mozilla FF, but not in IE 6.0. Plus, they are deprecated, what should I use instead??? Any direction would help... Also, some plugin problems occur because of the embed tag I think, I mean, It works one time and not the next time in IE. Here is a link to the pop up window:
http://www.jefftreves.com/web/movies/3DReel-PopUp.html
I don't know code... I just copy paste and use logic for the past 7 sleepless nights. Here is the html:
<!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=iso-8859-1" />
<title>Deneme</title>
<style type="text/css">
<!--
body {
background-color: #000033;
margin: 0;
}
-->
</style>
</head>
<body>
<table width="700" height= "400" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="700" height= "400" valign="top" BACKGROUND="walpaper.jpg"><div align="center"><br />
<br />
<embed src="WEB-DDD-DEMO2006.mov" width="471" height="280" loop="false" autostart="false" bgcolor="#000033" kioskmode="true" pluginspage="/quicktime/download/" align="left" vspace="35">
</embed>
</OBJECT>
</div></td>
</tr>
</table>
</body>
</html>
Any help is greatly appreciated!