var drag = 0.4;
var flex = 0.6;
var menuEN = new Array("shouye", "gwgl", "tzfb", "mail", "zhxx", "sbxx", "jbgl"

;
var menuZH = new Array("首页", "公文管理", "通知发布", "内部邮箱", "综合信息", "上报信息", "简报管理"

;
var menuURL = new Array("index.asp?zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>", "gongwen_more.asp?zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>&lb=未签收的公文", "tongzhi.asp?lb=notice/meeting&zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>?col=<%=subcol%>", "mail.asp?action=received&zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>", "zonghexinxi.asp?zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>", "upmessage.asp?zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>", "jianbao.asp?zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>"

;
var menuColor = new Array(0xFF6699, 0x00A2FF, 0x96D302, 0xFFC600, 0xFF5400, 0xCD7DE1, 0x02D396);
var mBlock = this.attachMovie("mblock", "mb", 6);
mBlock._y = 5;
mBlock.goalX = -100;
mBlock.onEnterFrame = function() {
this.Step = this.Step*flex+(this.goalX-this.px)*drag;
this.px += this.Step;
this._x = this.px;
if (this.sOut && this._xscale<99.5) {
this._xscale += (100-this._xscale)/8;
}
if (this.sIn && this._xscale>0.1) {
this._xscale += -this._xscale/8;
}
};
var MBColor = new Color(mBlock);
for (var i = 0; i<menuZH.length; i++) {
pipi.start([1, 1]);
var theItem = this.attachMovie("MenuItem", "Item"+i, i+10);
theItem._x = i*84;
theItem.mColor = menuColor[i];
theItem.URL = menuURL[i];
theItem.mc_ZH.itext.text = menuZH[i];
theItem.mc_EN.itext.text = menuEN[i];
theItem.onEnterFrame = function() {
if (this.fadeOut) {
if (this.topLine._alpha<99.5) {
this.topLine._alpha += (100-this.topLine._alpha)/8;
}
if (this.mc_EN._alpha>0.5) {
this.mc_EN._alpha += -this.mc_EN._alpha/0;
}
if (this.mc_ZH._xscale<00) {
this.mc_ZH._xscale += 2;
this.mc_ZH._yscale += 2;
}
}
if (this.fadeIn) {
if (this.mc_EN._alpha<99.5) {
this.mc_EN._alpha += (100-this.mc_EN._alpha)/8;
}
if (this.topLine._alpha>0.5) {
this.topLine._alpha += -this.topLine._alpha/8;
}
if (this.mc_ZH._xscale>100) {
this.mc_ZH._xscale -= 2;
this.mc_ZH._yscale -= 2;
}
}
};
theItem.onRollOver = function() {
mBlock.goalX = this._x+42;
mBlock.sOut = true;
mBlock.sIn = false;
MBColor.setRGB(this.mColor);
new Color(this.topLine).setRGB(this.mColor);
this.fadeOut = true;
this.fadeIn = false;
};
theItem.onRollOut = function() {
mBlock.sOut = false;
mBlock.sIn = true;
this.fadeIn = true;
this.fadeOut = false;
};
theItem.onRelease = function() {
getURL(this.URL);
};
}
stop();
为什么我把这个栏目条生成了swf文件放到页面中以后,在每个栏目点“首页”按钮就是返回首页的时候主页内容全部是空的,我认为还是参数还没有传对,但我就是不知道该怎么写在flash中,下面是我在dreamweaver中生成的栏目代码,请高手帮忙看一看,指点迷津
<!--#include file="conn.asp"-->
<%zhiwu=trim(request("zhiwu"

)
danwei=trim(request("danwei"

)
username=trim(request("username"

)
%>
<body text="0" link="0" vlink="0" alink="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="762" height="30" border="0" align="center" cellpadding="0" cellspacing="0">
<%
set rs=server.CreateObject("adodb.recordset"

rs.open "select * from maincol where description like '1%' order by description asc",conn,1,1
%>
<tr>
<td width="1" height="30" bgcolor="#A3BEC7" style="font-size: 9pt; font-weight: bold; ">
<div align="center"></div></td>
<td width="111" background="image/leaf_bg.gif" style="font-size: 9pt; font-weight: bold; ">
<div align="center"><font size="2"><a href="index.asp?zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>"> 主
页</a></font></div></td>
<td width="106" background="image/ty.gif" style="font-size: 9pt; font-weight: bold; ">
<div align="center"><font size="2"><a href="gongwen_more.asp?zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>&lb=%CE%B4%C7%A9%CA%D5%B5%C4%B9%AB%CE%C4">
<%if not rs.eof then
response.Write(rs("m_name"

)
rs.movenext
end if%>
</a></font> </div></td>
<%
set rst=server.CreateObject("adodb.recordset"

rst.open "select * from subcol where mid in (select id from maincol where description='1-2')",conn,1,1
rst.movefirst
subcol=rst("sub_name"

rst.close
set rst=nothing
%>
<td width="108" background="image/ty.gif" style="font-size: 9pt; font-weight: bold; ">
<div align="center"><font size="2"><a href="tongzhi.asp?lb=notice/meeting&zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>&subcol=<%=subcol%>">
<%if not rs.eof then
response.Write(rs("m_name"

)
rs.movenext
end if%>
</a></font></div></td>
<td width="107" background="image/ty.gif" style="font-size: 9pt; font-weight: bold; ">
<div align="center"><font size="2">
<%
if not rs.eof then
response.Write(rs("m_name"

)
rs.movenext
end if%>
</font></div></td>
<%
set rst=server.CreateObject("adodb.recordset"

rst.open "select * from type_com",conn,1,1
rst.movefirst
classname=rst("classname"

rst.close
set rst=nothing
%>
<td width="107" background="image/ty.gif" style="font-size: 9pt; font-weight: bold;">
<div align="center"><font size="2"><a href="zonghexinxi.asp?zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>&classname=<%=classname%>">
<%if not rs.eof then
response.Write(rs("m_name"

)
rs.movenext
end if%>
</a></font></div></td>
<td width="108" background="image/ty.gif" style="font-size: 9pt; font-weight: bold; ">
<div align="center"><font size="2"><a href="upmessage.asp?zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>">
<%if not rs.eof then
response.Write(rs("m_name"

)
rs.movenext
end if%>
</a></font></div></td>
<td width="113" background="image/ty.gif" style="font-size: 9pt; font-weight: bold;">
<div align="center"><a href="jianbao_manger.asp?zhiwu=<%=zhiwu%>&danwei=<%=danwei%>&username=<%=username%>&lb=未签收的简报" target="_blank">简报管理</a></div></td>
<td width="1" bgcolor="#A3BEC7" style="font-size: 9pt; font-weight: bold;"></td>
</tr>
</table>
<div align="center">
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="762" height="180">
<param name="movie" value="flash/zu.swf">
<param name="quality" value="high">
<embed src="flash/zu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="762" height="180"></embed></object>
</div>