HT1414 i restored my iphone now i cant accept calls or call out whats the problem?

i restored my iphone now i cant accept calls or call out whats the problem?

Hey retrothakid,
Thanks for the question. I understand that you are experiencing issues with your iPhone 4s. The following resource may provide a solution:
iPhone: Troubleshooting issues making or receiving calls
http://support.apple.com/kb/TS3406
Thanks,
Matt M.

Similar Messages

  • Help I cant figure out what the problem is.

    Here is my code:
    package
        import flash.display.MovieClip;
        import flash.events.KeyboardEvent;
        import flash.ui.Keyboard;
        import flash.events.Event;
        public class Main_Character_Two extends MovieClip
            var vx:int;
            var vy:int;
            public function Main_Character_Two()
                init();
            function init():void
                //Initialize variables
                vx = 0;
                vy = 0;
                //Add event listeners
                stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown);
                stage.addEventListener(KeyboardEvent.KEY_UP, onKeyUp);
                addEventListener(Event.ENTER_FRAME, onEnterFrame);           
            function onKeyDown(event:KeyboardEvent):void
                if (event.keyCode == Keyboard.LEFT)
                    vx = -5;
                else if (event.keyCode == Keyboard.RIGHT)
                    vx = +5;
                else if (event.keyCode == Keyboard.UP)
                    vy = -5;
                else if (event.keyCode == Keyboard.DOWN)
                    vy = +5;
            function onKeyUp(event:KeyboardEvent):void
                if (event.keyCode == Keyboard.LEFT || event.keyCode == Keyboard.RIGHT)
                    vx = 0;
                else if (event.keyCode == Keyboard.DOWN || event.keyCode == Keyboard.UP)
                    vy = 0;
            function onEnterFrame(event:Event):void
                //Initialize local variables
                var playerHalfWidth:uint = player.width / 2
                var playerHalfHeight:uint = player.height / 2
                var backgroundHalfWidth:uint = backdrop.width / 2;
                var backgroundHalfHeight:uint = backdrop.height / 2;
                //move the background
                backdrop.x += -vx;
                backdrop.y += -vy;
                //Stop the background at stage edges
                if (backdrop.x + backgroundHalfWidth < stage.stageWidth)
                    backdrop.x = stage.stageWidth - backgroundHalfWidth;
                else if (backdrop.x - backgroundHalfWidth > 0)
                    backdrop.x = 0 + backgroundHalfWidth;
                if (backdrop.y - backgroundHalfHeight > 0)
                    backdrop.y = 0 + backgroundHalfHeight;
                else if (backdrop.y + backgroundHalfHeight < stage.stageHeight)
                    backdrop.y = stage.stageHeight - backgroundHalfHeight;
    This is what it says is my problem,
    Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts.
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()

    either backdrop or player don't exist.
    to pinpoint which, click file>publish settings>swf and tick permit debugging.  retest.
    the new error message(s) will indicate the problematic line number (trying to) reference the non-existant object.

  • A/C adaptor on my Airbook  was working intermittently and now has stop providing juice. Any ideas what the problem might be and any ideas how to fix it.

    A/C adator has stopped working. Any ideas what could be the reason and how to fix it.

    The 'fix' is a replacement if the one you have is faulty.  Bring the MBA and charger to an Apple store genius bar for a free evaluation.
    Ciao.

  • While updating my iphone 4s to ios6, I had to restore it. Now every time I connect to itunes, I get the "Set Up Your iPhone" window with the set up as new iphone and restore from backup options. After the restore, I got everything except my apps back.

    While updating my iphone 4s to ios6, I had to restore it. Now every time I connect to itunes, I get the "Set Up Your iPhone" window with the set up as new iphone and restore from backup options. After the restore, I got everything except my apps and music back. Do I need to set the phone up as new again?

    Hi Vidbrent,
    If you are having issues updating or restoring your iPhone, you may find the following article helpful:
    Apple Support: If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Regards,
    - Brenden

  • TS1369 i just received a new iphone now I cant sync with my pc

    i just received a replacement
    iphone now I cant sync with my pc

    Sorry to hear that.
    If you have a question, then explain your issue in far greater detail than "cant sync " and ask it.

  • Help please. Iphone was Backed up yesterday. But today's didn't finish. Now, I have a file but it will not allow a restore from said file. And yesterday's is gone. What the hello do I do?

    Help please. Iphone was Backed up yesterday. But today's backup didn't finish. Now, I have a file (marked today) but it will not allow a restore from said file. And yesterday's is gone. What the hello do I do? IS there anyway to get my sms back post restore/update?

    The problem is absolutely not Reader. The problem is that FireFox has stepped in front of Reader and handles all the PDF stuff - wrongly in your case. FireFox is DESIGNED to take over PDF files. But it is not capable of doing IRS forms!
    To start with go back to IE for these forms. When you save them to disk DO NOT DOUBLE CLICK ON THEM until this is fixed. Just open the in the normal way - start Adobe Reader and use Open from the File menu.

  • HT1414 Unfortunate restore with iPhone, apple fix this.

    First off, its pretty terrible that apple makes it pretty much impossible for customers to directly let them know about mistakes that occur with devices that are truly disappointing and I really hope that some one over there sees this and is just made aware of this because its truly unfortunate. I just made a restore on my iPhone because it was not working 100% (which isn't the problem) but after restoring I received a list of apps that did not restore after backing them up on my computer because they were 'not authorized on my computer'. These apps are all free apps that have no reason not to be authorized. But it gets worse yet. There were a dozen apps that were not mentioned in this list so I must now figure these out myself and prolly won't remember all of them. (Just an interlude, no one complain at me for being lazy and complaining for whatever. If I'm paying top dollar for a device theres no reason for this and you should expect the same). On top of that, I lost apps that have a lot of information saved in them that I will not have ever again. Such as note taking apps that have dozens and dozens of notes that are there because I would not remember them and now will not. Apple get your stuff together. You have too much money, power and technology at your disposal (literally apparently) for these glitches to occur. I'm not trying to have anyone tell me what to do but rather make people at apple aware about these screw ups.Thanks.

    If your device had been properly backed up, this would not have been a problem. So, yes, if you failed to regularly back up your device, it is your fault.
    This is a user-to-user technical support forum. Apple is not reading your post. If you want technical help, please start another post with a technical question, sans attitude. If you would like Apple to hear your complaints, use the Feedback page:
    http://www.apple.com/feedback

  • I recently thought I lost my iPhone and I erased it but now that I found it. I cannot get the this iPhone message is lost please call ********* I am out of the country my laptop is at home. I cannot access I tune. How do I fix this. I have an iPhone 4s

    I recently thought I lost my iPhone and I erased it but now that I found it. I cannot get the this iPhone message is lost please call ********* I am out of the country my laptop is at home. I cannot access I tune. How do I fix this. I need to get it back on so I can face time with my family. The phone says 3G but it keeps saying on list mode. I signed on icloud and removed it from the account and nothing. Please help!

    If you removed the device from your iCloud account rather than using the "Stop Lost Mode" option, then you will most certainly need to restore the iPhone, and that will require a computer running iTunes.
    http://support.apple.com/kb/HT1414
    Regards.

  • I associated with my other Apple ID by mistake. Now I cant access my iTunes match. What to do?

    I didn't know about 90 days rule. I associated iphone with my other Apple ID by mistake. Now I cant access my iTunes match. What to do expept waiting for 90 days?

    Hi
    Try contacting Apple support Contact Apple for support and service - Apple Support
    Jim

  • HT1937 Hi i have an ipod apple shuffle it was stollen and i recovered it now i cant acces my old music,and all the details that were inside it,these person deleted my stuff and instored his how can i recover my documents please help

    Hi i have an ipod apple shuffle it was stollen and i recovered it now i cant acces my old music,and all the details that were inside it,these person deleted my stuff and installed his please help

    This is an Enterprise iPhone forum.  You will  get more imediate assistance by going to the correct forum.

  • I got my iPhone disabled mistakenly by six trials of entering pass code. However now I remembered  my passcode so how can fix the problem without losing my contents.

    I got my iPhone disabled mistakenly by six trials of entering pass code. However now I remembered  my passcode so how can fix the problem without losing my contents.

    If your phone is now disabled, you've already lost all data on the phone...that's the whole point of the passcode, to protect the data on the phone. Your only choice now is to force the phone into recovery mode & restore it, as described here:
    http://support.apple.com/kb/ht1212
    This will remove the passcode, but also erase all data on the phone unless you have a backup to restore from.

  • My iphone came up with that timing circle and just turned off and did not come back on ? even when i charge it now it still wont turn on ,do you know the problem?

    my iphone came up with that timing circle and just turned off and did not come back on ? even when i charge it now it still wont turn on ,do you know the problem?

    If the battery was empty (and it may then take 10 to 15 minutes of charging before it will respond), then have you tried a reset ? Press and hold both the sleep and home buttons for about 10 to 15 seconds, after which the Apple logo should appear - you won't lose any content, it's the equivalent of a reboot.

  • I restored my iphone 5 on iTunes to unlock it and I got the congratulations you iPhone is unlocked but I still get the no service sign

    I restored my iphone 5 on iTunes to unlock it and I got the congratulations you iPhone is unlocked but I still get the no service sign

    Is there an active sim in the iPhone? Are you in an area where the
    active sim has coverage?

  • My iphone 3gs shows white screen i restored it in itunes then to same problem once i connect my phone to charge i can hear the sound and if i put for silent mode i can fell the vibration so what the problem in my phone

    my iphone 3gs shows white screen i restored it in itunes then to same problem once i connect my phone to charge i can hear the sound and if i put for silent mode i can fell the vibration so what the problem in my phone

    Here is what you should do turn the device on hold the home button and the power button until the device turn off keep holding and when the device reboots release the power button but hol the home button until it shows the iTunes logo then restore it

  • Hello, i were updatin my ipad, and then when it wasnt finished i came to take out the wire, the thing that sits in the iPad and now i cant do anything, its totally frozen, what can i do?

    hello, i were updatin my ipad, and then when it wasnt finished i came to take out the wire, the thing that sits in the iPad and now i cant do anything, its totally frozen, what can i do?

    Have you tried a reset ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider if it appears), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

Maybe you are looking for

  • Somehow created two apple ids on the same email

    Hi there, I recently gave my other half my old iPad, however she went to sign into her apple id/ iCloud account and in the process somehow changed my iCloud settings such as my password. I tried signing in today and was prompted to enter the new pass

  • My iPad has been stolen

    My iPad was stolen on 14/09/13 - I have been trying to track it with iCloud but is is permanently offline. I have not deleted contents because I want to be able to track it. It is passlock protected. Is there anyway they would be able to break the pa

  • How to change Infoobject length in Datasource - Netweaver2004s

    We are using Netweaver 2004s and when I try to load data using flatfile getting the below error. I have mapped legacy field HSTDRWMO of type NUMERIC 8 with BW field ZMONDRW of type QTY. I am getting the following error::: Error 'The argument ' .00   

  • Is there any way to add a text variable in Illustrator CS3?

    To keep track of our proofs, I have a text box in Illustrator with the date and time that I would like to automatically update everytime I save the file. This is possible in InDesign by inserting a text variable. Is there a way to do this in Illustra

  • Turning off Isolation Mode feature?

    Working with the german Version, therefore not sure if its called "Isolation Mode" in the english version too. Problem is, that working under pressure an aditional klick on an object happens very fast. That always throws me into that useless Isolatio