I have been trying to load SWF assets on android but my success has been very limited so far. The android app failed to start everytime I instantiate one of the SWF assets.
I use the NyanCat example to nail down the problem (it works without modification). As soon as I added lines into the MovieClip, it result in a constant crash.
Are those not supported ?
Also I have not found documentation for TextField format especially Fonts (still on android)
I tried without embedding fonts, the text won't display.
With embedded fonts, the text will not display but I also get an android log that shows the application trying to load a font file but could not find it.
Any advice on this is welcomed