MalacTheLittle

Results 15 comments of MalacTheLittle

I had same issue few days ago using `TextField` and solved problem with newer SDK (33.1.1.633.)

I believe it's up to AIR Runtime version you have installed on your system. Latest runtime available from Harman site is 33.1.1.533 so Harman should provide newer version of runtime.

Just wondering do you have `true` inside `android` tag in manifest? Screen goes black when you run first video in app if it's not there, so maybe it's also somehow...

Recently I had similar issue with connection to PHP server on older Windows and found solution that maybe could help you. You should check on clients computer if TLS usage...

> FYI we've just been playing with some encryption of a SWF; not the rest of the assets, but the SWF contents itself like you have different compression variants, there...

@hadisn Just wondering, did you had app installed from Google Play while you were trying to install your apk to android device? I always need to deinstall it first to...

secureSWF also has option to process swf files only. Did you try to process swf and package it to apk with `adt` command line?

You can find instructions [here](https://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d128cdca935b-8000.html), though here's my example: `"C:\AIR_SDKs\AIR33.1.1.633\bin\adt" -package -target apk-captive-runtime -arch armv8 -storetype pkcs12 -keystore "certificate.p12" -storepass certificatePassword myApp.apk myApp-app.xml myApp.swf ...` At `...` you add all...

Perfect! I'm glad it worked. I assumed it should since secureSWF obfuscates swf files from apk package because there lays your "open code". But for apk it needs to unpack...

Not sure what type of and how strong obfuscation levels have you set in SecureSWF, but you can check wheter these errors are caused by SecureSWF by setting obfuscation levels...