java html中嵌套swf flash插件

                            <object id="flashContent_finish" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9.0.0" width="990" height="600">
                                <param name="movie" th:href="@{/assets/js/mindmap/mindmap_locked.swf(xml='activity/mindmap/setMindmapContent.do',amId=${am.id},dictionary='/assets/js/mindmap/dictionary.xml')}"></param>
                                <embed id="flashContent_em" th:src="@{/assets/js/mindmap/mindmap_locked.swf(xml='activity/mindmap/setMindmapContent.do',amId=${am.id},dictionary='/assets/js/mindmap/dictionary.xml')}" type="application/x-shockwave-flash" 
                                       quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"  width="990" height="600"></embed>
                             </object>


                                var so = new SWFObject(/*[[@{/assets/js/mindmap/mindmap_locked.swf}]]*/, "flashContent_finish", "990", "600", "9.0.0", "#ffffff");
                so.addVariable("xml", "activity/mindmap/setMindmapContent.do?amId"+/*[[${am.id}]]*/);
                so.addVariable("user",/*[[${am.user.username}]]*/);     
                so.addParam("dictionary", /*[[@{/assets/js/mindmap/dictionary.xml}]]*/);
                so.write("flashcontent");
        }

http://www.jb51.net/web/175632.html