PDA

View Full Version : Load Variable in nested movie



stentel
10-21-2003, 05:31 PM
I have a flash movie in a web page. This flash movie loads another flash movie into a placeholder within the same movie. The loaded flash movie gets data from an asp page using the loadvariablesnum function. To illustrate:

Main.html (base.swf; loads start.swf into placeholder within base.swf)
(start.swf; gets data from data.asp)

The problem is that the data from the asp page never displays when looking at the original flash page (base.swf). However, when I look at the 2nd movie (start.swf) on a web page it interacts with the asp page without problem. How do I handle a nested movie that calls an asp page and get it to display the data correctly?

jeet
10-22-2003, 06:25 AM
Hi stentel,

Please try trace the data is aviable or not
or use Placeholder name as a movie name

like movie name abc (that's a placeholder)

../abc/variablename

or send all the data to _root and use it


_root[item] = this[item];

i think it's batter way to use the values, try it!

Feel free to put more queries here
Regares
Jeet