FLASH question

Out of context: Reply #9

  • Started
  • Last post
  • 10 Responses
  • urban100

    yeah you would have to write a class or several functions to handle capturing all the data points into an array as the drawing is generated. then send the data to a php script to insert the points into a database or textfile (using amfphp would prob be easiest).

    then you would also need a php script that fetches the points for a selected drawing from the database. then use your remoting method (amfphp) to send the array of points back to flash in which you would step through them and redraw it.

View thread