Answered
Don't know why text will not show online
I have got a perfectly working (offline) movie and I wondered
why the dynamic content will not show online.
I have a dragable menu and I have frames that have my content on. My menu is a movie clip. I tried to have the dynamic text box on the frame that I want it to view the content but now it only works offline.
my code is :
--------
on (press) {
_root.MS.scroll = _root.MS.scroll-total;
loadVariablesNum("Me.txt", 0);
}
-------
Is there anything that I need to change?
Help would be very much accepted and appreciated.
If this message is better off somewhere else I am sorry if i have put it in the wrong place!
I have a dragable menu and I have frames that have my content on. My menu is a movie clip. I tried to have the dynamic text box on the frame that I want it to view the content but now it only works offline.
my code is :
--------
on (press) {
_root.MS.scroll = _root.MS.scroll-total;
loadVariablesNum("Me.txt", 0);
}
-------
Is there anything that I need to change?
Help would be very much accepted and appreciated.
If this message is better off somewhere else I am sorry if i have put it in the wrong place!