I could reproduce your prolem.

>      <textfield id="HelloBox" ...
>      <place id="hellobox" ...

The id attribute of <place> tag should match with the id of <textfield>.
Changing "hellobox" to "HelloBox" fixed the problem for me. I do not see
why the code worked for you yesterday,

MATSUHASHI,kazuaki




                                                                           
             Fabrice Couvreur                                              
             <couvreur.fabrice                                             
             @wanadoo.fr>                                             宛先 
             送信者:                    swfmill@osflash.org                
             swfmill-boun...@o                                          cc 
             sflash.org                                                    
                                                                      件名 
                                        [swfmill] Problem with importing   
             2009/08/05 08:25           fonts.                             
                                                                           
                                                                           
             swfm...@osflash.o                                             
                   rg へ                                                   
             返信してください                                              
                                                                           
                                                                           




Hi,
I'm becoming crazy!
Why this code that worked yesterday no longer works now?
I get a file with a background resource.swf # ffaaaa but without the text!
Thank you.

> <?xml version="1.0" encoding="utf-8"?>
> <movie width="320" height="240" framerate="12">
>    <background color="#ffaaaa"/>
>
>      <library>
>          <font id = "Gentium" name = "Gentium" import =
> "/home/fab/Installation/lib/GenR102.ttf"
>
> glyphs =
> "abcdeéfghijklmnopqrstuvwxyzABCDEFGIJKLMNOPQRSTUVWXYZ0123456789!" />
>
>      </library>
>      <frame>
>      <textfield id = "HelloBox" width = "500" height = "250" size = "30"
> font = "Gentium" text = "Hallo Welt 0123456789"/>
>      <place id="hellobox" name="output" depth="10"/>
>      </frame>
> </movie>




_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org
_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to