Search results

  1. C

    webGL in htmlExe

    Hello. I have same problem with Unity webGL. It’s IE engine restriction. IE engine more or less normal work with native webGL ( I try blend4Web, it’s work, but without sound). Hope only for the coming cromium engine in version 5. Короче, дружище, не видать нам тут поддержки Unit, пока новую...
  2. C

    Minimize main windows via script

    I modified this script, because it show Syntax Errors. New script: Const SW_MINIMIZE = 6; function GetActiveWindow : LongWord; external "[email protected] stdcall"; function ShowWindow(hWnd : LongWord; nCmdShow : LongWord): LongWord; external "[email protected]...
  3. C

    Minimize main windows via script

    Hello. I want show video, that stored outside my biuld. I call script, wich open video using my player. But main app windows stay on top (option set in publication settings and it must be enabled) and it overlaps video. Is there way programmatically minimize main app window? Using HEScript or JS...
  4. C

    webGL in htmlExe

    Thank you. Partly helped (vanilla webgl started working). And that’s good. Enough to wait for the 5th version (please continue to support flash!). And when you plan to release version 5?
  5. C

    webGL in htmlExe

    Hello. I’m trying to run webGL (unity, blend4web) in WebBrowser publication mode. After compiling the htmlexe-project and run it, 3d-player in html page says that it is impossible to activate WebGL. Is it possible to use the current version of webGL in htmlexe projects?
Back
Top