Scenario:
- swf B compiles with class Vo in it and displays it's values
- swf A compiles with a revised version of Vo in it and loads swf B
Result:
swf B shows swf A's revised Vo class properties and not the version it got compiled with even though nobody told swf B to change it's Vo properties.
Has anyone encountered these kinds of situations? How is everyone dealing with this?
[EDIT] Since the forums still seem to be broke, you can grab my sample files here. Compile B.fla and then change class Vo version property and you'll see when you compile A that B display's the new Vo version.
Link to Files