• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to add ClickTag without coding

New Here ,
May 13, 2024 May 13, 2024

Copy link to clipboard

Copied

Hi. I'm making html5 banners in Animate.
To make a clickTag I usually embed a code in the html-file.
Is there a way to make a clicktag like back in the Flash-days with a invisble button and ActionScript?
So I don't have to write any html-code but can keep everything in Animate.

TOPICS
Code

Views

321

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 14, 2024 May 14, 2024

Thanks for the info.

 

You can avoid the workaround of editing the published HTML by using a publish template.

 

https://community.adobe.com/t5/animate-discussions/editing-urls-for-hyperlinks-to-external-site-in-animate-2022/m-p/13205128#M356949

 

https://helpx.adobe.com/animate/using/html-publishing-templates.html

 

https://youtu.be/g7VS4qddzeA?t=771

 

Please let us know if this approach works for you.

 

 

Votes

Translate

Translate
Community Expert ,
May 13, 2024 May 13, 2024

Copy link to clipboard

Copied

Hi.

 

Which code are you using for the click tag?

Please let us know.

Regards,

JC

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 13, 2024 May 13, 2024

Copy link to clipboard

Copied

I use this code:
 
<head>
<meta name="ad.size" content="width=300,height=250">
<script type="text/javascript">
var clickTag = "http://www.google.com"; </script>
</head>

<a href="javascript&colon;window.open(window.clickTag)">
<img src="images/dclk.png" border=0>
</a>

https://support.google.com/campaignmanager/answer/3145300?visit_id=638512066003438621-603629524&rd=1...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 13, 2024 May 13, 2024

Copy link to clipboard

Copied

OK. Thanks.

 

Just to make sure: do you add this code to a publish template currently?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 13, 2024 May 13, 2024

Copy link to clipboard

Copied

Yes. I make my banner in animate. Publish it and then open the html and embed the code. And I want to avoid that. If possible I want to stay in Animate to embed a clicktag code.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 14, 2024 May 14, 2024

Copy link to clipboard

Copied

Thanks for the info.

 

You can avoid the workaround of editing the published HTML by using a publish template.

 

https://community.adobe.com/t5/animate-discussions/editing-urls-for-hyperlinks-to-external-site-in-a...

 

https://helpx.adobe.com/animate/using/html-publishing-templates.html

 

https://youtu.be/g7VS4qddzeA?t=771

 

Please let us know if this approach works for you.

 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 15, 2024 May 15, 2024

Copy link to clipboard

Copied

LATEST

It totally worked, thank you

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines