
JavaScript (it has the
script tag in the code) and
iframe codes aren't allowed in Multiply for security reasons. Any other code that is simple HTML or Flash, like the ones that use the
EMBED or
OBJECT command, should work fine. Usually the site give you options for the code: look for the one in simple HTML (no
script tags) or one that uses Flash.

Tip: many widgets that use JavaScript code also have a non-JavaScript code attached for compatibility reasons, like the counter from sitemeter.com. To use it on Multiply simply copy the code between the
noscript tags. For example, if they give you this code:
<!-- Site Meter -->
<script type="text/javascript" src="
>http://s24.sitemeter.com/js/counter.js?site=YourUsername"></script>
<noscript>
<a href="http://s24.sitemeter.com/stats.asp?site=YourUsername" target="_top">
<img src="http://s24.sitemeter.com/meter.asp?site=YourUsername" alt="Site Meter" border="0"/></a>
</noscript><!-- Copyright (c)2006 Site Meter -->
Copy this part and use it in your site:
<a href="http://s24.sitemeter.com/stats.asp?site=YourUsername" target="_top">
<img src="http://s24.sitemeter.com/meter.asp?site=YourUsername" alt="Site Meter" border="0"/></a>
PS: JavaScript isn't the same as Java. Java widgets should work too, as they usually use the EMBED/OBJECT tag.

As a side note, sometimes when you try to copy and paste excerpts from other web pages to yours, usually blog entries, you may get the message that 'JavaScrit/CSS isn't allowed', and you can save your post. It happens because some of the page code was also copied and also pasted with the text. To avoid this, first paste the excerpt in a plain-text editor, like Notepad on Win or Smultron on a Mac, and then copy it again and paste on your page. You will get only the text and should be able to save your entry.
Update1:
EMBED codes that have
allowscriptaccess won't work anymore (they will be disabled when added to Multiply pages) due to security reasons too. Quote from a Multiply staff member:
We disabled script access across the board for all embedded flash applications because it poses a significant security risk. Embedded flash players, with allowscriptaccess set to true could potentially execute arbitrary javascript on the page and send other users' personal information to a third party. 
If you have any questions about this or other topics, please title accordingly and post >>> HERE
THANKS ! Your assistance is greatly appreciated! :)