Samir Sabri
Samir Sabri
It would be great if we can compile NME project to a library, then, communicate with this library from native android app, I don't know if this can be achieved...
Oh, I wish I can master that, or at least find some article about it, image having all NME power encapulated in a library that can easily be viewed in...
I was able to solve this by adding to my android/build.gradle under allprojects this: ``` allprojects{ subprojects { afterEvaluate { project -> if (project.hasProperty("android")) { android { compileSdkVersion = 28...
Any updates here? @AbelHeinsbroek @ManimaranIDPal We have a chart of voltage waves and need to measure time between two waves peaks or two hairlines.
Whats your project type in which you need to use ssl? Is it openfl? On Feb 5, 2014 9:43 AM, "delahee" [email protected] wrote: > I dont know what you want...
If you are using openFL, you can do this: request = new URLRequest(); request.url = "https://www.yourdomainname.com"; request.url += ("?param1=" + value1 + "¶m2=" + value2); request.method = URLRequestMethod.GET; loader =...
Glad that it worked! the library author can answer this question, but I like to know please, did you tried GET or POST method at openFL? On Sun, Feb 9,...
Very cool, thanks, I just tested it with GET On Sun, Feb 9, 2014 at 12:03 PM, player-03 [email protected] wrote: > I used POST, and I tested the Flash, Windows,...
Thanks, I have tested the container, it worked, notice that any line after mv = new MovieClip("single", 0, false, []); will not be reached, it seems that an error occurs...
Here is what they say for MovieClip property: SINGLE_FRAME Stringhttps://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String static Defined in SINGLE_FRAME:66http://www.createjs.com/Docs/EaselJS/files/.._src_easeljs_display_MovieClip.js.html#l66 Read-only. The MovieClip will only display a single frame (as determined by the startPosition property). _Default:_...