8tomo8's Forum Posts

  • https://support.google.com/adsense/answer/7170212?hl=en

    Has anyone been accepted and successfully implemented this? I see they list Construct 2 as one of the options during registration

  • Is that what you're looking for?

    [attachment=0:3u8ri33l][/attachment:3u8ri33l]

    Exactly what I wanted 3 years later

  • Bump. Had the same question

  • Worked for me

  • I think this is not working anymore as the domain where the php script is stored has expired.

    XMLHttpRequest cannot load http://morbidgame.com/c2-assets/plugins ... t/mail.php. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:50000' is therefore not allowed access.

  • Resolved - I had removed third party plugins previously installed. These plugins were not in use, however once reinstalled (and nothing added to event sheet) it works again. Not sure how they affected this but definitely seems to be the problem.

  • Looks like you are missing your left ( in some lines starting in 99?

    Thanks, had a look, but can't find a missing parenthesis.

  • Did you modify the index.html?

    Hi no, I didn't. Did a fresh exported again and again with no luck.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi guys,

    I've had a little game published for quite some time, I just updated some content and now it's not working. Nothing significant was changed, literally just some text. The only other thing that's changed is I have updated to the latest release of C2. Now my game won't load and console is giving the errors in the image attached.

    Not working on Chrome, Edge or Safari. Any idea how to fix it?

    Thanks in advance.

  • Hi guys,

    I've been working on a text to speech project and would like to use a custom voice.I have already got the custom voice I'd like to use in .jar format. Is there any way I can use this voice with user media in construct 2? I see voice uri option, but not sure how to link it there.

  • Still working thanks FredQ

  • I'm using the Cordova Camera and when I try upload to itunes connect I get this message from Apple:

    Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

    Please let me know what to do?

    Solved this adding the following to intelxdk.config.additions

    <!-- +iOS --><config-file target="*-Info.plist" parent="NSPhotoLibraryUsageDescription" overwrite="true">

    <array>

    <string>We need access to your photos for whatever reason</string>

    </array>

    </config-file>

  • my config.xml file. I can't find

    Oh I thought you wanted to put your own in. In the plugin list there's one called "Cordova SplashScreen" that auto hides it.

  • Hi. The cordova logo looks at the start of the game . How to remove cordova splash screen for android game Project. I use convert to intel xdk...

    In your config.xml file at the bottom you'll see instructions