//Create variable to hold item to be sent
SentItem : LoadVars = new LoadVars();
//Create variable to hold received items
ReceivedItem : LoadVars = new LoadVars();
send_btn.OnRelease = process
function process {
//Load variables into SentItem
SentItem.msize = msize.text;
SentItem.mlmfile = "webmagic";
//Send Variables to script, ReceivedItem hold Response.
SentItem.sendAndLoad ("/cgi-bin/matweb.exe", ReceivedItem);
}
- //Create variable to hold item to be sent
- SentItem : LoadVars = new LoadVars();
- //Create variable to hold received items
- ReceivedItem : LoadVars = new LoadVars();
- send_btn.OnRelease = process
- function process {
- //Load variables into SentItem
- SentItem.msize = msize.text;
- SentItem.mlmfile = "webmagic";
- //Send Variables to script, ReceivedItem hold Response.
- SentItem.sendAndLoad ("/cgi-bin/matweb.exe", ReceivedItem);
- }
SIN PROBAR...
acabo de escribir esto directamente en el foro, no tiene Flash en el trabajo. Pero así es como yo lo haría. Usted sólo necesita tener un cuadro de texto en el escenario para celebrar msize.
Así es como yo lo haría si me iba a enviar a un script Este es el envío a un archivo. Exe. Ni idea de lo que sucederá.
Espero que ayuda
Codebuddies - Website Development Resource
|INCLUDE(), INCLUDE_ONCE(), REQUIRE() IN PHP | - / - |MICROSOFT CRM 4.0 ONCLICK EVENT WITHIN FORM |