<SCRIPT language=javascript> //生成代码 function genCode() { var html=''; var picUrl=''; var picLink=''; var picTitle=''; var picWidth=0; var picHeight=0; var titleHeight=0; var backgroudn='';
html += '<EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://staryxy.googlepages.com/PicPlay.swf'; html += ' width=' + picWidth; html += ' height=' + (picHeight + titleHeight); html += ' type=application/x-shockwave-flash WMODE="opaque" FLASHVARS="'; html += 'pics='+picUrl; html += '&links='+picLink; html += '&texts='+picTitle; html += '&borderwidth=' + picWidth; html += '&borderheight=' + picHeight; html += '&textheight=' + titleHeight; html += '" MENU="false"'; html += ' BGCOLOR="' + backgroudn; html += '" QUALITY="high" ALLOWSCRIPTACCESS="sameDomain"></EMBED>';