|
|
| Name: |
SWF to JPG |
| Base name: |
swf_to_jpg |
| Description: |
Render Flash canvas image as JPEG |
| Related classes: |
swf, jpg, drawing, canvas, swf jpg, html jpg, applet, swftojpg |
| Version: |
- |
| PHP version: |
4.0 |
| License: |
Freely Distributable |
| All time users: |
4484 users |
| All time rank: |
503 |
| Week users: |
5 users |
| Week rank: |
722 |
| |
|
 |
|
Innovation award
 Nominee: 1x |
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.
 January 2008
Number 4
Prize: One downloadable copy of Komodo Pro |
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 |
| 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... |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|
| 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 |