Topic: Embedding doesn't work, page by itself does
Is there something special I have to do to embed the simple viewer in an HTML page? The following works just fine:
http://flatironscreeningroom.com/gallery/viewer.swf
But the page it is embedded in does not:
http://flatironscreeningroom.com/gallery.html
Here is the part of the code where it is embedded:
<td colspan="8" rowspan="10" bgcolor="#FFFFFF" id="copycell">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="640" height="480">
<param name="movie" value="gallery/viewer.swf" />
<param name="quality" value="high" />
<embed src="gallery/viewer.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="480"></embed>
</object>
</td>