Hi,Are you running your swf from a C: drive based path or webbased path
(http://localhost....). I wouldsuggest that you load main.swf from the
web based path.There are some security restrictions which do not allow a
swfto access data from a domain different from the location of theswf.
Also if the swf needs any data file, please keep the file inthe same
directory as the swf.You can debug data loading by adding the following
to themx:RemoteObject
declaration.fault="Alert.show(event.fault.faultstr...