hi ive tried looking at this in the following section http://www.flashden.net/files/27560/index.html, but it doesnt appear to be loading?
Posted 4 months ago
TextArea V1: (all size)
It is possible easily to change the location and dimensions of the text. (file – configuration.xml)Included files:
Configuration file: xml/configuration.xml:
hi ive tried looking at this in the following section http://www.flashden.net/files/27560/index.html, but it doesnt appear to be loading?
Posted 4 months ago
what is text area ? is it an updatable text box where I change text through xml? can I have multiple boxes loading different text? I have been looking for a way to update clients text through xml but havent found anything and I’m not good at coding. Can you tell me if this will help my issues.
Posted 4 months ago
Is there a way to change the margins? I don’t want the pad that surrounds the movie file
Posted 4 months ago
@chrismuglia
You can change margins in css: (in atachmend css file)
margin-left:10
margin-right:10
Is it possible to load the output text.swf file into another flash movie?
Posted 3 months ago
Is it possible to load the output text.swf file into another flash movie?
_root.newsLoader_mc.loadMovie(“text.swf”, this.getNextHighestDepth()); —> doesn’t work – but it works with a ‘normal’ (read other) swf !????
Can you explain this ?
Posted about 1 month ago
@bnw1984
var mc=this.createEmptyMovieClip(“mcContainer”,1)
mc.loadMovie(“text.swf”
For me it works. I sent you the e-mail.