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
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
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
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 的大作中提到】 : 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
7 楼
It's radar rotator...
【在 r****y 的大作中提到】 : 如果是Adrotator,ASP.NET里很容易。 : : with
r*y
8 楼
不懂啊。
【在 c**t 的大作中提到】 : It's radar rotator...
z*e
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
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.
【在 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.
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
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.
【在 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
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.