Download the home page after the end of the intro in Flash

Hello

Could you please tell me what is the code for access to automatically the homepage of my site after the end of the flash animation.

Visit my website below:

www.transgenic-Rabbit-Models.com

I am not an expert with flash, but I read that classic getURL code does not work in AS3...

Thanks in advance for your help.

Kind regards

Alex

> navigateToURL (http://www.transgenic-rabbit-models.com/home, "_self");

No, which won't work. The URL should be wrapped in a URLRequest as follows:

navigateToURL (new URLRequest ("http://www.transgenic-rabbit-models.com/home"), "_self");

And default.aspx was just an example of page in a site.

Tags: Adobe Animate

Similar Questions

Maybe you are looking for