did a recent update screwed urlvariables?
hi, found out function in application developping started failing, though flash part has had no change in while, , part started failing working fine till now. changed application tell me error, , error message giving me says error '2101', , after search told me had urlvariables object, method decode receiving wrong string not in form var name=value.
as said, have not changed in quite while, , call being made more or less like:
var _convertido:string = "";
(var _cont:number=6; _cont<_cadena.length; _cont++)
_convertido += string.fromcharcode(convertir_color(_cadena[_cont]));
//
var _enviar:urlvariables = new urlvariables("dibujo="+_convertido);
var _request:urlrequest = new urlrequest(url_grabar_dibujo);
_request.method = urlrequestmethod.post;
_request.data = _enviar;
//
try
{
loader_grabar_imagen.load(_request);
}
catch (_error:error)
{
trace("acá")
mensaje_error = _error.tostring();
gotoandstop("error")
//confirmar_no_grabar();
}
the relevant sentence here 'var _enviar:urlvariables = new urlvariables("dibujo="+_convertido);' passing string in form var_name=value in constructor, valid. giving me error.
i assume if giving me error because of this, since urlvars use in function crashes, if info found '2101' correct, , working fine
did screw update , broke working well?
hi, think actionscript forum or flash perhaps better forum receive on. when open thread, on right hand side "more this". may want check of threads.
thanks,
eidnolb
More discussions in Using Flash Player
adobe
Comments
Post a Comment