Copy link to clipboard
Copied
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]
Copy link to clipboard
Copied
Show the code that you are having a problem with.
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now