the flash page is running on the server. Why can't it someout write an image to the server? There HAS to be a way to do this. There are flash application out there that let users send "ecards", which save the resulting image on the server.
So.. we have the html file running the flash page.. there has to be a way to get the image from the flash application to a .jpg on the server. We can use php.
So.. how do we do this?. There is always a way to do anything.
Main Topics
Browse All Topics





by: rascalpantsPosted on 2003-01-30 at 12:30:39ID: 7848499
I hate to be the person to say this too you, but there is no way to output a JPEG from a server... You can only use the Flash application to turn a .fla into a .jpg....
I could help you out with trying to dynamically create a PDF from Flash using PHP and FPDF...
It would involve the sending of variables from the Flash application to a PHP page that will output to the server and/or to the screen...
let me know if you have any question...
rp