Skocz do zawartości

FLASH + PHP + $_POST


tomek26

Polecane posty

Witam

 

Miałem z tym duzy problem aby połączyć Flash z PHP przesyłająć zmienne POST do formularza, więc postanowiłem to umieścić.

 

Wykorzystałem to na tej stronie :

 

http://buxoprogramowanie.za.pl/

 



on (rollOver) {
  this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
  this.gotoAndPlay("s2");
}



on (release) {
  for (i=1; i<_parent.fields_descriptions.length; i++) {
     this[_parent.fields_descriptions[i][2]]=_parent[_parent.fields_descriptions[i][1]];
     _parent.reset_txt(_parent["t"+i], _parent.fields_descriptions[i][1], _parent.fields_descriptions[i][2]);
  }
  this.recipient=_parent.rec.text;
  i=undefined;
  getURL("./contact."+_parent.serv.text, "_blank", "POST");

} 

Link do komentarza
Udostępnij na innych stronach

Zarchiwizowany

Ten temat jest archiwizowany i nie można dodawać nowych odpowiedzi.

×
×
  • Utwórz nowe...