View Full Version : flash home page to html page possible?
bntz313
May 4, 2009, 02:27 PM
Ok, for some reason my client wants a flash home page, but then when one of the buttons is clicked it takes you to a html page is that possible?
web_god61
May 4, 2009, 02:37 PM
yes, follow these steps
1- Having a flash home page is a really bad idea.
2- Its a really really bad idea for so many reasons.
3- Use the getURL command on a button to either open a new window or just link to another page.
4- Try again to convince your client not to use flash for any type of navigation, think mobile devices trying to access your site.
lucidmedia
May 4, 2009, 04:11 PM
Take a look at the following actionscript commands.
In As2: GetUrl()
In As3: navigateToURL()
vBulletin® v3.6.10, Copyright ©2000-2009, Jelsoft Enterprises Ltd.