2009-02-20 16:24:54 UTC
hello for those who wante to validate their site with moseasymedia just change in moseasymediaEmbed.php :
echo $css;
by
?>
<script type="text/javascript">
//<![CDATA[
document.write('<?php echo $css; ?>');
//]]>
</script>
<?PHP
Another error in moseasymediaJWFLVPlayer.php
//here comes the SWFObject
$embedString .= ' </div>';
remove </div>