Non progressive and baseline optimized image wont show

a non-progressive and baseline optimized image wont show.

Below is the code i have. Do i need to load the image or do something more besides what i have done?

scroller_txt.text = myArray[1].firstChild.nodeValue;
//trace(scroller_txt.text);
for( m=0; m<100 ; m++)
{
trace(“hi”);
if(m%2 == 1)
{

    trace(m);

scroller_txt.htmlText+= " "+ “<img src=“E:\Helena’s Game 10-23-2006\flash\ igo.jpg”>”+ myArray[m+2].firstChild.nodeValue;

//trace(t);
}

}