Yeata Zi
I followe dthe steps, and for whatever reason it isn't working for me. I just get a black profile and that's all.
There's a slight oddity in the media URL you're using, try using this instead in your media box:
http://static.wix.com/client/app.swf?pageId=X2adLZ1ng4h0ytV9057sZw--a&embedFormat=websites&embedID=af60fe16-55aa-4905-a0f0-8db0d860de12&partner_id=WMGs4POB1ko-a
Also, if you want it to be the size it is on the Wix editor, use this for your CSS:
html, body { background: #000000; }
.column, #columns { overflow: visible !important; }
#columns { width: 1000px; margin-left: auto; margin-right: auto; float: none; position: relative; top: 50px; }
#column_1, #column_2, #column_3 { position: absolute; margin: 0; }
.media_panel { height: 650px !important; width: 1000px; overflow: hidden; }
.media_panel embed, .media_panel object { height: 1000px; width: 1000px; }
.panel { margin: 0; padding: 0; background: transparent; }
.panel h2 { display: none; }