I've seen many websites using flash to render their graphics using dynamic data.
How can I do this to put in a user account page, where it shows some dynamic data?
Solution
The most common ways of getting external data into a SWF are:
You can pass data to an embedded SWF using FlashVars
The SWF can load XML or JSON data by loading a file from the server (using a Loader)