Search  

TEXT AREA V1

Full_screen_preview

TextArea V1: (all size)

It is possible easily to change the location and dimensions of the text. (file – configuration.xml)
  • text loaded from the xml file
  • css styles loaded from the css file
  • CSS stylesheet
  • onMouseWheel
  • You can change X position (TEXT_X)
  • You can change Y position (TEXT_Y)
  • You can change width text (TEXT_WIDTH)
  • You can change height text (TEXT_HEIGHT)
  • You can enabled/disabled text border (TEXT_BORDER)
  • You can change text border color (TEXT_BORDER_COLOR)
  • You can change color scroll background (TEXT_COLOR_SCROLL_BACKGROUND)
  • You can change color scroll (TEXT_COLOR_SCROLL)
  • You can change speed scroll (SPEED_SCROLL)

Included files:

  • Documentation (.txt)
  • Flash 8 file
  • SWF file
  • XML file
  • Images used
  • AS file (classes action script)


Configuration file: xml/configuration.xml:



Posted 4 months ago

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

Hi,

Nothing is loading !!!???

Posted 4 months ago

@All
I know :((
I sent the e-mail to support flashden.

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

@outtareach
Text loaded from the xml file.

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

Posted 3 months ago

Is it possible to load the output text.swf file into another flash movie?

Posted 3 months ago

@roketrod
It’s possible.Send me e-mail.

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.

Posted about 1 month ago