how can I adjust the size without the use of the resize clip
Posted about 1 month ago
This new version has css functionality (see the stylesheet at http://flashden.net/files/6712/stylesheet.css). There is a css file in which you can define standard (body) styling and hyperlink styling (as you can see in the preview). You can also add your own classes (see the title in the preview).
Still you can make stuff bold in the xml file by just adding
<b>/<b>tags to them.
The textfield is resizable. I added the little dragable icon to show you the possibility of resizing. You can either leave it in, or keep it out. Giving the textfield your own custom size is easy: no need to resize anything, it will all adapt to the size you want automatically.
Enjoy
Posted about 1 year ago
To be clear how can I adjust the size without the use of the resize clip in width via Actionscript
Posted about 1 month ago
raymoore, you would have to make the resizeclip invisible (_visible = false) and then set it’s _x and _y position to your specific values.
Or if you’re more advanced in actionscript, search for all positions where I’m using the _x and _y values of the resizeclip and change the actionscript there to, for example, use a variable as reference value.
Posted 20 days ago
hey fantastic file…. I am trying to load the movie of your file from another movie but I keep on getting an error on loading the xml file.. do you nkow why ? thanks
Posted 10 days ago