Current location: Hot Scripts Forums » General Web Coding » Flash & ActionScript » ActionScript to embed characters? (Dynamic Text)


ActionScript to embed characters? (Dynamic Text)

Reply
  #1 (permalink)  
Old 04-05-07, 07:15 AM
needforhelp needforhelp is offline
Newbie Coder
 
Join Date: Jul 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
ActionScript to embed characters? (Dynamic Text)

Hello,
I'm creating a 2-Languages Flash website using the LoadVars (text file) & dynamic text boxes.
One of them is a "RTL language". I'm using the FlashRTL plugin to handle the RTL text.
The plugin works fine just when no characters are embedded.
But "Anti-Alias for animation" effects are disappearing when I'm not embedding any characters.
So I want to embed those characters just when language is set to English.
Is there some ActionScript command to enable/disable embedded characters?
Thanks in Advance!

Last edited by needforhelp; 04-05-07 at 07:18 AM.
Reply With Quote
  #2 (permalink)  
Old 04-05-07, 01:51 PM
omniman's Avatar
omniman omniman is offline
Coding Addict
 
Join Date: Aug 2006
Location: Baltimore, MD
Posts: 342
Thanks: 0
Thanked 1 Time in 1 Post
I would say embed the font in the library - not the actual text box - set the linkage ID, and then just modify the text box depending on what language you (or user) selected using TextFormat().

Something like...

Code:
myformat = new TextFormat();			
myformat.font = "*** LINKAGE ID TO FONT IN LIBRARY ***";
myformat.embedFonts = true;
_root.myTextBox.setTextFormat(myformat);
__________________
"Political Correctness is a doctrine, fostered by a delusionary, illogical, liberal minority and rabidly promoted by an unscrupulous mainstream media, which holds forth the proposition that it is entirely possible to pick up a turd by the clean end."

Last edited by omniman; 04-05-07 at 01:55 PM. Reason: Forgot a line of code
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Search script improvement 9999 PHP 14 08-28-06 11:46 PM
Draggable Tables Ares JavaScript 10 08-03-06 06:55 AM
Need Your HelP! Loading Multiple External Text into Multiple Dynamic Text Fields Flash_Boi Flash & ActionScript 2 03-30-06 03:27 PM
MySQL Query problem Wraith PHP 5 03-06-04 05:16 PM
picking random entries with a filter... Double selection problem dsumpter PHP 7 11-16-03 07:19 PM


All times are GMT -5. The time now is 06:31 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.