HBox, Repeater, and repeat a custom component containing SWFLoader.  The
custom component wrapper will make it easier when you want to interact
with the items.

 

But wait, that is only if you need the charts to be their own
Application.  Why not just use instances the same charting component
with different data?

 

Tracy Spratt 
Lariat Services 

Flex development bandwidth available 

________________________________

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of todd.bruner
Sent: Monday, February 16, 2009 3:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Need advise on how to display multiple SWF apps

 

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



Reply via email to