Yow
My site has a picturegallery. It works with a movieholder and the loadMovie command. It has 9 buttons, one for each picture, and they work. There’s also a previous and next button to navigate through the pictures, there the loadMovie command gives problems.
Here are 2 lines that are used in the previous button:
_root.site.alles.movieHolder.loadMovie("images/1.swf");
_root.site.alles.movieHolder.loadMovie("images/"+(fotovariabele1-1)+".swf");
I get the following error with that button:
Error opening URL “file:///C|/school/multimedia/VOLLEDIG%20NIEUWE%20SITE/images/NaN.swf”
I know nothing about a Nan.swf. I don’t understand why these lines don’t work in the previous button, because the 1 button (the button that loads image 1) also uses the first line, and that works.
I know only very basic actionscript, but the code of the previous and next buttons are supposed to be correct except for those lines with loadMovie. In publish settings is actionscript 2.0 set.
Any help appreciated.