jsp中flash读取xml路径问题 程序员文章站 2022-06-22 14:49:31 <%String path=request.getContextPath(); %> <%String path=request.getContextPath(); %> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="970" height="347"> <!-- 解决xml --> <param name="base" value="<%=path%>/ga/mainPage/"></param> <param name="movie" value="<%=path%>/ga/mainPage/imageshow.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <embed src="<%=path%>/ga/mainPage/imageshow.swf" FlashVars="<%=path%>/ga/mainPage/xml/images.xml" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="970" height="207"> </embed> </object> 上一篇: jsp上传下载+SmartUpload插件上传 下一篇: 正则表达式匹配路由的实现代码 推荐阅读 jsp、css中引入外部资源相对路径问题分析 jsp中引用js/css的路径问题 解决python3中cv2读取中文路径的问题 jsp中flash读取xml路径问题 xml 中的冒号 读取问题的解决 file_get_contents读取路径中包含中文文件名有关问题 file_get_contents读取路径中包含中文文件名有关问题 富文本编辑器 - 关于symfony中读取web/bundles路径下php文件的问题 jsp、css中引入外部资源相对路径问题分析 在jsp页面中引用图片的路径问题_html/css_WEB-ITnose