无法对此代码进行document.write

时间:2010-06-06 14:51:31

标签: javascript

我需要修复哪些代码?谢谢!

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" }
                );
');

1 个答案:

答案 0 :(得分:3)

你不能拥有像你一样的字符串中的新行,你传递给document.write()的字符串有它们......但是因为你在页面中,只需删除{{1所以你的结果应该是这样的:

document.write