Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
UrlLoader not loading https addresses — Gideros Forum

UrlLoader not loading https addresses

ndossndoss Guru
edited May 2012 in Bugs and issues
I can't seem to get UrlLoader to load https addresses (I tried https://gmail.google.com and a few others).

At first I thought it might be a problem w/ the player under wine on linux, but it wouldn't work on my ios device either.

Here's what I'm trying:
loader = UrlLoader.new("<a href="https://gmail.google.com&quot" rel="nofollow">https://gmail.google.com&quot</a><img class="emoji" src="http://forum.giderosmobile.com/resources/emoji/wink.png" title=";)" alt=";)" height="20" />
loader:addEventListener(Event.COMPLETE, function() print("COMPLETE") end)
loader:addEventListener(Event.ERROR, function() print("ERROR") end)
I always get "ERROR" printed to the console.

--ND

Comments

Sign In or Register to comment.