greensock / GreenSock-AS3

Public repository for GreenSock's ActionScript 3 libraries like GSAP (TweenLite, TweenMax, etc.) and LoaderMax. For AS2, see the GreenSock-AS2 repository and for JavaScript, see the GreenSock-JS repository. Main site: http://www.greensock.com
409 stars 144 forks source link

The creation of a sub-folder 'v12' to be able to load .swf compiled with 'v11' into .swf's compiled with 'v12' without conflicts #2

Closed GV3 closed 11 years ago

GV3 commented 11 years ago

...\greensock\v12'

jackdoyle commented 11 years ago

This request was addressed in the forums here: http://forums.greensock.com/topic/7820-urgent-version-conflict-solution-please/#entry29857

The problem this is attempting to address could be solved by simply using a LoaderContext with a new ApplicationDomain.

Unfortunately I think it would cause a lot of problems to merge this pull request (as described in the forums).