Topic: placing html around flash file (sv)
1.) I have read through this site and did not find the answer before posting
2.) Understand this is a free product but this question has yet to be explained corectly
I take the standard index.htm file an place a simple table around the flash script and div file and the flash sv does not display..
<table>
<tr>
<td>
<div id="flashcontent">SimpleViewer requires Macromedia Flash. <a href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia Flash.</a> If you have Flash installed, <a href="index.html?detectflash=false">click to view gallery</a>.</div>
<script type="text/javascript">
var fo = new SWFObject("viewer.swf", "viewer", "100%", "100%", "7", "#181818");
fo.addVariable("preloaderColor", "0xffffff");
fo.addVariable("xmlDataPath", "gallery.xml");
fo.write("flashcontent");
</script>
</td>
</tr>
</table>
WHY!!!!