|
loading external images and txt files
Hi everyone!
Here I have another question/problem that bothers me a lot:
Introduction:
I have a flash movie A that loads an external flash movie B.
In B I have a script that loads an image and a txt file from the same server.
Problem:
When B is loaded it takes some time to see that text or the image. And even in occasions they dont load at all.
Code:
Text: this.loadVariables("toph.txt?Ran="+random(999), "top_texto");
Image: loadMovie("musica/d1.jpg", this.h1);
Solution?
Does some one know how to make the flash movie loads those external objects?
Thanks in advanced!
|