Sep 21
Macromedia has released an updated version of the Flash Remoting components.
September 20, 2005
This version of the Flash Remoting components supports Flash Professional 8 and Flash Basic 8. It is currently available in English; French, German, and Japanese versions will be available shortly. The English version can also be installed with other language versions of Flash.The installer available includes:
- Flash Remoting Component
- Support files for Flash 8
- NetConnection Debugger
- HTML content that can be viewed within the Help panel in Flash
- ActionScript 2.0 API class source code
Download page: here
Release notes: here
Direct Windows installer link: here
Through RocketBoots
Add to Bloglines - Digg This! - del.icio.us - Stumble It! - Twit This! - Technorati links - Share on Facebook - Feedburner
Christophe Herreman is a software developer living in Belgium. He's working on high-end Flex and AIR solutions at
September 29th, 2005 at 8:14 am
Just a little remark for those that use Flash 8 and want to continue to author (read: maintain) their Flash 6 RIAs that still use the old Flash Remoting :
you can simply get the Flash Remoting include files from your old Flash distribution and copy-paste them in between your sources and include them from there.
So if you put all the files listed below in the same path, and you include
only NetServices.as (and NetDebug.as) in your application, the compiler finds everything it needs.
The old list of includes :
NetDebug.as
NetDebugConfig.as
NetDebugEvents.as
NetDebugHelpers.as
NetDebugImpl.as
NetDebugLocalConnection.as
NetDebugNetConnection.as
NetServices.as
RecordSet.as
RsDataProviderClass.as
After this, I guess you can uninstall your FMX 2004…