Problem GetUrl (the browser)

Hello

do a site with Flash, so after finishing, I published my work in HTML.

the thing is that when I open the HTML file in the browser, buttons with links no longer working, I click and nothing hapeend, but when I opened the SWF with Flash Player everything works normally.

It may be a problem with my browser (Chrome) but I would have found a solution because I don't want visitors to have the same problem.

PS:

I used this code to open links

on (release) {}

getURL ("link #", "_blank");

}

Thank you.

Hello

Fixed problem, I tried to make a link to a Web page of 'inner' (in my server) and it works somehow, maybe not the 'real' answer because for me, I need a 'exetriors' links and I can't add all the site I need my server (I think that it is not legal) so here's what I did.

I created an HTML page that redirect directly to the external link.

for example if I need to open facebook I will create a button that opens a page named 'facebook' in my server, then this page will redirect you automatically to facebook, like this:

the code for the button:

on (release) {}

getURL ("facebook.htm", "_blank");

}

Facebook.htm

Redirect in htm

http://www.facebookt.com/">

Mr.KGLAD thanks for your help, I hope it helps someone else

Thank you.

Tags: Adobe Animate

Similar Questions

Maybe you are looking for