Have you checked out the example dashboard application? http://examples.adobe.com/flex3/devnet/dashboard/main.html
--- In [email protected], "todd.bruner" <todd.bru...@...> wrote: > > I have developed a small flex charting app that displays a graph based > on xml returned from a web service. Works great. Now I want to > display many of these charts in a single interface. The idea is to > have 3 or so of these charts in a horizontal line say C1, C2, C3. At > a time interval or a click event from the user, I'd like to shift C1 > off screen to the left, Shift C2 to C1's former location, C3 to C2's > former location and finally add C4 to C3's former location. (and the > reverse if the user clicks the "to the right"). I'm open to doing > this with JavaScript/HTML or inside another FLEX application. > > I thought I saw a demo (with source) once that had something similar > where each "picture" in a gallery was a flash movie and you could > "walk" through the gallery. Unfortunately, my googling has not turned > that up again. > > Can anyone point me to an example that I could extrapolate from? I'm > new to flex programming so I apologize if this something I should > just "know" how to do. (pointers on where to learn that, appreciated > as well.) > > Thanks in advance for any help or pointers. > > Todd >

