a question on wxHtmlWindow

I try to use wxHtmlWindow in my app.
I want to pack a .html file and associated files which are used by the html file,such as .jpg and .js to a zip file or some other formats. And then ,when the html page is needed, I read all these files to memory,and use wxHtmlWindow to show the page.But it seems that wxHtmlWindow can only show the html without the associated files(such as a .jpg in the page).
I know that all files are in the memory,and the links, such as img src="./123.jpg", are meaningless,how to display the complete page?

Thanks in advance.

    BruceKL WhoH
    BruceWhoHKL@gawab\.com
      2003\-11\-25