I know I asked already but this is little bit different.
I’ve got “Main” scene where is dynamicly loaded “Text.swf (there is dynamic text field var:mainText to load external text)”
In the “Main” I’ve got “Button” and assigned onPress function to load some external text into “Text.swf” which is already loaded on the stage in emptyMovieClip.
castCleese.onPress = function (){
_root(I thing _root cause is on main timeline).loadVariables("castChapman.txt", "???????what to put here, what path???");
trace("it is working, so at least I know button is OK");
};