basepointdesignz
Programmer
Hi,
On a CD-ROM I'm doing, I'm trying to load text into a movie, which acts as a pop-up window for more information.
I've created and exported the movie and the buttons on the main CD-ROM load it just fine, but I can't get it to load the variable into the relevant dynamic textboxes..
I have the following code on one of the buttons.......
Is this correct? I have set up all the correct and same variable names and txt files etc, but for some reason the text won't load. Basically I want to use the same movie to load different text, from different buttons.
Can someone look at the code and suggest what's wrong with it, please..
Cheers,
Paul @ basepoint designz LTD..
basepoint designz LTD
On a CD-ROM I'm doing, I'm trying to load text into a movie, which acts as a pop-up window for more information.
I've created and exported the movie and the buttons on the main CD-ROM load it just fine, but I can't get it to load the variable into the relevant dynamic textboxes..
I have the following code on one of the buttons.......
Code:
on (release) {
loadMovieNum("info\\popup_window.swf", 10);
loadVariables("info\\popup_html.txt", "popup_text_title");
loadVariables("info\\popup.txt", "popup_text");
}
Is this correct? I have set up all the correct and same variable names and txt files etc, but for some reason the text won't load. Basically I want to use the same movie to load different text, from different buttons.
Can someone look at the code and suggest what's wrong with it, please..
Cheers,
Paul @ basepoint designz LTD..
basepoint designz LTD