Home > Questions and Answers > General Questions

How to create flash button? (7)


10-04-2011 04:45 PM #1 stevenbell (Member)
How to create flash button?

Hello, how to create flash button? Thank you!


10-04-2011 05:01 PM #2 polarbacon (Moderator)

Quote Originally Posted by stevenbell View Post
Hello, how to create flash button? Thank you!
a button that flashes OR a flash button....they are dif things....


10-04-2011 09:28 PM #3 seank (Member)

Well in actionscript2 you can do it like this:

btnTest = _root.createClassObject(Button, "btnTest", 10);
btnTest.move(20, 20);
btnTest.setSize(120, 80);
btnTest.label = "Click Me";


10-04-2011 10:59 PM #4 tijn (Moderator)

Assuming you want a flashing button, rather then a button in flash, all you need to do is:

1) create your button in your favourite graphics software (i use pixlr online)

2) create a copy of this button and change the colour as the alternative state

3) go to a site like: to create your animated gif. http://makeagif.com/


10-05-2011 04:53 AM #5 liane (Member)

I also like using 'GIFQuickMaker' on my mac. Same thing, but instead of using a website, I drag & drop the 2 / 3 / however many variations and create an animated gif. It's cool because it lets you adjust the timing for each image.

Isn't there a way to do it in Photoshop also?


10-05-2011 08:40 AM #6 Mr Green (Administrator)

Yes you can do it on photoshop.

I touched on it here and linked to an animation guide http://www.mrgreen.am/affiliate-mark...or-affiliates/.

Last week Polarbacon actually suggested I do a webinar on design for affiliates. Let me know if anyone is interested in that topic.


10-05-2011 11:43 AM #7 randy (Member)

Last week Polarbacon actually suggested I do a webinar on design for affiliates. Let me know if anyone is interested in that topic.
Id be interested in this


Home > Questions and Answers > General Questions