I'm having issues with flashembed in tables. I've seen it work before, but I've just created a simple page with flashembed inside a table and it just won't work. If I remove the table tags it works just fine. What am I missing?
I've cut it down to this:
I've cut it down to this:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="flashembed.js"></script>
</head>
<body>
<table>
<tr>
<td>
<script>
flashembed("demo", {src: "http://releases.flowplayer.org/swf/clock.swf", w3c: true});
</script>
<div id="demo"></div>
</td>
</tr>
</table>
</body>
</html>
