I suspect the label's parent (Application ?) isn't on the stage / display list for some reason, because you extend Sprite, and not (Windowed)Application or something like that.

Tom

On 12/02/2014 15:43, Nando Vieira wrote:
Tried creating a mxml file, and it worked. So, it must be something with 
loading classes in AS3.

This is the file I tried:

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" width="400" height="600">
        <s:Label text="ohai"/>
</s:Application>

--
Nando Vieira
http://nandovieira.com

On 12 de fevereiro de 2014 at 13:34:52, Nando Vieira (fnando.vie...@gmail.com) 
wrote:

This is what I tried in both Mac and Windows and both returned blank screen:

Mac: https://dl.dropbox.com/s/njdz6cqi3jurudp/index.html
Win: https://dl.dropbox.com/s/avpckops2knvg79/index.html

Do you have any other suggestion? At this point, I'm considering exporting the 
whole thing through the Flash IDE (which sucks and is soooo slow). :/

--
Nando Vieira
http://nandovieira.com

On 12 de fevereiro de 2014 at 12:16:04, Tom Chiverton (t...@extravision.com) 
wrote:

On 12/02/2014 14:02, Nando Vieira wrote:
Any tip? Am I missing some flag or library that be loaded?
Remove all the non default options you are using to amxmlc until it works.

Tom

______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________

Reply via email to