well2905 0 Denunciar post Postado Março 20, 2008 Fiz um botão em flash, e queria saber como colocar um link nele. Obrigado Compartilhar este post Link para o post Compartilhar em outros sites
Weverton N 0 Denunciar post Postado Março 21, 2008 Se for direto no movieclip ou botão, pode colocar assim: on(release){ getURL("aaaa.html","_self"); }se for na timneline (na qual o mc ou botão está), com ele devidamente instanciado: meuBotao.onRelease = function(){ getURL("aaaa.html","_self"); } Compartilhar este post Link para o post Compartilhar em outros sites
well2905 0 Denunciar post Postado Março 22, 2008 Obrigado! Compartilhar este post Link para o post Compartilhar em outros sites