Which code do I need to fix? Thank!
document.write('
var parameters =
{ id: "1"
, src: "<?php echo $source?>"
, autoPlay: "false"
, width: "638"
, height: "400"
, autoHideControlBar: "false"
, controlBarPosition: "bottom"
};
swfobject.embedSWF
( "vcp.swf"
, "player"
, parameters["width"], parameters["height"]
, "10"
, {}
, parameters
, { allowFullScreen: "true" }
, { name: "sMPlayback" }
);
');