快速业务通道

flash动态读取xml数据来实现评论功能

作者 佚名技术 来源 服务器技术 浏览 发布时间 2012-07-12
e_current + "页";
loadContent();
}else{
errorShow("失败","已经是最前一页了");
}
}
}
前一页.emptyBtn.onRelease = function(){
if(intervaling == true){
errorShow("失败","正在读取数据中,请等待");
}else{
if((page_current-1)>0){
page_current--;
page_current_info.text = "第" + page_current + "页";
loadContent();
}else{
errorShow("失败","已经是最前一页了");
}
}
}
后一页.emptyBtn.onRelease = function(){
if(intervaling == true){
errorShow("失败","正在读取数据中,请等待");
}else{
if((page_total-page_current)>0){
page_current++;
page_current_info.text = "第" + page_current + "页";
loadContent();
}else{
errorShow("失败","已经是最后一页了");
}
}
}
最后一页.emptyBtn.onRelease = function(){
if(intervaling == true){
errorShow("失败","正在读取数据中,请等待");
}else{
if(page_total!=page_current){
page_current=page_total;
page_current_info.text = "第" + page_current + "页";
loadContent();
}else{
errorShow("失败","已经是最后一页了");
}
}
}
发表评论.emptyBtn.onRelease = function(){
var write_comment = "write_comment.html?UserID=" + UserID + "&UserIP=" + UserIP + "&programID=" + programID + "&catalogNumber=" + catalogNumber;
getURL(write_comment, "_self","POST");
}
//set styles
comment_list.setStyle("backgroundColor", 0xC9D1DA);
_global.style.setStyle("themeColor", 0x97A7B7);
//set function
function loadContent (){
comment_list.loadScrollContent("comment_markup.swf");
}
function errorShow(eventTextFrom,erroCode){
Alert.okLabel = eventTextFrom;
Alert.show(erroCode,"评论帮助" ,Alert.OK, this);
if(eventTextFrom=="成功"){
getURL("JavaScript :window.close();");
}
};
//set variables
nav.text = " 【新华社】-评论列表-查看评论";
var programID;
var catalogNumber;write_comment.swf 发表评论页面 按此在新窗口浏览图片
这个flash主要是传参数给后台,并且插入到数据库,不过之前要检查评论是否有非法字等 stop();
import mx.controls.Alert;
var programID;
var UserID;
var UserIP;
var catalogNumber;
//set action
我同意发表.emptyBtn.onRelease = function(){
checktextareaResult = checktextarea(textarea);
if(checktextareaResult){
comment.UserID = UserID;
comment.UserIP = UserIP;
comment.UserComment = textarea.text;
comment.UserCommentTitle = commentTitle.text;
comment.programID = programID;
comment.catalogNumber = catalogNumber;
comment.sendAndLoad("stream/sendMessageServlet.do",comment,"POST");
for(w in comment){
trace(w);
trace(comment[w]);
}
comment.onLoad = function(success){
if(success){
if(comment.resultSend == "true"){
errorShow("成功","发送成功,请等待审批");
}else{
errorShow("失败","网络发生错误,请稍后");
}
}else{
errorShow("失败","网络连接失败,请稍后");
}
};
}else{
errorShow("失败","发现非法字或者多于300字,请修改");
}
};
我不同意发表.emptyBtn.onRelease = function(){
getURL("Javascript : window.close()");
//trace();
};
btn_read.onRollOver = function(){
_root.document.gotoAndPlay("begin");
};
btn_read.onRollOut = function(){
_root.document.gotoAndPlay("end");
};
//set styles
_global.style.s

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号