היה חסר בעוד כמה מקומות, זה המתוקן:
PHP קוד:
<?php
// your php code;
function htmlCode() {
$html = "<SCRIPT type=\"text/javascript\">
var so = new SWFObject('player.swf','mpl','575','350','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=');
so.write('player');
</SCRIPT>";
return $html;
}
$content = htmlCode();
print $content;
?>