PDA

View Full Version : Openin a webpage


UK1234
03-24-2008, 09:28 PM
Hi, I am trying to make an intro in flash and link it to my website which is created in aspx.

basically the first page is like an intro/splash page.

At the end of the flash page, i want to open index.

i used script stop, and then get url().

this doesn't work. Can anyone help please?

atomic
03-25-2008, 01:27 AM
stop();
getURL("http://www.yourDomain.com/your.aspx", "_self");