Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Cub

macrumors member
Original poster
Feb 16, 2011
38
0
Australia
Hi
I am nearly at completion of a flash animation banner for a website(embeded at the top). Now at the end of the animation I want a button to appear, can I get this button to open a link on the website (page to open not in the banner but the html web page)? Is this possible?
Thanks for any input
David
 
yes.

Make a new url request
PHP:
var request:URLRequest = new URLRequest(<url goes here>);

then navigate to it
PHP:
navigateToUrl(request);

I'll leave it up to you to figure out how to hook this in.
 
Hi
Thankyou so much for that will try that when school goes back and will let you know how it goes, just wanted to check so this will open a webpage not in the animation but in the html site(below the animation, animation at top of page)?
Thanks again :)
David
 
Hi
Thankyou so much for that will try that when school goes back and will let you know how it goes, just wanted to check so this will open a webpage not in the animation but in the html site(below the animation, animation at top of page)?
Thanks again :)
David

Yes, it'll open up the default browser and navigate to the particular page.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.