Hi, guys. I would love some help in a emergency task that was designated to me who isn't really a programmer.


I need to create two things in my animated banner. Close button and a clickTAG, both in AS2.

Here is a perfect example what I need to do. http://www.imovelweb.com.br/ (scroll down to see the banner called Footer)

I did this way:

For the ClickTAG -> Created a new layer, then a invisible rectangle (converted to symbol) and then put the folowing code on the object " on(release){
getURL(_root.clickTAG, "_blank"); "

For the close Button -> Created a new layer, then Ive imported a image (converted to symbol) and then put the following code on the object
on(release) { getURL("javascript:fecha_footer()"); }

Any sintaxe error seams to appears, but I don't know if it's gonna work properly doing what I did and I need to send it to the client.

I appreciate any help. Thanks!