由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Flash版 - Datasource from HTTP service
相关主题
求助:实现一个基于XML的相册(出错了)怎样在 flex 中显示 special character
谢谢大家赏光,祝贺flash开版成功Force to refresh
A simple problem on Flex问个问题
flex 3都release了flex 提取mp3的id3信息时遇到安全错误
新做签名档大家說說到底AS2還是AS3好用
move to another swf file from Flex MXML script (转载)菜鸟问题--flash slideshow怎么做?
Adobe Flex MXML programming (转载)【急】包子求教:这个东西怎么做
use buttons to control several swf files推荐一本学习Flex的书
相关话题的讨论汇总
话题: http话题: data话题: datasource话题: flex话题: service
进入Flash版参与讨论
1 (共1页)
i**p
发帖数: 902
1
The following is my code to get data from HTTP service. If I have ever got
data from one link, say "http://x.x.x.x/Flex/Access_title.aspx?Title=1", the next time when I need the same data, Flex will not set up HTTP connection to get the new data. Instead, it uses the saved old data. How can I make Flex to get new data every times? Thanks!
private var title: Array =
[ {label:"All", data1:"http://x.x.x.x/Flex/Access_all.aspx",
data2:"http://x.x.x.x/Flex/Access2_all.aspx"},
j****y
发帖数: 178
2
if it happened just in IE, please see the link below:
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb405620

【在 i**p 的大作中提到】
: The following is my code to get data from HTTP service. If I have ever got
: data from one link, say "http://x.x.x.x/Flex/Access_title.aspx?Title=1", the next time when I need the same data, Flex will not set up HTTP connection to get the new data. Instead, it uses the saved old data. How can I make Flex to get new data every times? Thanks!
: private var title: Array =
: [ {label:"All", data1:"http://x.x.x.x/Flex/Access_all.aspx",
: data2:"http://x.x.x.x/Flex/Access2_all.aspx"},

b*******3
发帖数: 1461
3
cachebusting requesting url should do it
1 (共1页)
进入Flash版参与讨论
相关主题
推荐一本学习Flex的书新做签名档
为何使用 ant 编译的 flex 产生 swf 文件比 Flash builder 产生的要大很多?move to another swf file from Flex MXML script (转载)
湾区还有大公司找flash程序员么?Adobe Flex MXML programming (转载)
SAS question using PROC SQL 高手请进, 包子答谢use buttons to control several swf files
求助:实现一个基于XML的相册(出错了)怎样在 flex 中显示 special character
谢谢大家赏光,祝贺flash开版成功Force to refresh
A simple problem on Flex问个问题
flex 3都release了flex 提取mp3的id3信息时遇到安全错误
相关话题的讨论汇总
话题: http话题: data话题: datasource话题: flex话题: service