Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Sep 10, 2013 Sep 10, 2013

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.

TOPICS
ActionScript
1.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 10, 2013 Sep 10, 2013

that's a server, not flash issue.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Sep 11, 2013 Sep 11, 2013
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Sep 13, 2013 Sep 13, 2013
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines