[Flashcoders] Please help shed lights on this font issue

2006-07-05 Thread Weyert de Boer

Hello!

I have a movieclip which I attach in a container movieclip when I change 
the htmlText-property of this movieclip. I would like to know why I 
would need to change the textfield in the movieclip to the fontstyle 
bold, and italic to be able to use the i-tag. I have embedded the font 
in the text field as Basic Latin. I would think you can now use the font 
in the textfield without problems, but it isn't.


I would love to know why this is, so I can learn from it.

Yours,
Weyert de Boer
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Please help shed lights on this font issue

2006-07-05 Thread Weyert de Boer
I also would love to know why textfield work nicely when you test the 
movie inside the Flash IDE via Ctrl-Enter/Apple-Enter
but when you check the movie inside a browser such as Firefox the 
textfield is blank or only show parts of the defined text.


I am using the htmlText mode of the textfield and I assign this to it:

HTMLTEXT=TEXTFORMAT LEADING=2P ALIGN=LEFTFONT FACE=Arial 
SIZE=11 COLOR=#006C55 LETTERSPACING=0 KERNING=0titel van het 
nieuwsbericht 5,  FONT 
COLOR=#A5D81E6-4-2006/FONT/FONT/P/TEXTFORMAT


Well, the above html code that's what Flash makes of it I only do this  
by code:


newsClip.title.htmlText = newsTitle + commaStr +  ;
newsClip.title.htmlText += font color=\#A5D81E\i + 
cDate.getDate() + - + cDate.getMonth() + - + cDate.getFullYear() + 
/i/font;


Yours,
Weyert de Boer
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com