Zurück   Flashforum > Flash > ActionScript > ActionScript 1

Antwort
 
LinkBack Themen-Optionen Ansicht
Alt 24-11-2004, 10:33   #1 (permalink)
Neuer User
 
Registriert seit: Sep 2004
Beiträge: 888
Question createTextField & umbruch wie geht das ?

hi also ich habe eine textausgabe über AS2 aber der macht mir keinen umbruch obwohl ich es angegen habe.
ActionScript:
  1. _global.style = new TextFormat();
  2. _global.style.bold = false;
  3. _global.style.color = 0x1E3E48;
  4. _global.style.size = 20;
  5. _global.style.font = "Arial";
  6. _global.style.multiline = true;
  7. _global.style.wordWrap = true;
  8. //_global.style.autoSize = false;
  9. _global.style.selectable = false;
  10. //_global.style.border = true;
  11. //_global.style.borderColor= 0x000000;
  12. _global.style.embedFonts = false;
und und das auslesen sieht so aus:
ActionScript:
  1. _root.createTextField("text_out", 1, 50, 100, 400, 250);
  2.     text_out.htmlText = text;
  3.     text_out.setTextFormat(style);
wodran kann es liegen ich weis nämlich abselut nicht.

Geändert von flozwo (24-11-2004 um 13:11 Uhr)
flozwo ist offline   Mit Zitat antworten
Alt 24-11-2004, 12:27   #2 (permalink)
Der Wunderhund
 
Benutzerbild von gaspode
 
Registriert seit: Jun 2002
Ort: Hattingen
Beiträge: 10.515
hi,

sollte es nicht

Code:
_root.createTextField("text_out", 1, 50, 100, 400, 250); 
    text_out.htmlText = text; 
    text_out.setTextFormat(style);
heißen?

gruß, gaspode
gaspode ist offline   Mit Zitat antworten
Alt 24-11-2004, 13:10   #3 (permalink)
Neuer User
 
Registriert seit: Sep 2004
Beiträge: 888
ja sry ist auch !
flozwo ist offline   Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks sind an
Pingbacks sind an
Refbacks sind an



Alle Zeitangaben in WEZ +1. Es ist jetzt 01:57 Uhr.

Domains, Webhosting & Vserver von Host Europe
Unterstützt das Flashforum!
Adobe User Group


Copyright ©1999 – 2012 Marc Thiele