Hello, how to create flash button? Thank you!
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";
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/
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?
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.