Skip to main content
Participating Frequently
April 29, 2008
Question

XML Gallery

  • April 29, 2008
  • 4 replies
  • 410 views


Hi guys!
I don't know the AS good, so have a little problem with loading image.

I have an XML gallery, wich is loading preview photos in scrollbar and lagre photos ofcourse with AS and XML method. It's working fine, but there is 1 problem:
When I put it into another Movieclip or load this galley into my site (LoadMovieNum), the button functions doesn't work. I mean that everything is working fine, but large pictures doesn't load when I push preview buttons.

I will be appriciate if you will help me with this.
I attach the code and XML file.
http://djabuzz.com/gallery2.xml

This topic has been closed for replies.

4 replies

kglad
Community Expert
Community Expert
May 3, 2008
you're welcome.
Participating Frequently
May 3, 2008
Thank you very much, dear!
You are completely correct!

So simple, and I was breking my head fo 3 days. :)
kglad
Community Expert
Community Expert
May 3, 2008
add the following to the swf you're loading and retest:

this._lockroot = true;
kglad
Community Expert
Community Expert
April 29, 2008
if you're loading into a _level and have a problem, it's probably because you have a path problem to a file or files you're trying to load. your file paths are always relative to the html the embeds the _level0 swf.
Participating Frequently
May 3, 2008
Tis code is loading image. If I try to change _root into _parent, it doesn't work. How can I change the level of it?