I’m building a photo gallery in flash with the main movie loading an external photo movie. Actually using one of the tutorials here ([size=4][color=#003366]Create[/color][/size][font=Verdana][size=4][color=#003366] a Photo Gallery
[/color][/size][/font][font=Arial][size=1][color=#808080] code by sbeener :: tutorial by kirupa chinnathambi[/color][/size][/font]), loading images from an array. The photo movie is working properly (this is designed to retrieve photos from an array) and everything works fine.
The problem now is when viewing from the main movie, I get this NaN error when I click on next which isn’t happening with the photo swf.
To load the ext movie in the main movie, I used
loadMovie(“ext.swf”, _root.placeholder);
Can anyone help please?