Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
baseF #1
new text area load text & images
I'm using this code for a text area:
//load in XML
kungFuContent = new XML();
kungFuContent.ignoreWhite = true;
kungFuContent.load("kungfu.xml");
kungFuContent.onLoad = function(success)
{
if(success)
{
myText.text = kungFuContent;
}
}
This loads fungfu.xml into the text area (myText) fine and uses a stylesheet.
But I wish to have images in the text area as well(amoungest the text). I
tried using html img tags but it didn't work.
Please help as i need this for a project that is due very soon.
Thx
baseF Guest
-
Coursebuilder - 5 text areas for 5 possible scores. Eachpossible answer has its own text area
I'm trying to build an inventory form that has different point values for each possible answer for a particular question. there will be 5 possible... -
Trying to load vars into a text area & loader
So I am trying to load variables from a .php file into a movie clip and then plug in those variables to various fields and for some reason its not... -
urgent help - getting images in text area from databse
hi can some one help me to get solution for this problem i am making one small cms system which is updating flash content , everything is done... -
Using XML to load text and images.
I'm in the process of creating a porfolio section on my website. I would like to use XML to load Project name, Description and a picture into... -
Text in the work area vs. text in the Flash movie
Even when I use any font even the default _sans serif font, the size, scale and location of the letters are not the same in the published movie (or...



Reply With Quote

