
October 22nd, 2003, 08:45 AM
|
|
Junior Member
|
|
Join Date: Oct 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Flash MX - not very dynamic text
I'm trying to create Flash 'popup windows' which use dynamic text loaded in from an external text file. The popups are triggered from a button in the main movie which has a loadMovieNum("popup.swf", 50); action... the popup appears over the main movie and it's loading the correct images, backgrounds etc but the dynamic text isn't loading - if the popup .swf is played standalone, everything works fine
The popup.swf has a text box (Dynamic, Multiline, Var=bodyText). The frame action is: loadVariablesNum("popup_text.txt", 0); and I’ve got the desired text in the file popup_text.txt in the same directory as the .swf …
Help please!
|