Marvin Froeder
Thu, 29 May 2008 13:42:52 -0700
According to our adobe support contact we must add RSL in order first framework.swc after rpc.swc them fds.swc
I didn't test it. Will do that ASAP. VELO On Thu, May 29, 2008 at 3:03 PM, cathy2476 <[EMAIL PROTECTED]> wrote: > > > Is possible to use fds.swc as RSL? > > Still looking into this, I don't have it working yet. > > It is possible to put fds.swc dependencies into a shared module and > load it that way. > > There are some details for the technique in the following posting: > > http://blogs.adobe.com/aharui/2007/03/modules.html > > If you're interested, I can post more explicit directions and code > samples. > > - Cathy > > > --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>, "Marvin > Froeder" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Is possible to use fds.swc as RSL? > > > > When I try to extract fds.swc and user optimizer on it got this error: > > Flex Error #1001: Digest mismatch with RSL /Optimization/rsl/fds.swf. > > Redeploy the matching RSL or relink your application with the matching > > library. > > This error message was show bounded to SWF. > > > > Them, I try without optimization, just extract library.swf from > fds.swc and > > rename to fds.swf > > Got this errors: > > VerifyError: Error #1014: Class > mx.messaging.messages::AcknowledgeMessage > > could not be found. > > VerifyError: Error #1014: Class mx.data.messages::SequencedMessage > could not > > be found. > > VerifyError: Error #1014: Class IResponder could not be found. > > VerifyError: Error #1014: Class mx.rpc.events::FaultEvent could not be > > found. > > VerifyError: Error #1014: Class > mx.messaging.channels::NetConnectionChannel > > could not be found. > > VerifyError: Error #1014: Class mx.messaging.messages::ErrorMessage > could > > not be found. > > VerifyError: Error #1014: Class mx.data.messages::SequencedMessage > could not > > be found. > > VerifyError: Error #1014: Class mx.data.messages::PagedMessage could > not be > > found. > > VerifyError: Error #1014: Class > mx.data.events::DataServiceFaultEvent could > > not be found. > > VerifyError: Error #1014: Class mx.messaging::MultiTopicConsumer > could not > > be found. > > VerifyError: Error #1014: Class mx.rpc::AsyncToken could not be found. > > VerifyError: Error #1014: Class mx.messaging.events::MessageEvent > could not > > be found. > > VerifyError: Error #1014: Class mx.messaging.messages::AsyncMessage > could > > not be found. > > VerifyError: Error #1014: Class mx.data.messages::DataMessage could > not be > > found. > > VerifyError: Error #1014: Class > mx.data.messages::UpdateCollectionMessage > > could not be found. > > VerifyError: Error #1014: Class IPropertyChangeNotifier could not be > found. > > VerifyError: Error #1014: Class mx.rpc.events::ResultEvent could not be > > found. > > VerifyError: Error #1014: Class mx.collections::ArrayList could not be > > found. > > VerifyError: Error #1014: Class mx.data.messages::DataMessage could > not be > > found. > > VerifyError: Error #1014: Class mx.data::CommitResponder could not > be found. > > VerifyError: Error #1014: Class IMXMLObject could not be found. > > VerifyError: Error #1014: Class mx.messaging.channels::RTMPChannel > could not > > be found. > > VerifyError: Error #1014: Class IResponder could not be found. > > VerifyError: Error #1014: Class IList could not be found. > > VerifyError: Error #1014: Class mx.utils::ObjectProxy could not be > found. > > This erros messages are show one by one on flash player debug dialog. > > > > What need I do to get FDS running as RSL? > > > > > > Marvin > > > > >