Jan F. Weber

Results 64 comments of Jan F. Weber

Can you try using the `NativeDragEvent` instead of `MouseEvent`? ``` button.addEventListener(NativeDragEvent.NATIVE_DRAG_ENTER, onDragEnter); button.addEventListener(NativeDragEvent.NATIVE_DRAG_DROP, onDragDrop); button.addEventListener(NativeDragEvent.NATIVE_DRAG_EXIT, onDragExit); ``` https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/NativeDragEvent.html **EDIT:** MouseEvents will not work (properly) while `NativeDragManager.isDragging` is true

> Its from your experience or it noticed somewhere in AIR reference? `NativeDragEvent` has `MouseEvent` as a superclass and seems like it should work without such issues. This is what...

I would think that this is actually working as intended for the following reason: if you would start dragging something and UI components would "normally" react on MouseEvents like roll...

Related Feature Request: https://github.com/airsdk/Adobe-Runtime-Support/issues/1858

I could actually imagine that when there was proper code obfuscation more developers would _out_ themselves using as3/flash/AIR. I would think that since its easy to decompile swf a bunch...

@ajwfrost I would think that Mobile iOS and Android are more important and a target to decompilation than Windows/Mac are since these (mostly) mobile games are likely lightweight in their...

The only contact I have from them from back in 2012, when I bought their SecureSWF application is: Kindi Software, LLC 10 Yajouz Str POBox 2684 Amman 11941 Jordan Phone:+962...

> Is it possible for Harman to work along with [Kindi](https://www.kindi.com/) or acquire them? they have been out of business for a long time. Their obfuscation software is pretty impressive,...

> Just as an update, we will be including a utility to encrypt a SWF file into a forthcoming version of the AIR SDK. Limitations will be: > > 1....

> Which does mean that if someone were to load in the application and then do a memory-dump of the whole process, they could search the memory to find the...