Skip to main content
bryanh32416070
Participant
May 24, 2017
Question

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?

  • May 24, 2017
  • 1 reply
  • 254 views

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]

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
May 25, 2017

Show the code that you are having a problem with.

bryanh32416070
Participant
May 30, 2017

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