LOL jk
k.. lets see you need current profile settings for it to work.
I'm not gonna tell you how to make a Wix Account/Profile, you should be able to do that yourself.
After you finish making your profile, click Publish and get the embed code. Paste that into a notepad so you get a good look at it. For the code to work you need 2 parts. One is the Shockwave File link and the other is the Flashvars. The shockwave file link will always be the same:
http://static.wix.com/client/app.swf?
The flashvar starts with "pageid" and ends with "-a" and it will will vary between different users. Now go into the pasted embed code in your notepad and look for a part in it that says something like
&object width="900" height="650" type="application/x-shockwave-flash" classid="clsid
biggrin 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" &
pageId=33TgT_n;VOg-a&embedFormat=normal&embedID=DLTqzEXo4DAT0rvhqbHpNhyhi9e2GxJxn4DwHzTkvwyUu_gd4Jmh8qtt5gm7ZM20a&partner_id=WMGs4POB1ko-a" />
Copy it and paste it after the Shockwave File Link so it looks like:
http://static.wix.com/client/app.swf?pageId=33TgT_n;VOg-a&embedFormat=normal&embedID=DLTqzEXo4DAT0rvhqbHpNhyhi9e2GxJxn4DwHzTkvwyUu_gd4Jmh8qtt5gm7ZM20a&partner_id=WMGs4POB1ko-a
Paste it into the URL section in your Media box and save. Now you should notice that the box is a bit small so you need to go into your Profile Options (Remember you need CURRENT VERSION) and in your Theme Overide box paste this in there:
.media_panel embed, .media_panel object{width:1140px;height:800px;}
.media_panel, #columns, .column{overflow: visible !important;}
If you wish to change the color of the background, to a solid color, you can copy and paste this code as well:
html, body{
background: #000000;}
To get the desired color, replace the "000000" with another color code.
[For quick reference, the most common are; Black: 000000 & White: FFFFFF]
You can use this color code chart to find the desired color code you want:
Color Code ChartAnd now finally to hide that annoying media box, copy and paste this code into theme override just under the other codes:
Note: Make sure you have already Copy & Pasted your converted code for the wix as to this code will hide your media and every other box.
.panel {
margin: 0px;
padding: 0px;
background-color: transparent;
}
.panel h2 {
display: none;
}
Save and your done : )