Untitled Document
home | mp3 download | model watch | mp3 download | artist profile | contact us | about us
 
Flash Photo Gallery
Your Final product will look like this
1.Create New File of 400 px X 250 px ,give the title Slide show tutorial and make the Frame rate of 12    fps
2. Import images to the library and insert those images on a layer and name it Photos
3. Create a new layer and name it action
4. Select first frame of action layer and press F9 or widow >actions and insert stop(); in the actions     Frame
5. Now for the forward button and backward button
6. Select buttons from the window > common libraries > buttons
7. Insert two buttons one for forward and backward button

8. Click on the backward button and insert this code in the actions panel

on (release) {
if (this._currentframe == 1){
gotoAndStop(this._totalframes);
}
else{
prevFrame();
}
}

8. Click on the forward button and insert this code in the actions panel
on (release) {
if (this._currentframe == this._totalframes){
gotoAndStop(1);
}
else{
nextFrame();
}
}
9. Your photo gallery is ready to use
 
DOWNLOAD FLA FILE OF THIS TUTORIAL
Untitled Document
Untitled Document
home | mp3 download | model watch | mp3 download | artist profile | contact us | about us