Let's first start with a button made in flash for this purpose we will just make 2 simple buttons (If you don't know how to make a button there are other tutorials on buttons) 1.set your stage to 200 x 100 px 2.For the first button, draw a rectangle and add some text (button1 will be used for tutorial purposes) 3.With your selection tool - Hold shift and select the box and the text together. 4.Hit f8 on your keyboard and choose "Movie Clip" to turn it into a symbol and name it button1 ->ok. 5.Repeat the steps to make a button and label the next one button2 (Before we add the Action Script, let's move over to our HTML document.) 6.Inside your HTML document in the "body" paste this code)