Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

How to share fonts in between more SWF with flash CS3

This is a discussion on How to share fonts in between more SWF with flash CS3 within the Tutorials forums, part of the Flash English category; You must import an italic and a bold and a bold italic in addition to the plain font. Each one ...


Go Back   Forum Flash CS3 Flash CS4 > Flash CS3 Flash CS4 > Flash English > Tutorials

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #31 (permalink)  
Old 26-04-08, 21:52
davidjmcclelland.com's Avatar
Junior Member
 
Join Date: Mar 2008
Location: Finger Lakes Area, NY, USA
Posts: 6
Rep Power: 0
davidjmcclelland.com is on a distinguished road
Send a message via Yahoo to davidjmcclelland.com
Re: How to share fonts in between more SWF with flash CS3

You must import an italic and a bold and a bold italic in addition to the plain font. Each one must be registered separately. Then they are accessible by their font name such as "Arial Bold".

Also, another tip: if you set up the fields in Flash IDE instead of dynamically at runtime, do not set them to the same font you will import at runtime - use a lookalike. For instance, use Helvetica for Arial. Otherwise you will not see the fonts when embedding is turned on. In fact, don't use the font anywhere in the file that will use the imported font - I have had this bite me more times!

Hope this helps!
__________________
http://davidjmcclelland.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #32 (permalink)  
Old 26-04-08, 22:58
Junior Member
 
Join Date: Apr 2008
Posts: 3
Rep Power: 0
James is on a distinguished road
Re: How to share fonts in between more SWF with flash CS3

David,

That worked perfectly! Thank you so much for sharing that information!

James
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33 (permalink)  
Old 28-04-08, 17:02
Junior Member
 
Join Date: Apr 2008
Posts: 3
Rep Power: 0
James is on a distinguished road
Re: How to share fonts in between more SWF with flash CS3

David,

I have one more question if you have time. What about font size? If I what to use more than one font size with the same font type, do I have to import the same font again for each font size?

Thank you,

James
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34 (permalink)  
Old 01-05-08, 20:44
davidjmcclelland.com's Avatar
Junior Member
 
Join Date: Mar 2008
Location: Finger Lakes Area, NY, USA
Posts: 6
Rep Power: 0
davidjmcclelland.com is on a distinguished road
Send a message via Yahoo to davidjmcclelland.com
Re: How to share fonts in between more SWF with flash CS3

No problem!

Generally you get any size you want when you use this method. An exception is if you choose "bitmap" when importing the fonts into library - then the size will be limited to what you select in the Font import dialog.

But you should not use bitmaps with this method.
__________________
http://davidjmcclelland.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35 (permalink)  
Old 05-05-08, 09:20
Author
 
Join Date: Jul 2007
Posts: 8
Rep Power: 0
7Miles is on a distinguished road
Re: How to share fonts in between more SWF with flash CS3

Yes me too
I got problems with bitmap setting.
It works fine with antialias for readability or animations
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36 (permalink)  
Old 23-07-08, 21:23
Junior Member
 
Join Date: Jul 2008
Posts: 1
Rep Power: 0
Node1 is on a distinguished road
Re: How to share fonts in between more SWF with flash CS3

Thanks alot for this great toturial.
This is the best font-embeding toturial i've found so far>>
All i had to do was add IOErrorEvent to make it load online.

private function loadSWF():void
{
var request:URLRequest=new URLRequest('fonts.swf');
loader=new Loader();
loader.contentLoaderInfo.addEventListener(Event.CO MPLETE,completato);
loader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);

loader.load(request);
}

private function ioErrorHandler(event:IOErrorEvent):void {
trace("====> ioErrorHandler: " + event);
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

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 On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Flash CS3 Embedd Fonts - aiuto! Fox+ Actionscript 3.0 avanzato 3 29-08-08 21:59
Come condividere le fonts tra più SWF con Flash CS3 Flep Articoli e tutorials 1 08-06-08 15:25
Incorporare fonts nell' SWF con Flash CS3 Flep Articoli e tutorials 4 21-04-08 00:15
Emded fonts into SWF Flep Tutorials 0 03-10-07 19:41


All times are GMT. The time now is 18:50.

Powered by vBulletin version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap