PDA

View Full Version : Is it possible to change a swf file in real time?


Souldust_SR
12-23-2005, 02:18 PM
Hello people, everything alright?
Hope so!!

I am creating an entire dynamic layout using an XML file. This layout is supposed to don't have any type of buttons intercating with it.

This layout have, for example, a green background color during the morning, and in the afternoon, it can be red.

My doubt is: can I change this in real time, only changing the node attribute with the background color, or I need to update something else to make this change?

Any idea of how can I do this is welcome!!!

Thanx for your attention!!

Billy T
12-23-2005, 02:35 PM
you can you use php to echo a different background colour into the embed code, depending on the time of day

could eaily do it just with flash as well. Check out the Date and Color objects

Souldust_SR
12-23-2005, 03:36 PM
Thanx billy, I'll take a look at it. Bye!!!