Let's say that I have 100+ unique edge animations. I would like to programmatically/dynamically load these animations on-demand using Jquery/Javascript. HTML page cannot reload and cannot use iframes. The animation will load into a DIV - with subsequent animations loading into same DIV (in other words, based on the selection by the user) only one animation will be visible at a time (always loading into the same DIV).
Each animation will have it's own set of js (_edgePreload.js, _edge.js, _edgeActions.js) and assets. These must be dynamically loaded (?getScript, etc.) as well as the Stage DIVS.
Anyone have any thoughts or insight on how to go about doing this? Can it be done?