Alright so I've got this swf that would be perfect as a button for my website, but the button is a swf, and I don't have the original fla file to edit where it redirects. Is there anyway to add a link to this button? *Note I've tried adding an additional image with a opacity of 0 above the swf, but that didn't work. Any ideas?
|
Sothink SWF Decompiler is able to convert the file to .fla format. I've used it for quite a few things before. Having just tried to convert the button found here from .swf to .fla: I tried it with the trial version and it exports it without the flames. The trial version doesn't export ActionScript so I presume there's something controlling the flames. Whilst you are indeed unable to achieve the flame effect with CSS alone, it might be worth attempting a different button, or perhaps using an animated gif instead as it'll provide you with a button which is far easier to edit, and works on far more platforms. |
|||
|
|
|
Give this a shot: EDITED: now works in all major browsers:
Fiddle: http://jsfiddle.net/kgeGP/6/ |
|||||||||||
|
|
|
Not really. The closest thing you can hope to achieve is: Either have a Else you must have the You could try to import the But with modern CSS, you can as mentioned often recreate it through HTML only. |
|||||
|
|
Why use an swf for a button? You could probably achieve the same thing in css. And it would be quicker for loading, not to mention you have way more flexibility. You could probably append a div around it and do some sort of jquery click function but thats messy and unreliable. |
|||||||||||||
|
