|
||||||
|
||||||
Tutorial - Browser Back Buttons used with Flash

Free
Flash Tutorial
Step One: Creating the Buttons
on (press) {
// Call the java script command on the web page
getURL("1.html", "history frame");
// Set the page number
_root.page = 1;
// Tell the movie clip where to go to and stop in the time line
_root.Movie.gotoAndStop("f1");
}
Code for the second button:
on (press) {
// Call the java script command on the web page
getURL("2.html", "history frame");
// Set the page number
_root.page = 2;
// Tell the movie clip where to go to and stop in the time line
_root.Movie.gotoAndStop("f2");
}
|
Why not try out webwasp's new community. Meet new people, find friends in your area: Webwasp Mates & Dates
•
6348 visitors to this page since
31 May 07 •
|
|
|
All material on this site is protected under international copyright © law. DO NOT reproduce any material from this site without written permission. Please ask as permission is often granted.
|