Archive for category lcds
Where Can I Find fds.swc?
If you ever need to compile a Flex app that requires classes like:
mx.messaging.channels.RTMPChannel mx.messaging.channels.SecureRTMPChannel
then you’ll need fds.swc which isn’t shipped with the Flex SDK, but is shipped with LCDS. Download a trial vr of LCDS and grab this file from the web-app:
WEB-INF/flex/libs/fds.swc
…why might you need these classes?…perhaps if you’re building a Bootstrap loader for LCDS apps loading sub-apps and you want to share the messaging classes between the parent and child apps…I had to do this for an Xcelsius application.