+ Reply to Thread
Results 1 to 4 of 4

problemi con il testo e info su include

This is a discussion on problemi con il testo e info su include within the Flash CS4 forums, part of the Flash Italiano category; Ciao a tutti, 1 ) ho creato un testo in una scena di flash con il font: times new roman ...

  1. #1
    Junior Member Settled In sinno83 is on a distinguished road
    Join Date
    Jul 2009
    Posts
    4
    Rep Power
    0

    problemi con il testo e info su include

    Ciao a tutti,
    1 ) ho creato un testo in una scena di flash con il font: times new roman ps solo che quando gli do il grassetto ad alcune parole e faccio l'allineamento giustificato (o a paccheto), nel momento in cui creo l'swf non mi tiene ne il grassetto nel il testo giustificato!

    come mai?
    qualcuno sa dirmi perchè per favore?

    2 ) inoltre volevo sapere se è possibile creare degli include con flash, perchè dato che sto facendo un sito, ho il menù a sinistra che è ripetuto in tutte le pagine,e, invece di duplicarlo in tutte le pagine volevo sapere se si poteva fare con gli include!


    grazieeeeeeeeeee

  2. #2
    milcon
    Guest

    Riferimento: problemi con il testo e info su include

    Ciao, hai provato a usare del testo in un file txt esterno e importarlo?

  3. #3
    Junior Member Settled In sinno83 is on a distinguished road
    Join Date
    Jul 2009
    Posts
    4
    Rep Power
    0

    Re: Riferimento: problemi con il testo e info su include

    Quote Originally Posted by milcon View Post
    Ciao, hai provato a usare del testo in un file txt esterno e importarlo?
    si ma non riesco a importare i file txt con flash.. tu come fai?

    grazieee .)

  4. #4
    milcon
    Guest

    Riferimento: problemi con il testo e info su include

    Ciao, ti posto un esempio di come inserire dentro l'swf del testo partendo dalla tool di flash, vedi se ti puo' essere utile:

    PHP Code:
    var contenuto:String="kjlkòkjòòkllllllllllllllllkkjkkkpppppppppppppppp"+
    "jkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk"+
    "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg"+
    "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh"+
    "gggggggggggggggggggggg";
    var 
    testo:TextField= new TextField();
    testo.textcontenuto;
    testo.border=true;
    testo.borderColor=0x0033FF;
    testo.background=true;
    testo.backgroundColor=0x00FF66;
    testo.x=306;
    testo.y=309;
    testo.width=350;
    testo.wordWraptrue;
    testo.autoSize=TextFieldAutoSize.LEFT;

    addChild(testo); 

+ Reply to Thread

Similar Threads

  1. php include e filmato flash
    By goldboy83 in forum Actionscript 3.0 base
    Replies: 0
    Last Post: 09-04-10, 22:01
  2. testo, css e include
    By sinno83 in forum Flash CS4
    Replies: 2
    Last Post: 17-02-10, 10:25
  3. Info su i Page-flip
    By matricolon in forum Actionscript 3.0 avanzato
    Replies: 0
    Last Post: 19-03-09, 09:41
  4. new entry need some info
    By melba in forum Actionscript 3.0 base
    Replies: 1
    Last Post: 22-07-08, 21:25
  5. Piccola info
    By Lorack in forum Flash Italiano
    Replies: 3
    Last Post: 17-07-08, 08:28

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts