swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Font embedding


From: Matthias Kramm
Subject: Re: [Swftools-common] Font embedding
Date: Tue, 30 Sep 2008 20:15:50 +0200
User-agent: Mutt/1.5.11

On Tue, Sep 30, 2008 at 12:47:54AM +0200, Eddie Adams <address@hidden> wrote:
> This example I made doesnt work, any help please

For font import to work, you'll have to use an ImportAssets
tag.
I'm not sure what the ActionScript equivalent of this thing
is, but you might want to search your flash IDE for some way 
to "import assets from another movie". 
Ideally, you'd specify the font swf file and the font name (that's 
what's contained in the ImportAssets tag on the SWF binary level).

What you were doing so far is load a complete swf as MovieClip. 
ExportAssets/ImportAssets is different, as it only loads pieces
out of an swf into another file (think of the former file 
like a library).

Greetings

Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]