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?
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?