At 8:05 PM 11/19/1, Michael Kear wrote: > I have a client who has a financial services application - wants > his users to enter parameters like age, income, interest rate etc > and as the parameters change, there is to be a graph showing how > the user's net worth up to age 65 will change... I'd like to have a > graph change as the cursor leaves each field, doing the whole thing in > a single page. Is this something I could reasonably get flash to do?
Yes, it sounds like you're describing client-side interactivity here, and JavaScript or Flash are strong ways to do this. But as Ryan pointed out, much depends on the type of graph you're making. If you're showing net worth at age 65 then that seems like a single bar, but you may be looking at multiple bars for net worth every five years or so, not sure. (In Flash it's pretty straightforward to resize a movie clip to specific dimensions when selection.getFocus changes, and the filesize will likely be significantly smaller than a DHTML version.) jd John Dowdell, Macromedia Tech Support, San Francisco CA US Search technotes: http://www.macromedia.com/support/search/ Offlist email risks capture by the spam filters. I may not see your email if it's not on the list. Private one-on-one email options are available via Priority Access: http://www.macromedia.com/support/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

