flash data integration:
Sounds doable. What part of it do you need help?
Data communications?
Drawing a rectangle and having it change in size?
Server side scripting?
--
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "d_arc9" <webforumsuser@macromedia.com> wrote in message
news:e2grkk$5aj$1@forums.macromedia.com...
Hello...
This might be simple to some fo you out there... I looked around and
everything seems complicated. I want a simple graph that displays totals
from a
mysql db using php.
The project: 6 movies...the movies have 3 questions (every question is
answered with a 1 if the user selected that answer, the remaining answers
will
be 0). In short movieA answers to question number 2 could be 21 for
example -
that means the PHP script added all the ones for that were answered 1 for
that
question.
ie:
movie: A
question: 2
answer1:0
answer2:1
answer3:0
answer4:0
My objective is to send this total back to flash and make a rectangular
verctor image (or simly a rectangle) grow based on the total received. Each
movie will have 3 bars referring to the 3 questions the answered - the bars
grow based on all the 1's gathered by the PHP script.
Hope this is not too confusing... greatly appreciate any help.
-davicho