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

I'm trying to create a web banner with text that includes a scrollbar feature and that links back to a website. Can anyone help?

New Here ,
May 24, 2017 May 24, 2017

I'm using action script 3.0 currently. I was able to get the scrollbar to work with my text, but can't get the button to link back to the site. I used the actionscript provided in the code snippets, but it interferes with the scrollbar feature and everything just goes crazy.

Also, is there a way to get the play button removed from flash? I converted it to html5, but then the scrollbar feature disappears.  can you not have the scrollbar feature in html5? I swear I've seen it before.

Any help will be greatly appreciated.

Thank you!

[Moved from the non-technical LOUNGE Forum to the Program forum... Mod]

[Here is the list of all Adobe forums... https://forums.adobe.com/welcome]

TOPICS
ActionScript
232
Translate
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
LEGEND ,
May 25, 2017 May 25, 2017

Show the code that you are having a problem with.

Translate
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 30, 2017 May 30, 2017
LATEST

Hi Ned,

this is the code I used:

movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);

function fl_ClickToGoToWebPage(event:MouseEvent):void

{

  navigateToURL(new URLRequest("http://www.adobe.com"), "_blank");

}

I put my site where the adobe site is.

Thank you,

Bryan

Translate
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