I tried following the steps for embedding cdf content in html page but it does not work. Please help.
Here is the exact code:
<html>
<body>
Hi
<script type="text/javascript" src="http://www.wolfram.com/cdf-player/plugin/v2.1/cdfplugin.js"></script>
<script type="text/javascript">
var cdf = new cdfplugin();
cdf.setDefaultContent('<a href="http://www.wolfram.com/cdf-player/"><img src="manipulatesine.png"></a>');
cdf.embed('manipulatesine.cdf', 439, 346);
</script>
</body>
</html>