db3344's Recent Forum Activity

  • I have some problem and don't know how to solve, I made game but when I use phonegap building service and install on my phone started my problem. On long press anywhere in the game screen started vibration,

    if enyone knows how to solve this problem please help...

    this is link of other example https://drive.google.com/file/d/0BzFa_uJfv-nvU05DbjZNMnFsdUE/view?usp=sharing

  • I can login in firebase with facebook on the chrome, but when I export wiht nw.js there is error

    "This operation is not supported in the environment this application is running on. "location.protocol" must be http or https and web storage must be enabled."[/code:323edncm]
    
    I use redirect method not popup
  • Nandynho

    Please Help How can I set HTML code like this

    <img src='https://static2.scirra.net/avatars/128/2f07698752ba26223cea60cbb8980ff6.png' style='display:block'  onclick='window.open("Variable1", "sharer", "toolbar=0,status=0,width=548,height=325")'  />[/code:3tbwebgy]
    
    Variable1 - Is link address and its different
  • What about the custom plugins and behaviors in C3?

  • This is the 'Construct 2' How Do I section - not the php section.

    Such questions should really be asked on a php forum and not here.

    I use this script for getting server time for me C2 games...

  • I use simple PHP script to fetch server time from sql server, it's works fine in PHP 5.1 - 5.5, but in php 7 it not working please help how to write in PDO stile?...

    <?php
    header('Access-Control-Allow-Origin: *');
    
    $mysql_host = "localhost";
    $mysql_database = "xxxx";
    $mysql_user = "yyyy";
    $mysql_password = "zzzz";
    
    $link = mysql_connect($mysql_host, $mysql_user, $mysql_password) or die("error" );
    mysql_select_db($mysql_database, $link) or die ('error');
    
    if(isset($_POST['login'])) $login = $_POST['login'];
    if(isset($_POST['password'])) $password = $_POST['password'];
    
    if(isset($login) && isset($password)){
    
    if($passwordbd == $password){
        
    $r11 = mysql_query("SELECT UTC_DATE() ");
    $result = mysql_fetch_array($r11);
    $r11=$result['UTC_DATE()'];
    echo $r11;
    
    }
    else{
    echo("error");
    }
    }
    ?>[/code:2bfuetn3]
  • Hi

    Whit System expressions could help me to change mail form e.g. ???

  • The maximum for a single apk is 100mb however Google Play offer an option to use expansion files to use more than the 100mb limit

    More Info:

    https://developer.android.com/google/pl ... files.html

    DO you know how to make expansion files?

  • What is maximum size of the apk that can I upload in google play ?

  • I'M use NW.js v0.19.4

    Problem Description

    ____ NW.js youtube error ____

    Attach a Capx

    ____ https://drive.google.com/open?id=0BzFa_ ... nk4R0NMdWM ____

    screen when I open youtube site in nw.js http://www.picz.ge/img/s1/1701/25/5/5a5108efa722.png

    ____ https://drive.google.com/open?id=0BzFa_ ... TBLNVprWU0 ____

    there is all c2 original plugins

    Description of Capx

    ____ click on youtube logo and there is error when I open videos in youtube ____

    Steps to Reproduce Bug

    • Step 1 click
    • Step 2 choose videos
    • Step 3 error

    Observed Result

    ____ cant use youtube videos in my projects ____

    Expected Result

    ____ playing youtube videos ____

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Internet Explorer: (YES)
    • only NW.js problem

    Operating System and Service Pack

    ____ win 10. ____

    Construct 2 Version ID

    ____ r242 ____

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Photon Javascript SDK and Scirra plugin do not provide server time feature.

    You can implement something similar by pinging master client, measuring round trip time to master and adding half of this rtt to local time returned by master. Between such updates, increase the value according to local time change. The result should be synchronous on all clients even if pings are different.

    how can I make pinging sistem? I can't see in plugin expressions...

  • please update plugin there is youtube player error when I export project from nw.js

db3344's avatar

db3344

Member since 17 Mar, 2014

None one is following db3344 yet!

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies