A lot of AS3 API's are not implemented yet, so isn't flash.text.TextField. Text placed on the timeline using the Flash IDE should work well though.
On Nov 13, 2012, at 8:51 PM, Christophe Herreman <
christoph...@gmail.com> wrote:
> I tested with Aurora 18.0a2 but it gives the same result as with a 17.x version. The Shumway button appears, but the swf content is not rendered.
>
> As a test I compiled the race game and the following simple app:
>
> package {
>
> import flash.display.Sprite;
> import flash.text.TextField;
>
> public class Shumway extends Sprite {
> public function Shumway() {
> var textField:TextField = new TextField();
> textField.text = "Hello World";
> addChild(textField);
> }
> }
> }
>
>
> - Christophe
>
> On Tuesday, November 13, 2012 7:12:11 PM UTC+1, Benjamin Smedberg wrote: