Innovation Award
 January 2008
Number 4 |
Flash applets are often used to provide more interactivity to Web pages. They can be used implement interactive applications, for instance, to let the users draw graphics by hand. This package comes with a Flash applet that lets users do that.
When it is necessary to save the user drawing, the Flash applet sends the information about the drawing strokes to the server. The PHP class processes that information and generates a JPEG image with the graphics drawn by the user, allowing the painted image to saved.
Manuel Lemos |
This class can be used to render an image drawn on a Flash canvas movie.
A Flash canvas movie displays a drawing area on which the user can draw a picture with brushes of different colors and and thicknesses.
When the user wants the save the drawing, the Flash movie sends the list of the brush strokes to the server.
The class receives the list brush strokes and generates a JPEG image file that represents a copy of the user drawing.
| There are not enough user ratings to display for this class. |
| Link |
Description |
| Render Flash canvas image as JPEG |
This class supplied by Gurdeep Singh. #4 of the complete list of winners of the award on January of 2008. SWF to JPEG is my favorite class on Jan 2008... |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
main1.html |
Data |
Converts Flash (SWF) image to JPG image |
main1.swf |
Data |
Flash file to be embedded in main1.html |
swfpage.php |
Example |
Captures the data from Flash and pass it to PHP class. this is the test script |
SWFtoJPG.php |
Class |
Class to take SWF data and use GD library to convert Flash image to JPG |