I have a movie.
the movie has a mc called "window."
"window" has a movie loaded in it called "photogallery.swf"
"photogallery.swf" has a mc called "container"
"container" has a loaded movie in it called "photo1.swf"
photogallery.swf has a button that loads a movie called "info.swf" on _level1.
what is the ABSOLUTE PATH from "info.swf" to access "photo1.swf"???
i need to know this because a button in "info.swf" has to tell "photo1.swf" to play()
root.window.container.play() doesn't work for me and this is clearly the correct path. WHERE AM I GOING WRONG? am i missing somthing else?
the movie has a mc called "window."
"window" has a movie loaded in it called "photogallery.swf"
"photogallery.swf" has a mc called "container"
"container" has a loaded movie in it called "photo1.swf"
photogallery.swf has a button that loads a movie called "info.swf" on _level1.
what is the ABSOLUTE PATH from "info.swf" to access "photo1.swf"???
i need to know this because a button in "info.swf" has to tell "photo1.swf" to play()
root.window.container.play() doesn't work for me and this is clearly the correct path. WHERE AM I GOING WRONG? am i missing somthing else?