Buongiorno!
Vorrei creare un immagine partendo da un clip.
Ho trovato online uno script che credo faccia quello che mi serve:

Codice PHP:
function Capture()
{
    
now.draw(_root.Composer.Foto);
    
SendImage();
// End of the function
function SendImage()
{
    
abc = new LoadVars();
    
abc.Nominativo this.Nominativo;
    
abc.Email1 this.Email1;
    
abc.Email2 this.Email2;
    
abc.Commento this.Commento;
    
abc.pixel = new Array();
    for (
0360i++)
    {
        for (
0480j++)
        {
            
abc.pixel.push(now.getPixel(ji));
        } 
// end of for
    
// end of for
    
abc.img abc.pixel.toString();
    
abc.send("../actionphp/Hairstyle.CreateImage.php""topFrame""POST");
    
play ();
// End of the function
now = new flash.display.BitmapData(480360false4616704);
stop (); 
Il problema è che i dati vengono passati ad un file php che non conosco.
In pratica questo script dovrebbe inviare una email con all'interno la foto.
c'è qualcuno che riesce a risalire al file php o può darmi una mano in qualche modo?
grazieeee