Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Drawing API

    Hi

    Is there a way to save what a user has donw when using the drawing API? A
    client wants a tool they can draw over dynamically loaded images and video, and
    then save and retrieve the edits later. The back-end of the site wil be driven
    by PHP with a MySQL database. If saving the drawing itself is not possible,
    what data from the client side that is generated at runtime can be saved? Any
    info will be appreciated.

    FluidBrix Guest

  2. Similar Questions and Discussions

    1. Drawing in 3D
      I've written this script to allow the user to to draw walls directly into a 3D world looking from an orthographic 'top' camera (plan view). The...
    2. Drawing in Flex? Drawing and AS for custom compon
      Hey Peter, I just went to your site to check out your flex prototypes. They're pretty nice. I'm currently looking into developing something...
    3. Drawing Methods - Why under everything?
      Hello all, I have been learning to use drawing methods, but can't figure out why the drawing always appears underneath everything else, even I load...
    4. Drawing a 3D net
      Could you help me to draw a 3D net with Freehand. There is a good http://www.tv5.org/TV5Site/img/voyageurs/grd_bg.gif what I mean. Thank you! ...
    5. drawing in fh..
      Hi all I am using the mx studio - I want to create some shapes to then export into flash. I am assuming that fh is the best app to do this in?...
  3. #2

    Default Re: Drawing API

    Its completely up to you how you would want to save the data about what your
    movie draws in response to what the user does.

    Just send the data to the php page and make it do whatever it needs to do to
    record that on your server.
    --
    Jeckyl


    Jeckyl Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139