dashboardgyno
02-07-2008, 01:23 AM
This is probably the most stupid question to some of you experts, but I gotta learn sooo here goes:
I have an html page and need to embed the flash script so the video will play dead center upon opening the page(I am using the JWFLV program)
where does the flash info go on the html script? Below is my html code
thanks for your time!!! :)
<html>
<head>
<title>video html template</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<!-- ImageReady Slices (video html template.psd) -->
<table id="Table_01" width="767" height="731" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="8">
<div align="center"><img src="images/Video_01.jpg" width="766" height="287" alt=""></div></td>
<td>
<img src="images/spacer.gif" width="1" height="287" alt=""></td>
</tr>
<tr>
<td colspan="3" rowspan="3">
<img src="images/Video_02.jpg" width="244" height="99" alt=""></td>
<td colspan="3">
<img src="images/3_text1.jpg" width="201" height="32" alt=""></td>
<td colspan="2" rowspan="6">
<img src="images/Video_04.jpg" width="321" height="182" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="32" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="images/Video_05.jpg" width="201" height="7" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td rowspan="3">
<img src="images/3_pic1.jpg" width="95" height="96" alt=""></td>
<td colspan="2" rowspan="4">
<img src="images/Video_07.jpg" width="106" height="143" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="60" alt=""></td>
</tr>
<tr>
<td rowspan="7">
<img src="images/Video_08.jpg" width="58" height="344" alt=""></td>
<td>
<img src="images/m3_a.jpg" width="153" height="29" alt=""></td>
<td rowspan="7">
<img src="images/Video_10.jpg" width="33" height="344" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="29" alt=""></td>
</tr>
<tr>
<td rowspan="6">
<img src="images/Video_11.jpg" width="153" height="315" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td>
<img src="images/Video_12.jpg" width="95" height="47" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="47" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="images/3_text2.jpg" width="224" height="33" alt=""></td>
<td rowspan="4">
<img src="images/Video_14.jpg" width="298" height="261" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="33" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="images/Video_15.jpg" width="224" height="7" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/3_pic2.jpg" width="149" height="84" alt=""></td>
<td colspan="2" rowspan="2">
<img src="images/Video_17.jpg" width="75" height="221" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="84" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Video_18.jpg" width="149" height="137" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="137" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="58" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="153" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="33" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="95" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="54" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="52" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="23" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="298" height="1" alt=""></td>
<td></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</div>
</body>
</html>
I have an html page and need to embed the flash script so the video will play dead center upon opening the page(I am using the JWFLV program)
where does the flash info go on the html script? Below is my html code
thanks for your time!!! :)
<html>
<head>
<title>video html template</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<!-- ImageReady Slices (video html template.psd) -->
<table id="Table_01" width="767" height="731" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="8">
<div align="center"><img src="images/Video_01.jpg" width="766" height="287" alt=""></div></td>
<td>
<img src="images/spacer.gif" width="1" height="287" alt=""></td>
</tr>
<tr>
<td colspan="3" rowspan="3">
<img src="images/Video_02.jpg" width="244" height="99" alt=""></td>
<td colspan="3">
<img src="images/3_text1.jpg" width="201" height="32" alt=""></td>
<td colspan="2" rowspan="6">
<img src="images/Video_04.jpg" width="321" height="182" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="32" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="images/Video_05.jpg" width="201" height="7" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td rowspan="3">
<img src="images/3_pic1.jpg" width="95" height="96" alt=""></td>
<td colspan="2" rowspan="4">
<img src="images/Video_07.jpg" width="106" height="143" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="60" alt=""></td>
</tr>
<tr>
<td rowspan="7">
<img src="images/Video_08.jpg" width="58" height="344" alt=""></td>
<td>
<img src="images/m3_a.jpg" width="153" height="29" alt=""></td>
<td rowspan="7">
<img src="images/Video_10.jpg" width="33" height="344" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="29" alt=""></td>
</tr>
<tr>
<td rowspan="6">
<img src="images/Video_11.jpg" width="153" height="315" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td>
<img src="images/Video_12.jpg" width="95" height="47" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="47" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="images/3_text2.jpg" width="224" height="33" alt=""></td>
<td rowspan="4">
<img src="images/Video_14.jpg" width="298" height="261" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="33" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="images/Video_15.jpg" width="224" height="7" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/3_pic2.jpg" width="149" height="84" alt=""></td>
<td colspan="2" rowspan="2">
<img src="images/Video_17.jpg" width="75" height="221" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="84" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Video_18.jpg" width="149" height="137" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="137" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="58" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="153" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="33" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="95" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="54" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="52" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="23" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="298" height="1" alt=""></td>
<td></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</div>
</body>
</html>