R – Flex HTTPService in Flash

apache-flexflashhttpservice

Is there a standard equivalent to the Flex HTTPService class in Flash CS4?

Best Answer

You can take advantage of classes from Flex in Flash CS4, by adding a reference to the flex libraries as explain in this blog. The example uses the Web Service component, but you can use the HttpService similarly.