thedigitalchamp's Forum Posts

  • Does iOS support the user media plug in?

  • I know ejecta uses iad, but they don't offer full screen ads yet. Are there any other services that work with ejecta?

  • Ads seem fine in browser, but when using ejecta the app freezes.

  • Is there a way to set the iframe hotspot from top left to center? Im using leadbolt ads with the plugin, but it isn't centered correctly for all devices.

  • Did you ever get an answer because i'm stuck too!

  • Are leadbolt's test ads supposed to be this small? I was getting the longer ads before, but they were not centered now I am getting these small ones and they are centered. My Iframe size is 640X90 (The same width as my layout).

  • I put the code for the index file in the ads.html file i followed this tut: https://www.scirra.com/tutorials/876/ho ... orted-game

  • I got it to resize slightly better however it's not centered to the layout and some of the test ads text gets cut off. I have a layout of 640X1136 and the Iframe is 640X90. I positioned it to the bottom of the screen and I set the leadbolt banner to auto stretching.

    <!DOCTYPE html><!--HTML5 doctype-->

    <html><head>

    <head>

    <title>Leadbolt Framed Ad for Android Games</title>

    <meta http-equiv="Content-type" content="text/html; charset=utf-8">

    </head>

    <body>

    <div style="position: fixed; bottom: 0px; left: 0px; width: 640px; height: 90px;">

    <script type="text/javascript" src="http://ad.leadboltads.net/show_app_ad.js?section_id=myid"></script>

    </div>

    </body>

    </html>

  • I got it to resize slightly better however it's not centered to the layout and some of the test ads text gets cut off.

    <!DOCTYPE html><!--HTML5 doctype-->

    <html><head>

    <head>

    <title>Leadbolt Framed Ad for Android Games</title>

    <meta http-equiv="Content-type" content="text/html; charset=utf-8">

    </head>

    <body>

    <div style="position: fixed; bottom: 0px; left: 0px; width: 640px; height: 90px;">

    <script type="text/javascript" src="http://ad.leadboltads.net/show_app_ad.js?section_id=myid"></script>

    </div>

    </body>

    </html>

  • Mine still seems to float above the bottom of the screen. I have a layout of 640X1136 and the Iframe is 640X90. I positioned it to the bottom of the screen and I set the leadbolt banner to auto stretching.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I followed a tutorial i found here to get leadbolt ads to work with crosswalk and they do work however the ad doesnt fill the iframe object. I tried setting the ad size to the object size in settings but no luck. And i tried auto fill and stretch but still nothing. Is there any way to get the ads to fill the iframe object?

  • I followed a tutorial i found here to get leadbolt ads to work with crosswalk and they do work however the ad doesnt fill the iframe object. I tried setting the ad size to the object size in settings but no luck. And i tried auto fill and stretch but still nothing. Is there any way to get the ads to fill the iframe object?

  • There is an action for payment successful, but how do I use it to where it knows what item the player bought? For example say a player wanted to buy 100 coins of in game currency for $1. But in clay.io I have 3 items. How can I have an event where on "100 coins" purchased add 100 coins to their inventory/global variable?

  • There is an action for payment successful, but how do I use it to where it knows what item the player bought? For example say a player wanted to buy 100 coins of in game currency for $1. But in clay.io I have 3 items. How can I have an event where on "100 coins" purchased add 100 coins to their inventory/global variable?

  • It looks like ads do work through Crosswalk, but won't show up in the preview in Intel XDK. However after building and installing the Apk file the ads show up.