vargazso's Forum Posts

  • Problem Description

    My application built with Intel XDK, opens the streamed video file in the built in media player, instead of the app screen on IOS.

    Attach a Capx

    URL of the capx:

    ispiration.hu/alicedemox/Sample4bugreport.capx

    Description of Capx

    Sets the source of the video plugin, clicking the button it starts to play. Building IOS app with Intel XDK, the video opens in a spearate window in the IOS media player.

    Steps to Reproduce Bug

    • Start capx
    • Click on the button

    Observed Result

    the video opens in a spearate window in the IOS media player, not in the app screen. Same problem in Safari. But now I need to solve the in-app player issue.

    Expected Result

    Play the video file in the app.

    Affected Browsers

    • Chrome: (NO)
    • FireFox: (NO)
    • Internet Explorer: (NO)
    • Safari IOS: (YES)

    Operating System and Service Pack

    IOS 8.4

    Construct 2 Version ID

    Release 210 (64-bit)

  • Try Construct 3

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

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

    Very nice plugin. May I ask, if the output could be trained other than binary (~0 & ~1), like 100?

    I've tried to modify XOR, but the output is not correct, and comes to ~0.9999 in all cases..

    0,0 ->0

    0,1 -> 100

    1,0 -> 100

    1,1 ->0

    many thanks,

    Zs

  • Hi, may I ask, if it is possible to create a Rich Text editor with CSS (from TextBox)? Or for example, how to make the selected text style to bold.. Many thx