Skip to main content
Participant
September 10, 2013
Question

As3 Flash~ How to Bypass User/Password Authentication When Loading Game Assets from Repository?

  • September 10, 2013
  • 2 replies
  • 2026 views

I created a game in flash and uploaded it to my website:

www.goldenliongames.com/headexploder It involves some blitting and so an xml file needs to be loaded in. I put the xml file in my Beanstalk svn repository. The game compiles fine on my local machine, but when I try to play it on my website it asks me for a username / password (see attached image). I tried turning the beanstalk permission settings to anonymous access but it is still giving me problems.

I would like it to be a seamless experience. The user lands on the page, everything loads at once with no authentication, but other people can't steal other things from my svn.

Could I maybe need a crossdomain.xml file on my websenter image description hereite? Or in my repository somewhere?

Please Help! Thanks.

This topic has been closed for replies.

2 replies

Inspiring
September 11, 2013
Inspiring
September 13, 2013

Can't you provide the XML file through a web API? Or even just put the XML file on web server?

kglad
Community Expert
Community Expert
September 10, 2013

that's a server, not flash issue.