Problem with linking to http adresses
The problem I have is using the Flash Player object, but I think the problem is related to something that is wrong in my build or possibly a bug in mmf so I think it fits here.
For some reason I cant make links in my app that open adresses that start with http, it only works if I use https adresses. So for example "https://www.youtube.com" works, but ""http://www.youtube.com" does not (nothing happens when you click on the link.
I have tried to just make a completely empty app with a link that is supposed to open when you click left mouse button. Works with https, not http.
This is only the case if I upload the swf I am using to another site (without the html). When I upload it to my own site with the html it works, so I suspect it has something to do with the html?
Also more importantly and why I think there is something strange going on is that I tried an older version of the app i first had problem with. If I build it now it does not work, but if I use the swf I built like half a year ago, that version works with its http links when I upload it.
So I guess there must either be something wrong with my build or some new bug in the later mmf versions or flash player object that cause this to happen?
Could someone please just build a empty app with a swf and html file that opens a http adress that I can test out to see if the problem is with my version of mmf or if this is universal mmf bug?