Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Catalin T #1
URLVariables and URLRequest problem
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");
Catalin T Guest
-
URLRequest problem
The following statement :- <mx:click>navigateToURL(new URLRequest('http://web.artprice.com/classifieds/fineart/details.aspx?id=378866&i... -
URLRequest + URLLoader
How can you load a xml file using URLRequest and URLLoader? I tried to find it through the web, but there is very little documentation about this... -
How to use URLRequest to go to a mxml file rather then awebsite?
How to use URLRequest to go to a mxml file rather then a website? -
URLVariables On The Fly
I am making a URL Request with variables I know I can do this to add the vaiables var variables:URLVariables = new URLVariables(): ... -
Problem with Apache Web Server config file and PHP (please give advice on what problem may be me)
HI: Can anyone refer me to someone that can help with the problem below. I installed Apache Web Server on my laptop which has Windows XP. I... -
Raymond Basque #2
Re: URLVariables and URLRequest problem
Since those are AS3 classes, you'd be better served over in the AS3 preview
group.
"Catalin T" <webforumsuser@macromedia.com> wrote in message
news:e9p9nt$qo6$1@forums.macromedia.com...Can> I get the following errors when I try using URLVariables and URLRequest.> 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 Guest



Reply With Quote

