Tuesday, August 09, 2005

Some text features in Flash Player 8



6 Comments:

Blogger bunnyhero said...

nice! hooray!

Tuesday, August 09, 2005 9:38:00 PM  
Blogger Michelangelo Capraro said...

hey there TInic!!!! long time no see. hope you are well. finally, real dynamic text feilds ;)

Friday, August 12, 2005 10:58:00 PM  
Blogger Wizard said...

Does this mean that the webbot's could now read the text in a .swf file?

I like it.

Sunday, August 14, 2005 10:29:00 AM  
Anonymous Dave Hayden said...

I sent this to whomever reads the player beta submissions, but no idea if it'll end up anywhere useful. I really, really hope y'all will follow the system-wide prefs for subpixel rendering in the flash player. It only takes a few lines of code (on OS X, anyway):

CFNumberRef val = CFPreferencesCopyAppValue(CFSTR("AppleFontSmoothing"), kCFPreferencesAnyApplication);

int num;
CFNumberGetValue(val, kCFNumberIntType, &num);

and then you won't be cheesing off all of us who get headaches trying to read text with rainbow fringes and have turned it off in system prefs.

Please let me know if there's someone else I can nag about this, or if there's any more help I can give.

Thanks!
-Dave <dave@opaque.net>

Friday, August 26, 2005 6:30:00 PM  
Anonymous Anonymous said...

Hi Tinic,

The getTextFormat method of the TextField when used with no parameters should return an object which has properties defined that are common throughout the text.

When a textfield (tf) is constructed that contains bold/italic in additional to regular text (HTML text must be ON for this), the font property of the TextFormat returned by tf.getTextFormat() is null in FP8, and is defined correctly in FP7 and 6.

Follow this link for a code example...

http://www.kirupa.com/forum/showpost.php?p=1664550&postcount=47

Wednesday, September 21, 2005 5:02:00 AM  
Anonymous Anonymous said...

Does Flash respect document embedding permissions? ie. if the font was set to "print and preview" embedding by its creator would Flash respect this and lock the document for editing?

Si

Friday, November 11, 2005 6:38:00 PM  

Post a Comment

<< Home