Hello all
I'm loading external vars from a txt file into texboxs. I also have movieclips that might be visible or invisible.
The problem is that I want to be able to have cases when some especific vars are loaded, a case in wich nothing is loaded and another case for everything else.
What I...
I will do like u told me but for now the problem is with the positioning of the movieclips but let me show you the big picture:
I have several friends that go abroad all the time. Im creating a fla to see where they are.
When they are out somewhere, I register him/her on an excel file and...
Ok, u were right. The problem was with the txt file. I didn't have the & at the end of each variable.
I now have:
text.txt:
&stat=Alison&
&stat2=Rute&
&stat3=Cameron&
&stat4=Eugene&
&stat5=Rita&
I still have some questions though. The code you gave me works fine with one textbox and one...
I need some help from you guys. I don't have much knowledge of Actionscript yet so my question might be simple to
solve.
I have a fla with a dynamic textbox instanced as box_txt and a movieclip instanced as movie_mc. Then I have an
external txt file named text.txt with only one var: &stat...
I've tried to use the Kenneth code and it works fine but I still have a problem. I need to change both x and y coordinates, so I tried the following but nothing happened:
myData = new LoadVars();
myData.onLoad = function(success) {
if (success) {
box1_txt.htmlText = this.friend1...
Hi,
I'm kinda new in actionscript so I need your help on this. I'm trying to create a swf that gets vars (friend1;friend2;local1 and local2) from a txt file and insert it on the textboxs (instanced as box1_txt;box2_txt;local1_txt and local2_txt).
So far so good. I managed to do that with the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.