Embed *.swf and *.xml into html crossdomain

Hi ! I am new here and need help on following issue:
I am working on a flash page at wix.com and wix support team don’t support issues outside wix.com, so here i am. Wix is an online flashbased cms, but you can insert a “html widget” where you can do some coding.
I have a flash memorypuzzle with xml and as3 file on another domain that i want to show on [COLOR=#336699]www.wix.com/jumina/test[/COLOR] under “Play a game”

I have written the following code in the html widget in wix but it seems like i write something wrong in the code, since the flash puzzle isn’t displayed right and the pictures doesn’t show, from [COLOR=#336699]www.jumina.net/memory[/COLOR]

<HTML>
<BODY bgcolor="#FFFFFF">

<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0” width=“677” height=“599” id=“memoryPuzzle” align=“left”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“allowFullScreen” value=“true” />
<param name=“movie” value=“puzzleUrl=http://www.jumina.net/memory/memoryPuzzle.swf” />
<param name=“quality” value=“best” />
<param name=“scale” value=“noscale” />
<param name=“salign” value=“lt” />
<param name=“bgcolor” value="#ffffff" />
<param name=“flashvars” value=“puzzleUrl=http://www.jumina.net/memory/demopuzzle.xml” />
</EMBED>
</OBJECT>

</BODY>
</HTML>

What is wrong or missing here Please help.

Regards,
Kim