I get the following errors when I try using URLVariables and URLRequest. Can
anyone tell me what I'm doing wrong ?
The class or interface 'flash.net.URLVariables' could not be loaded.
var params:URLVariables = new URLVariables();
The class or interface 'flash.net.URLRequest' could not be loaded.
var request:URLRequest = new URLRequest("upload_process.php");
Raymond Basque - 21 Jul 2006 12:26 GMT
Since those are AS3 classes, you'd be better served over in the AS3 preview
group.
> I get the following errors when I try using URLVariables and URLRequest. Can
> anyone tell me what I'm doing wrong ?
[quoted text clipped - 4 lines]
> The class or interface 'flash.net.URLRequest' could not be loaded.
> var request:URLRequest = new URLRequest("upload_process.php");