I need to grab an image created in Flash and have been advised this can be done server-side with PHP etc. The guide said:
Send the info contained in your string to a handling script, with a link identifying the image (the images would have to be stored on the server). The PHP script could then construct a multi-part email message with the images and text you specified and dispatch it via sendMail.
If the image has to be created dynamically PHP can create gifs (even swfs) on the fly from parameters you feed in - the Flash movie would communicate out the positions of each element of the image.
I have never (yet) delved into PHP - can anyone put me on the correct track to do the above? Or has anyone got a script already written?? (If you don't ask, you'll never know.)
Flash image grabbed by PHP for sendMail?
Moderator: General Moderators
-
Charlie Atlas
- Forum Newbie
- Posts: 1
- Joined: Thu Feb 27, 2003 9:44 am