Flash® Player "fixes" links
I am trying to make the Flash® Player object open a webpage upon a click and it works. However, if the page in question starts with "https:", the Flash® Player just "fixes" it automatically when passing the url to the browser, so for example
Code:
https://www.google.com/accounts/
becomes
Code:
http://https//www.google.com/accounts/
which doesn't exist.
How can I make it open the correct page?
Re: Flash® Player "fixes" links
It's something that's being worked on, I think.
Re: Flash® Player "fixes" links
I forgot to change it for the last beta. I will remove the code that adds the http. For the moment there is nothing you can do. Sorry.
Re: Flash® Player "fixes" links
Re: Flash® Player "fixes" links
Is there a fix for this bug yet?
Its also messing with the mailto:
Re: Flash® Player "fixes" links
You can find the corrected object at:
www.clickteam.com/francois/Flash.dat
Copy it into your data\runtime\flash folder...
Re: Flash® Player "fixes" links
Thanks Francois that fixed the http problem but for some reason mailto: still doesnt work. Normally I wouldnt use it but the clients pretty adamant about it. Any ideas? Is there a php script for mailto?
Re: Flash® Player "fixes" links
I just tried, and it works very well. You have to have a dafault mail client ready to run.
As a matter of security, I have reposted the Flash object at the same link as before..
Re: Flash® Player "fixes" links
tgcarlier, in terms of php, yes, there is a function that can send emails...
Re: Flash® Player "fixes" links
sorry, forgot to mention...
it works if i just run the game from MMF but if I build it as a swf then nothing happens? maybe I'll just start learning PHP.