error 1009 cannot access a property or method of a null object reference."
by Muthukumaran Gomathinayagam
on
Sep 24, 2009 at 12:49:12 pm
sir,
I get a as3 error, when i load a package into another fla file .Hope you will be able to help me"error 1009 cannot access a property or method of a null object reference."
here is my package and flash file
Package:"helloworld.as"
package
{
import flash.display.Sprite;
import flash.display.Stage;
import flash.display.Loader;
import flash.events.MouseEvent;
import flash.events.TimerEvent;
import flash.events.KeyboardEvent;
import flash.utils.Timer;
import flash.text.*;
import flash.events.*;
import flash.display.MovieClip;
import flash.net.*;
public class helloworld extends MovieClip
{
var mary:mary_up=new mary_up();