tell me if i'm going crazy or need to goto sleep..
main movie holds nav..coordinating button on main movie calls coordinating.swf into a dummy clip and hides it on the main movie until called..now inside coordinating.swf there is a mc called window, window has a button that calls a txt file to coordtextholder, a dynamic text box inside the window mc..
so would the call not be..
on (press) {
loadVariables("fashionshows.txt", "_root.window.coordtextholder"
;
}
seems it would be, but not loading the text..
and if i use..
on (press) {
loadVariables("fashionshows.txt", "_root.coordinating.window.coordtextholder"
;
}
this time calling the txt file through th main movies mc that holds the coordinating.swf..
still nothing..
what the F^&^ am i not doing besides sleeping?
carlsatterwhite@orlandomediasolutions.com
main movie holds nav..coordinating button on main movie calls coordinating.swf into a dummy clip and hides it on the main movie until called..now inside coordinating.swf there is a mc called window, window has a button that calls a txt file to coordtextholder, a dynamic text box inside the window mc..
so would the call not be..
on (press) {
loadVariables("fashionshows.txt", "_root.window.coordtextholder"
}
seems it would be, but not loading the text..
and if i use..
on (press) {
loadVariables("fashionshows.txt", "_root.coordinating.window.coordtextholder"
}
this time calling the txt file through th main movies mc that holds the coordinating.swf..
still nothing..
what the F^&^ am i not doing besides sleeping?
![logo.gif](http://www.orlandomediasolutions.com/logo.gif)
carlsatterwhite@orlandomediasolutions.com