php+javascript幻燈片生成代碼

來源:互聯網
上載者:User
關鍵字 網路程式設計 PHP教程

<?php教程
$bbsconn=mysql教程_connect("localhost","root","");
mysql_select_db("lsmsql",$bbsconn);
$kind="幻燈片";
$sql="select * from sa_article where kind='$kind' order by articleid desc limit 0,6";
$result=mysql_query($sql);
$pics=$links=$texts="";
while ($rows=mysql_fetch_array($result)){

$pics.="/attached/".$rows['source']."|";

$links.="show.php?id=".$rows['articleid']."|";

$texts.=$rows['title']."|";

}
$pics=substr($pics,0,-1);

$links=substr($links,0,-1);

$texts=substr($texts,0,-1);
?>


<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "HTTP://www.w3.org/tr/xhtml1/dtd/ xhtml1-transitional.dtd">
<html xmlns="HTTP://www.w3.org/1999/xhtml">
<head>
<meta HTTP-equiv="content-type" content="text/html; charset=gb2312" />
<title>幻燈片</title>
</head>
<body>
<table width="300" border="1">
<tr>
<td>
<script type=text/網頁特效>
<!--

var focus_width=300;


var focus_height=200;


var text_height=20;


var swf_height = focus_height+text_height


var pics="&lt;?=$pics?&gt;"


var links="&lt;?=$links?&gt;"


var texts="&lt;?=$texts?&gt;"


document.write('&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="HTTP:// fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height=" '+ swf_height +'"&gt;');


document.write('&lt;param name="allowscriptaccess" value="samedomain"&gt;&lt;param name="movie" value=" playswf.swf"&gt;&lt;param name=wmode value=transparent&gt;&lt;param name="quality" value="high"&gt;');


document.write('&lt;param name="menu" value="false"&gt;&lt;param name=wmode value="opaque"&gt;');


document.write('&lt;param name="flashvars" value="pics='+pics+'&amp;links='+links+'&amp;texts='+texts+'&amp; borderwidth='+focus_width+'&amp;borderheight='+focus_height+'&amp;textheight='+text_height+'"&gt;');


document.write('&lt;embed src="playswf.swf" wmode="opaque" flashvars="pics='+pics+'&amp;links='+links+'&amp;texts ='+texts+'&amp;borderwidth='+focus_width+'&amp;borderheight='+focus_height+'&amp;textheight='+text_height+'" menu="false" bgcolor="#dadada" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowscriptaccess=" samedomain" type="application/x-shockwave-flash" pluginspage="HTTP://www.macromedia.com/go/getflashplayer" /&gt;' );  document.write('&lt;/object&gt;');


//--&gt;


&lt;/script&gt;


</td>
</tr>
</table>
</body>
</html>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.