cleverbeapps

Results 15 comments of cleverbeapps

It seems that [Frame(factoryClass = "Preloader")] does not work anymore https://stackoverflow.com/questions/16122820/does-asc-2-0-recognize-frame-metadata-tags-ex-for-preloader-factoryclass but instead use Additional Compiler Argument (-frame=AnyFrameLabelYouWant,YourMainClass)

@ajwfrost Hi Andrew. I have tried (IntellijIdea IDE): 1) in Additional Compiler Options added -frame=ContentFrame,Main 2) changed my main application class link to my custom Preloader.as (from https://gist.github.com/aajanki/751852) 3) in...

@megajogos honestly, using of Adobe Animate for AIR development is kind of rudimental, like Flash Builder. Maybe I am wrong, but it is pain to work with that IDE etc....

@ajwfrost could you please give a link to ASC2.0 documentation that describes all compiler arguments, if there any?

AIR SDK v51.0.1.2 It seems that this feature is still not working. Descriptor: `com.distriqt.Core` Then in runtime: `var info:ExtensionInfo = ExtensionContext.getExtensionInfo( "com.distriqt.Core" ); ` returns true, but expected false. Hi...

@ajwfrost platform is iOS (I didn't try with Android). What about iOS on your side?

Guys, @sjabberwocky @neuronix, are you playing sounds by distriqt MediaPlayer ANE, or by AIR native Sound?

Also, if I try to specify custom CFBundleURLTypes in InfoAdditions.xml then it does not override the default value in the descriptor, and a duplicate appears

Hi @ajwfrost ! @nboy1 fix doesn't work for me. AIR SDK 51.0.1.1 Error: adt.cfg: Android Studio SDK and tools: Descriptor (as you can see, gradleVersion and androidGradlePluginVersion does not help):...