I am totally a newbie to flash and have been watching the video tutorials. I have a slight problem. I created a flash loader and buttons for displaying pictures one at a time. I used the same action script on each picture as below. I checked each one and there are no errors there. When I view the picture show in my Browser (before I upload it) everything works great but when I upload it and view it only 4 of the 7 pictures will display. I have made sure the pictures are all in the same directory as my loader as stated in the video and I have checked and double checked as to why the other 3 pictures wont load but cant find a good reason. Does anyone have any idea or suggestions? Thank you in advance for your help.
Gayle
on(release) {
myloader.contentPath=“SittingInTruck.jpg”;
}