View Single Post
  #1 (permalink)  
Old Aug 1st, 2005, 12:16
ST ST is offline
Junior Member
Join Date: Jul 2005
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
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 don’t 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!
Reply With Quote