<?xml version="1.0" encoding="GB2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[莫名]]></title>
<link>http://www.mypm.net/blog/user3/steam/index.html</link>
<description><![CDATA[莫名]]></description>
<item>
<title><![CDATA[连续滚动的图片效果]]></title>
<link>http://www.mypm.net/blog/user3/steam/archives/2008/23937.html</link>
<description><![CDATA[首先上面的那段代码只能用于图片一样高的才行.如果图片的高度不一样的话.那图片的的滚动就会出现问题了.<BR>而我下面的那些代码呢也有一定的局限性,<BR>要把图片大的跟大的一起排列在一起.小的跟小的排在一起.(明?<br/>……]]></description>
<author>steam</author>
<pubDate>2008/5/12 22:20:00</pubDate>
</item>
<item>
<title><![CDATA[flash与数据库的连接]]></title>
<link>http://www.mypm.net/blog/user3/steam/archives/2008/23936.html</link>
<description><![CDATA[<DIV class=t_msgfont id=message1867432>确切地说..flash是不可以直接与数据库连接的.只能是通过ASP(只是我比较了解ASP,也可以是其他的PHP/JSP等);<BR>所以呢.首先,先在ASP里编写好连接数据库的语句<BR>&lt;%<BR>dim cn<BR>dim connstr<BR>dim db<BR>db="asp.mdb"<BR>Set cn = Server.CreateObject("ADODB.Connection")<BR>connstr="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &amp; Server.MapPath(""&amp;db&amp;"")<BR>cn.Open connstr<BR>%&gt;<BR>存储为cn.asp文件;<BR>第二步;就编写一个读取数据库数据的ASP文件喽...<BR>&lt;!--#include file="cn.asp"--&gt;<BR>&lt;%<BR>set rs=server.createobject("adodb.recordset")<BR>rs.ope<br/>……]]></description>
<author>steam</author>
<pubDate>2008/5/12 22:18:00</pubDate>
</item>

</channel>
</rss>