sandravega
Programmer
Hi
Here´s my goal:
I have a swf (intro1.swf) that calls another swf when the user releases a button, the code:
on (release) {
loadMovie("intro2.swf?idioma=ESP", 0);
}
of course, this unloads intro1.swf and loads intro2.swf.
I believe that there's a way to read that variable "idioma" from intro2.swf, but I don't know how and if it is possible, I don't know where should I put the script
Thank you everybody
Sandra
Here´s my goal:
I have a swf (intro1.swf) that calls another swf when the user releases a button, the code:
on (release) {
loadMovie("intro2.swf?idioma=ESP", 0);
}
of course, this unloads intro1.swf and loads intro2.swf.
I believe that there's a way to read that variable "idioma" from intro2.swf, but I don't know how and if it is possible, I don't know where should I put the script
Thank you everybody
Sandra