function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PrafPraf 

Sharing a single Flex swf file between multiple s-controls

Hello ... we have a design situation where we have multiple s-controls which will load a flex GUI and we dont want to create multiple GUIs for each of them. We want to create and share a single GUI between the different s-controls and simply control the data loaded depending on which s-control loads the GUI. Has anyone run into such a situation? Any ideas of working with this situation? Could using the 'Shared Resources' feature be useful, if so how? Thanks
mtbclimbermtbclimber
You can not use static resources from S-Controls. This would be possible with a static resource from a Visualforce page, however.