# Embed broken?

**URL:** https://forum.kirupa.com/t/embed-broken/227690
**Category:** flash
**Created:** [June 1, 2007, 9:27am UTC](https://forum.kirupa.com/t/embed-broken/227690 "2007-06-01T09:27:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Blowfish](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/blowfish/32/744_2.png) [@Blowfish](https://forum.kirupa.com/u/Blowfish)
#### Post date: [June 1, 2007, 9:27am UTC](https://forum.kirupa.com/t/embed-broken/227690/1 "2007-06-01T09:27:58Z")

</div>

Hi

I have used the embed tutorial on Kirupa and it have always worked ([http://www.kirupa.com/developer/flash8/flash\_fix.htm](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

```auto
    <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
