Xman51
06-03-2005, 04:46 PM
Hello all,
I have been searching these forums and online for 2 days now and I have finally broken down and posted a new thread.
Please, I am using Flash MX 2004 Professional.
I have the textbox on the main timeline with an instance name of "mediatxt" and the "render text as html" option selected. As far as the code it is on the main timeline in the actions layer and it is as follows:
text_md = new LoadVars()
text_md.onLoad = function ()
{
_level0.mediatxt.htmltext = this.mediatxt;
}
text_md.load("Media.txt");
stop();
The html loads fine, no images appear! :confused:
Does anyone know why I cant load external images into a dynamic text field?
Thank you in advance,
Xman 51
I have been searching these forums and online for 2 days now and I have finally broken down and posted a new thread.
Please, I am using Flash MX 2004 Professional.
I have the textbox on the main timeline with an instance name of "mediatxt" and the "render text as html" option selected. As far as the code it is on the main timeline in the actions layer and it is as follows:
text_md = new LoadVars()
text_md.onLoad = function ()
{
_level0.mediatxt.htmltext = this.mediatxt;
}
text_md.load("Media.txt");
stop();
The html loads fine, no images appear! :confused:
Does anyone know why I cant load external images into a dynamic text field?
Thank you in advance,
Xman 51