Using FTE CFF Font in Flash: Class mx.core::FontAsset could not be found.

This happened when I was using a CFF font in a non-Flex project. I compiled my font and the Flex compiler will leave out FontAsset because it thinks the host SWF will have this class - well, not so if it’s not Flex. So, when compiling your font you have to tell the compiler to include any Flex classes in your font SWF:

-static-link-runtime-shared-libraries=true
Posted at 3pm on 07/27/10 | no comments | Filed Under: flash, flex read on

Apache Error: Unknown DAV provider: svn

This happened after I updated SVN but I guess I didn’t update some Apache svn mod crap. This also caused a problem with Trac - Unsupported version control system “svn”.

I fixed it on CentOS with a simple:

sudo yum install mod_dav_svn
Posted at 3pm on 06/18/10 | no comments | Filed Under: Uncategorized read on

About

A list of things I can’t remember how to do.

Categories