[AS] My image will not load

load image works onPress but not onEnterFrame

 ActionScript Code:
 [FONT=Courier New][LEFT]myXML = [COLOR=#000000]**new**[/COLOR] [COLOR=#0000ff]XML[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];

myXML.[COLOR=#0000ff]ignoreWhite[/COLOR] = [COLOR=#000000]true[/COLOR];
myXML.[COLOR=#0000ff]load[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#000000]function[/COLOR] handleLoadCOLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000ff]status[/COLOR] ? loadQACOLOR=#000000[/COLOR] : [COLOR=#0000ff]trace[/COLOR][COLOR=#000000]([/COLOR][COLOR=#ff0000]“Error parsing XML.”[/COLOR][COLOR=#000000])[/COLOR];
[COLOR=#000000]}[/COLOR]
myXML.[COLOR=#0000ff]onLoad[/COLOR] = handleLoad;
[COLOR=#808080]//[/COLOR]
[COLOR=#000000]function[/COLOR] loadQACOLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#808080]//var qaArray:Array = Array();[/COLOR]
[COLOR=#000000]var[/COLOR] myItem:[COLOR=#0000ff]String[/COLOR] = [COLOR=#ff0000]“textField_mc”[/COLOR];
[COLOR=#000000]var[/COLOR] myX:[COLOR=#0000ff]Number[/COLOR] = [COLOR=#000080]120[/COLOR];
[COLOR=#000000]var[/COLOR] myY:[COLOR=#0000ff]Number[/COLOR] = [COLOR=#000080]0[/COLOR];
[COLOR=#0000ff]for[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#000000]var[/COLOR] i:[COLOR=#0000ff]Number[/COLOR] = [COLOR=#000080]0[/COLOR]; i<myXML.[COLOR=#0000ff]firstChild[/COLOR].[COLOR=#0000ff]childNodes[/COLOR].[COLOR=#0000ff]length[/COLOR]; i++[COLOR=#000000])[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#808080]//qaArray.push(myXML.firstChild.childNodes);[/COLOR]
[COLOR=#808080]
//date*[/COLOR]
[COLOR=#000000]var[/COLOR] [COLOR=#0000ff]date[/COLOR] = COLOR=#000000[/COLOR];
[COLOR=#808080]//titleNews[/COLOR]
[COLOR=#000000]var[/COLOR] titleNews = COLOR=#000000[/COLOR];
[COLOR=#808080]//image[/COLOR]
[COLOR=#000000]var[/COLOR] image = COLOR=#000000[/COLOR];
[COLOR=#808080]//message[/COLOR]
[COLOR=#000000]var[/COLOR] mess = COLOR=#000000[/COLOR];
[COLOR=#0000ff]trace[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#0000ff]trace[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#0000ff]trace[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#808080]//this.attachMovie(myItem, date, i+10);[/COLOR]
[COLOR=#0000ff]this[/COLOR].[COLOR=#0000ff]attachMovie[/COLOR][COLOR=#000000]([/COLOR]myItem, mess, i+[COLOR=#000080]10[/COLOR][COLOR=#000000])[/COLOR];
[COLOR=#0000ff]trace[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#808080]//this.attachMovie([/COLOR]
[COLOR=#000000]var[/COLOR] thisItem = [COLOR=#0000ff]this[/COLOR][COLOR=#000000][[/COLOR][COLOR=#0000ff]date[/COLOR][COLOR=#000000]][/COLOR];
[COLOR=#000000]var[/COLOR] thisItem = [COLOR=#0000ff]this[/COLOR][COLOR=#000000][[/COLOR]titleNews[COLOR=#000000]][/COLOR];
[COLOR=#000000]var[/COLOR] thisItem = [COLOR=#0000ff]this[/COLOR][COLOR=#000000][[/COLOR]image[COLOR=#000000]][/COLOR];
[COLOR=#000000]var[/COLOR] thisItem = [COLOR=#0000ff]this[/COLOR][COLOR=#000000][[/COLOR]mess[COLOR=#000000]][/COLOR];
thisItem.[COLOR=#0000ff]date[/COLOR] = COLOR=#000000[/COLOR];
thisItem.[COLOR=#000080]titleNews[/COLOR] = COLOR=#000000[/COLOR];
thisItem.[COLOR=#000080]image[/COLOR] = COLOR=#000000[/COLOR];
thisItem.[COLOR=#000080]mess[/COLOR] = COLOR=#000000[/COLOR];
thisItem.[COLOR=#0000ff]onPress[/COLOR] = [COLOR=#000000]function[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000ff]if[/COLOR] [COLOR=#000000]([/COLOR]image != [COLOR=#000000]null[/COLOR][COLOR=#000000])[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000ff]trace[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#808080]//_root.textField_mc.image_mc.image_mc2.loadMovie(“test.jpg”);[/COLOR]
[COLOR=#0000ff]this[/COLOR].[COLOR=#000080]image_mc[/COLOR].[COLOR=#000080]image_mc2[/COLOR].[COLOR=#0000ff]loadMovie[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#000000]}[/COLOR]
[COLOR=#000000]}[/COLOR];
thisItem.[COLOR=#0000ff]_x[/COLOR] = myX;
thisItem.[COLOR=#0000ff]_y[/COLOR] = myY += COLOR=#000000[/COLOR]+[COLOR=#000080]2[/COLOR];
[COLOR=#808080]//image[/COLOR]
[COLOR=#000000]}[/COLOR]
[COLOR=#000000]}[/COLOR]
[/LEFT]
[/FONT]

this is the function in question
ActionScript Code:
[FONT=Courier New][LEFT]thisItem.[COLOR=#0000ff]onPress[/COLOR] = [COLOR=#000000]function[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000ff]if[/COLOR] [COLOR=#000000]([/COLOR]image != [COLOR=#000000]null[/COLOR][COLOR=#000000])[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000ff]trace[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#808080]//_root.textField_mc.image_mc.image_mc2.loadMovie(“test.jpg”);[/COLOR]
[COLOR=#0000ff]this[/COLOR].[COLOR=#000080]image_mc[/COLOR].[COLOR=#000080]image_mc2[/COLOR].[COLOR=#0000ff]loadMovie[/COLOR]COLOR=#000000[/COLOR];
[/LEFT]
[/FONT]

ANy help would be appreciated. SO what I am doing here is a dynamic news page with a date, message and image and the date and message come up but my image will not load when I try and onEnterframe it will work however only onPress can you guys please help me debug this. I been trying but havent been sucessful.

Thanks In Advance,
Robert