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 的大作中提到】 : 不懂啊。
|
|
|
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 | |
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.
|
|
|
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 | |
r****y 发帖数: 26819 | |
r****y 发帖数: 26819 | |