Embedded a slide show into a php page via the dreamweaver embed functionality.
Below is a code snippet. For the life of me, I caannot figure out why it will
not show on the test page. the swf file on my server does not show, but the
html file I get upon publishing containing that swf DOES play the movie
(
http://www.ccholdingsinc.com/flash/slideshow.html). Any idea why the swf will
not show on my php page?
<table width="668" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/main_template/top.gif" width="667" height="24" /></td>
</tr>
<tr>
<td class=top><table width="94%" border="0" cellpadding="0"
cellspacing="4" class="miniNav">
<tr>
<td width="7%"><div align="center"><img
src="images/main_template/home.gif" width="20" height="20" /></div></td>
<td width="8%"><div align="center"><img
src="images/main_template/contact.gif" width="32" height="20" /></div></td>
<td width="85%" rowspan="2"><div align="right"><img
src="images/main_template/ccholdings.gif" width="168" height="39" hspace="15"
/></div></td>
</tr>
<tr>
<td><div align="center">Home</div></td>
<td><div align="center">Contact</div></td>
</tr>
</table>
<p> </p> </td>
</tr>
<tr>
<td class=top>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=7,0,19,0" width="600" height="250">
<param name="movie" value="flash/slideshow.swf" />
<param name="quality" value="high" />
<embed src="flash/slideshow.swf" quality="high"
pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="250"></embed>
</object> </td>
</tr>