Overview:
Im using FLASH CS3 with AS3
i have a flash project, i separete file swf
ex. main.swf, profile.swf, invite.swf, visit.swf

profile.swf will be loaded in main.swf

in profile.swf i have datagrid using custom cell renderer class (RightAlign, LeftAlign, CenterAlign, MultiLine)

Problem:
When load profile.swf in main.swf from a browser, cell renderer failed (data won't show)


Is there an issue with load swf file ??
is bad or good separate swf file??