Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
WebmastaDj #1
HTTPService Status.
I have flex project loading a PHP file that generates a XML style file. The
problem is the XML can be a huge file, so I need a "status" bar that tells the
user the progress of the file that is being loaded. Is this possible?
BTW....it is just not one PHP file, it is like 3 to 4 HTTPservice request to
multiple PHP files, so I would need to show the status for all of them
together, but the status of just one of them is fine also.
WebmastaDj Guest
-
HTTPService URL
I am working on my first Flex and CF Project. The project works when I run it locally and on a remote CF server. The problem I have is with... -
HTTPService
Hi , need to post multiple values to a webserver. Using POST with object as i got helped with before. Need to be able to post keys with same name:... -
Problem with HTTPService
Hi: I'm new to flex. When i use a mxml to write some infomation in the form and then post it into a JSP page.It seems that no fault ,it still... -
HTTPService and <mx:XML>
Hi, In Flex documentation I've read the following things: 1 Flex compiles the <mx:XML> tag into literal XML data in an Actionscript XMLNode... -
how to set character set to UTF-8 of <mx:HttpService>
hi, who know how to set charset=UTF-8 of Http Service. -
atta707 #2
Re: HTTPService Status.
search for "Reading external XML documents" in the FB help.
Essentially, you'll be URLLoader instead of HttpService class and listen for
it's progress event to tell the user how much file is remaining.
atta707 Guest



Reply With Quote

