Problem with Flash CS5
Hi there,
I got a problem with my Flash IDE. When unticked "Automatically declare stage instance" for AS3 programming, I encounter an problem with my TLFTextField, debugger fire an Error #1009: Cannot access a property or method of a null object reference.
The object is very basic, containing two TLFTextField called respectively title and info, my as3 class is very basic as well:
package fr.lcclub.bubbles
{
import fl.text.TLFTextField;
import flash.display.Sprite;
public class FlyInfo extends Sprite
{
public var title:TLFTextField;
public var info:TLFTextField;
}
}
Let me know if I am doing something wrong but as it is very basic I don't really see what can be misunderstood.
Thanks for your help,
Regards
Sylvain Lecoy
