由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Flash版 - Question of design
相关主题
最近做了个项目可以读取本地文件然后另存本地AS3传参数给loaded swf?
菜鸟问题--flash slideshow怎么做?Please help - how to assign the loaded txt/xml file's array to variables?
看tnt的小诀窍问一下,轮胎rotate之后会破坏alighment么?
Reverse Engineering about Flash(3)tire rotation 的问题
新做签名档bimmer原来不建议做rotation
Related Combobox二手车的tire rotation
想在自己的Blog里面加上一个自己做的Flash (转载)How to rotate screen in Mac?
急问:我的portable 500GB移动硬盘不work了!!seek help on a problem
相关话题的讨论汇总
话题: images话题: question话题: overlay话题: image话题: design
进入Flash版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
Have base image in a scene; overlay images rotated every second. The overlay
images list is retrieved from blah.php. How to design?
r****y
发帖数: 26819
2
if blah.php is current page that would host swf, just use flash variables
sent to swf.
if data quite a lot, use xml.

overlay

【在 c**t 的大作中提到】
: Have base image in a scene; overlay images rotated every second. The overlay
: images list is retrieved from blah.php. How to design?

c**t
发帖数: 2744
3
The data isn't huge. I'm using composite to generate static image file with
cron, and SetTimeout to rotate the images; figured out swf is a better way
to do it

【在 r****y 的大作中提到】
: if blah.php is current page that would host swf, just use flash variables
: sent to swf.
: if data quite a lot, use xml.
:
: overlay

z****e
发帖数: 3810
4
你是说在flash中retrieve php中的image list?

overlay

【在 c**t 的大作中提到】
: Have base image in a scene; overlay images rotated every second. The overlay
: images list is retrieved from blah.php. How to design?

c**t
发帖数: 2744
5
if can...

【在 z****e 的大作中提到】
: 你是说在flash中retrieve php中的image list?
:
: overlay

r****y
发帖数: 26819
6
如果是Adrotator,ASP.NET里很容易。

with

【在 c**t 的大作中提到】
: The data isn't huge. I'm using composite to generate static image file with
: cron, and SetTimeout to rotate the images; figured out swf is a better way
: to do it

c**t
发帖数: 2744
7
It's radar rotator...

【在 r****y 的大作中提到】
: 如果是Adrotator,ASP.NET里很容易。
:
: with

r****y
发帖数: 26819
8
不懂啊。

【在 c**t 的大作中提到】
: It's radar rotator...
z****e
发帖数: 3810
9
如果数据不大,就写个xml最简单了。改起来也容易

with

【在 c**t 的大作中提到】
: The data isn't huge. I'm using composite to generate static image file with
: cron, and SetTimeout to rotate the images; figured out swf is a better way
: to do it

c**t
发帖数: 2744
10
I have a batch job to grab radar image from stations; now developing a web
page
to show the radar change. The UI should show the latest N radar images for
ever to make the demostration live.

【在 r****y 的大作中提到】
: 不懂啊。
相关主题
Related ComboboxAS3传参数给loaded swf?
想在自己的Blog里面加上一个自己做的Flash (转载)Please help - how to assign the loaded txt/xml file's array to variables?
急问:我的portable 500GB移动硬盘不work了!!问一下,轮胎rotate之后会破坏alighment么?
进入Flash版参与讨论
z****e
发帖数: 3810
11
用LoadVars

【在 c**t 的大作中提到】
: if can...
r****y
发帖数: 26819
12
这个其实主要是server的分量重。
flash客户端,可以用local shared object保存最近N个图片的URL,每次server更新调用
则更新掉最老的那个URL。
我没有试过,不过理论上就是这样。这样每个机器会保存信息,关掉浏览器再打开也能
记住。

for

【在 c**t 的大作中提到】
: I have a batch job to grab radar image from stations; now developing a web
: page
: to show the radar change. The UI should show the latest N radar images for
: ever to make the demostration live.

c**t
发帖数: 2744
13
cache issue?

调用

【在 r****y 的大作中提到】
: 这个其实主要是server的分量重。
: flash客户端,可以用local shared object保存最近N个图片的URL,每次server更新调用
: 则更新掉最老的那个URL。
: 我没有试过,不过理论上就是这样。这样每个机器会保存信息,关掉浏览器再打开也能
: 记住。
:
: for

r****y
发帖数: 26819
14
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16194&sliceId=2

【在 c**t 的大作中提到】
: cache issue?
:
: 调用

r****y
发帖数: 26819
15
运用LSO可以不用每次传所有参数,只传递最新更新的那个。

【在 c**t 的大作中提到】
: cache issue?
:
: 调用

r****y
发帖数: 26819
16
我觉得你这个应用,。NET应该有很好的解决办法。

【在 c**t 的大作中提到】
: cache issue?
:
: 调用

c**t
发帖数: 2744
17
checking adrotator

【在 r****y 的大作中提到】
: 我觉得你这个应用,。NET应该有很好的解决办法。
r****y
发帖数: 26819
18
是啊,我知道这个。
只是没做过实时更新的应用。

【在 c**t 的大作中提到】
: checking adrotator
c**t
发帖数: 2744
19
Adrotator control is available in ASP.Net to make the task of rotating the
advertisement images in a web form quickly and easily. It also enables you
to display different types of images whenever you refresh the page....
I don't want to refresh the page... and the image should be rotated.

【在 r****y 的大作中提到】
: 我觉得你这个应用,。NET应该有很好的解决办法。
c**t
发帖数: 2744
20
My current solution is to use ajax and css.. I think flash may be better;
and
I could skip to compisite images.

【在 c**t 的大作中提到】
: Adrotator control is available in ASP.Net to make the task of rotating the
: advertisement images in a web form quickly and easily. It also enables you
: to display different types of images whenever you refresh the page....
: I don't want to refresh the page... and the image should be rotated.

相关主题
tire rotation 的问题How to rotate screen in Mac?
bimmer原来不建议做rotationseek help on a problem
二手车的tire rotationexternship vs clinical rotations???
进入Flash版参与讨论
r****y
发帖数: 26819
21
mmm,php solution like this:
http://www.realmacsoftware.com/support/viewtopic.php?id=18571
把random改成按顺序即可。

【在 c**t 的大作中提到】
: Adrotator control is available in ASP.Net to make the task of rotating the
: advertisement images in a web form quickly and easily. It also enables you
: to display different types of images whenever you refresh the page....
: I don't want to refresh the page... and the image should be rotated.

r****y
发帖数: 26819
22
什么叫composite image?根据数据生成image?

【在 c**t 的大作中提到】
: My current solution is to use ajax and css.. I think flash may be better;
: and
: I could skip to compisite images.

c**t
发帖数: 2744
23
add a few images into one.

【在 r****y 的大作中提到】
: 什么叫composite image?根据数据生成image?
r****y
发帖数: 26819
24
类似jigsaw?

【在 c**t 的大作中提到】
: add a few images into one.
c**t
发帖数: 2744
c**t
发帖数: 2744
26
It shouldn't be hard to do flash version. Does AS have "setTimeout"?

【在 c**t 的大作中提到】
: like this:
: http://www.accuweather.com/radar-regional.asp?partner=netweather&traveler=0&site=US_&type=SIR&anim=1&level=regional&large=0

r****y
发帖数: 26819
27
这个应该是用server的code每隔一定时间自动生成animated gif。

【在 c**t 的大作中提到】
: like this:
: http://www.accuweather.com/radar-regional.asp?partner=netweather&traveler=0&site=US_&type=SIR&anim=1&level=regional&large=0

r****y
发帖数: 26819
28
http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary646.html

【在 c**t 的大作中提到】
: It shouldn't be hard to do flash version. Does AS have "setTimeout"?
1 (共1页)
进入Flash版参与讨论
相关主题
seek help on a problem新做签名档
externship vs clinical rotations???Related Combobox
大家到哪儿Tire Totation呢?想在自己的Blog里面加上一个自己做的Flash (转载)
LinkedIn NCG , Application Engineer面经急问:我的portable 500GB移动硬盘不work了!!
最近做了个项目可以读取本地文件然后另存本地AS3传参数给loaded swf?
菜鸟问题--flash slideshow怎么做?Please help - how to assign the loaded txt/xml file's array to variables?
看tnt的小诀窍问一下,轮胎rotate之后会破坏alighment么?
Reverse Engineering about Flash(3)tire rotation 的问题
相关话题的讨论汇总
话题: images话题: question话题: overlay话题: image话题: design