Problem with GET OBJECT

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • Hi guys, can anyone help me?

    I followed the example of the hi score tutorial posted here in the forum, and when I run through clickteam fusion, the score works. But when I compiled in html5 and sent it to my server, get object doesn't work. Has anyone ever experienced this? thanks for the help!

  • Hello.
    Searching the forum, I found this link:
    Please login to see this link.

    Probably I have to enable this "cors", but I really didn't understand how to perform this action.

    I signed up for a hosting provider, which gave me a mysql and ftp database. I sent the php hi score jeff script, it works when I run on my machine, but when I run the server, get object doesn't work. Could anyone give me a way forward? Would i have to contact the server to enable this cors? Thank you!

    My link:
    Please login to see this link.

  • mm is very straight forward you need to find the file .htaccess and add these lines

    Quote

    <IfModule mod_headers.c>
    Header add Access-Control-Allow-Origin "*"
    Header add Access-Control-Allow-Methods: "GET,POST"
    Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
    </IfModule>

    normally after Rewrite On if is present in your .htaccess

    Regards,


    Fernando Vivolo

    ... new things are coming ...

  • My problem was much simpler! I read that if I was going to get some information from the same domain, it would be fine, but it didn't work for me. I performed a test, instead I put the whole site address in get (http: // www ....), just put the name of the script and put the script in the same directory. Resolved the problem :) Thank you!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!