Fla files

So far we have looked at the .as scripts. Now we will shortly look at the fla files. There are two movies. drawing.fla contains only this line:

draw_object.drawObject ();

where we call the function from the Drawing_picshot class to record data. draw_object is the movieclip, in which we draw. Check the library for the properties and you will see the name for the class file.

snapshot_receive_as.fla contains also only one line:

snaps.displayPic ();

which calls the display function of the Picshot_display class. The movieclip which this class extends is snaps.

Now what is left is the php file, which is the same as of another tutorial I wrote. Check HERE for details. And that's it. You can now download the files. I should note that you can have other effects of the picture like a shadow or blurring and all you need to do is enter a code, which later when the xml file is parsed will be decoded.

PREVIOUS PAGE

1      2      3      4      5      6      7      8