Jump to content
Fórum Script Brasil
  • 0

Ajuda AS3 clickTAG anuncio GOOGLE


Samuel Freitas

Question

Olá

Galera, eu estou criando um banner para o Mu C.A Brasil, a questão é que ele foi reprovado pela GOOGLE, pois contem mais de 20 FRAMES, eu já RESOLVI... só que a google manda usar o seguinte Código para clickTAG.

Google -------------------------------------------------------------------------------------------------

Código do parâmetro clickTAG para ActionScript 3:

import flash.events.MouseEvent;

import flash.net.URLRequest;

// ......

someButton_or_displayObject_to_receive_mouseClick.addEventListener(

MouseEvent.CLICK,

function(event: MouseEvent) : void {

flash.net.navigateToURL(new URLRequest( root.loaderInfo.parameters.clickTAG), "_blank");

}

);

Substitua someButton_or_displayObject_to_receive_mouseClick pelo nome real do botão que receberá o clique.

Google ----------------------------------------------------------------------------------------------------

MEU Código ------------------------------------------------------------------------------------------------

Fiz a substituição, ficou assim...

import flash.events.MouseEvent;

import flash.net.URLRequest;

// http://www.mucabrasi.../?go=boasvindas

clickTAG.addEventListener(

MouseEvent.CLICK,

function(event: MouseEvent) : void {

flash.net.navigateToURL(new URLRequest( root.loaderInfo.parameters.clickTAG), "_blank");

}

);

Meu Código ---------------------------------------------------------------------------------------------------]

O problema que eu já não sei o que fazer, fica dando o seguinte erro.

-----------------------------------------------------------------

TypeError: Error #2007: O parâmetro url não deve ser nulo.

at global/flash.net::navigateToURL()

at Function/<anonymous>()

-----------------------------------------------------------------

Aonde eu estou errando?

Agradeço!!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...