Hi
I have used the embed tutorial on Kirupa and it have always worked (http://www.kirupa.com/developer/flash8/flash_fix.htm)
But today when i tried to use it it suddenly dosnt work. I insert the kode into a TD and it becomes just emty :S
So i tried the swfobject solution, and then i just get a white box instead of the flash?
u can see the kod below
<td width="220">
<script type="text/javascript" src="flashobject.js"></script>
<div id="MySite" style="width: 220px; height: 300px"></div>
<script type="text/javascript">
var fo = new FlashObject("menu2.swf","MySite","220", "300", "0","#ffffff");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("scale", "noscale");
fo.write("MySite");
</script>
</td>
really hope anyone have a clue whats going on cuz i dont
Both the js file and the swf is in the same dir ofc as the html page