<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.8.1">
</HEAD>
<BODY>
On Tue, 2006-10-01 at 00:58 +0900, Dave M G wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">  What they want is relatively simple. On the top page, they want to</FONT>
<FONT COLOR="#000000">rotate through a few images. Right now, the Flash object that handles</FONT>
<FONT COLOR="#000000">this task just cycles through the images like a slide show, flashing</FONT>
<FONT COLOR="#000000">white in between each image.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
Sounds like something AJAX (Asynchronous Javascript And XML -- a.k.a. Web 2.0 or "that stuff Google Maps uses") would be suited for.  It wouldn't even be all that difficult to accomplish, I don't think.  Google on "AJAX" and "Web 2.0" for ideas.  Chances are someone has the code you need to steal out of the box.<BR>
<BR>
And the advantage to the AJAX solution?  It's all open standards based stuff.  Javascript is a standard (a.k.a. ECMAscript), the asynchronous acquisition of data is W3W standard and it works off of the W3W standard DOM to modify the data in the browser.<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
--<BR>
<B>Michael T. Richter</B><BR>
<I><FONT SIZE="2">Email:</FONT></I><FONT SIZE="2"> ttmrichter@gmail.com, mtr1966@hotpop.com</FONT><BR>
<I><FONT SIZE="2">MSN:</FONT></I><FONT SIZE="2"> ttmrichter@hotmail.com, mtr1966@hotmail.com; </FONT><I><FONT SIZE="2">YIM:</FONT></I><FONT SIZE="2"> michael_richter_1966; </FONT><I><FONT SIZE="2">AIM:</FONT></I><FONT SIZE="2"> YanJiahua1966; </FONT><I><FONT SIZE="2">ICQ:</FONT></I><FONT SIZE="2"> 241960658; </FONT><I><FONT SIZE="2">Jabber:</FONT></I><FONT SIZE="2"> mtr1966@jabber.cn</FONT><BR>
<BR>
<I><FONT SIZE="1">"To [the Chinese], all other people are barbarians."</FONT></I><FONT SIZE="1"> </FONT><B><FONT SIZE="1">--The Dalai Lama</FONT></B>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>