[swfmill] problems with fonts on linux

2007-11-15 Thread Yves Serrano
Hi I try to use swfmill on linux, but I have font problems. A default font is shown and not the one I embedded with http://osflash.org/mailman/listinfo/swfmill_osflash.org

Re: [swfmill] Accessing frames in AS3

2007-11-15 Thread Joel Poloney
I was using the latest version of swfmill from svn. My best guess was that this line of code tells Flash that this is indeed AVM2 code... and considering that the only attribute set to 1 in that line was allowABC, I'm assuming that this is the attribute that tells the Flash player to use AS3. It s

Re: [swfmill] Accessing frames in AS3

2007-11-15 Thread Ian Thomas
On Nov 15, 2007 9:53 AM, Eric Priou <[EMAIL PROTECTED]> wrote: > > > So, my question is... what exactly is this line and what does it > > do? Is there any way to get this line inserted into the swf the > > first time I run swfmill simple? What I'm doing now works... but I > > have to compile, deco

Re: [swfmill] Accessing frames in AS3

2007-11-15 Thread Ralf Fuest
I added support for the allowABC and supressCrossDomainCaching attributes some month ago, together with the abc format support. Ralf > To be sure, it seems that you're using a svn version of swfmill. > Can Ralf precise if the allowABC and suppressCrossDomainCaching > attributes have been added

Re: [swfmill] Accessing frames in AS3

2007-11-15 Thread Eric Priou
Hi, Nice find. > suppressCrossDomainCaching="0" swfRelativeURLs="0" useNetwork="0"/> > > So, my question is... what exactly is this line and what does it > do? Is there any way to get this line inserted into the swf the > first time I run swfmill simple? What I'm doing now works... but I