| ::: About this Blog ::: |
Welcome to Arul's Blog! Weblog on Multimedia,
 |
Flash MX |
 |
Director |
 |
Dreamweaver MX |
 |
And me :) |
Here I'm going to share my views, opinions and code with you all. |
| ::: Time Zone ::: |
All Times on this blog are
GMT + 5:30 Hours
(Indian Standard Time) |
|
Friday, October 31, 2003
|
Tips.Flash MX: Adding your own Unicode range to Flash 2004 IDE for embedding font.
Not able to see your language in Flash MX 2004 font embed dialog? Or Do you need to a embed custom range often?
No Problem!
Here is the solution. In "<&Flash 2004 Root&>\en\First Run\FontEmbedding" folder you can see "UnicodeTable.xml" which has the glyph range information in the following format
<fontEmbeddingTable>
<glyphRange name="Tamil" id="26">
<range min="0x0B80" max="0x0BFF"/>
</glyphRange>
</fontEmbeddingTable>
Here id attribute is just a sequential number.
Each glyphRange tag can have many range tags to cover the entire range. So add your often used range with your own label (name attribute).
Have fun! :)
posted by Arul
| link
| ^top
| next> |
comments [5] |
Monday, October 20, 2003
|
Tools.Flash MX: Actionscript Syntax Highlighting with SciTE|Flash v1.53 RC1.
While Bomber Studios is busy upgrading SciTE|Flash to Actionscript 2, here I'm releasing the updated Flash.properties file which will highlight actionscript similar to my ActionScript Highlighting Service.
You can replace the text of the Flash.properties file (in the SciTE Flash directory) with that of text here.
posted by Arul
| link
|<prev. | ^top
| next> |
comments [6] |
footnote:-
Also check the recent entries
and feel free to add your comments. I need your comments to improve this blog
|
|