Saturday, November 27, 2010
Saturday, October 30, 2010
Flex error: Unable to transcode swf with embedded fonts
Today I wanted to create swf file in Flash CS5 with embedded fonts and then I wanted to use this file in Flex 4.
After writing the following code in Flex:
[Embed(source="./assets/fonts/fonts.swf", fontName="Minion Pro")]
private var minionProRegular:Class;
I saw this error:
Multiple markers at this line:
-Unable to transcode ./assets/fonts/fonts.swf.
-font 'Minion Pro' with normal weight and regular style not found
The reason of this error message were the text boxes contained within the swf file that contains embedded fonts.
Solution:
Remove visual objects from Flash CS5 file with embedded fonts.
UPDATE:
More information about this problem can be found here
After writing the following code in Flex:
[Embed(source="./assets/fonts/fonts.swf", fontName="Minion Pro")]
private var minionProRegular:Class;
I saw this error:
Multiple markers at this line:
-Unable to transcode ./assets/fonts/fonts.swf.
-font 'Minion Pro' with normal weight and regular style not found
The reason of this error message were the text boxes contained within the swf file that contains embedded fonts.
Solution:
Remove visual objects from Flash CS5 file with embedded fonts.
UPDATE:
More information about this problem can be found here
Wednesday, October 13, 2010
My photo as one of editors picks of photo.net
I just found out that one of my pictures was chosen as one of the best in the year 2009 in the night photography category on the site photo.net :).
Saturday, August 28, 2010
Face Recognition Library in ActionScript 3 for Flex
Now there's a way to identify persone base on face image using Adobe Flex. Open source face recognition library is now available. It is itended for use in Flex applications which are using at least Adobe Flex 3.5 SDK. Library uses Eigenface method of face recognition which can get to 95% recognition rate.
Video of simple example using this library:
Live demo of simple example using this library
Library project page on google code
Video of simple example using this library:
Live demo of simple example using this library
Library project page on google code
Friday, January 22, 2010
Subscribe to:
Posts (Atom)