I have a movie clip called where. On mouse over I want it to load in a text file i have this code but on mouse over nothings happening.
Code:where.onRollOver = function() { loadText = new LoadVars(); loadText.onLoad = function() { _root.locate_txt.html = true; _root.locate_txt.htmlText = this.my_text; }; loadText.load("location.txt"); };





Bookmarks