Skip to main content
January 8, 2007
Question

Movie clips that fade

  • January 8, 2007
  • 1 reply
  • 156 views
I am creating a page that is a slideshow with a next and previous button. I am loading separate swfs in separate targets. It works very well. The only issue that I have is that I would like the buttons to appear over the pictures, but sine i have the swf loading into different levels, I cannot. Here is my code:
This topic has been closed for replies.

1 reply

January 8, 2007
I fixed the buttons on the top, I got rid of the:

this.createEmptyMovieClip("target1", 0)
this.createEmptyMovieClip("target2", 1)

and just put in two mc titled target1 and target2.

now I can't get the previous button to go to the previous swf.