Hello and thanks for the quick feedback!
I tried my best and applied the patch successfully but when running the
'make' command right after the './configure' I got this error :

Making all in src
> make[1]: Entering directory `/var/swfmill-0.2.12.4/src'
> make  all-recursive
> make[2]: Entering directory `/var/swfmill-0.2.12.4/src'
> Making all in swft
> make[3]: Entering directory `/var/swfmill-0.2.12.4/src/swft'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/var/swfmill-0.2.12.4/src/swft'
> Making all in xslt
> make[3]: Entering directory `/var/swfmill-0.2.12.4/src/xslt'
> xsltproc assemble.xsl simple.xml > simple.xsl
> /bin/sh: line 1: xsltproc: command not found
> make[3]: *** [simple.cpp] Error 127
> make[3]: Leaving directory `/var/swfmill-0.2.12.4/src/xslt'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/var/swfmill-0.2.12.4/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/var/swfmill-0.2.12.4/src'
> make: *** [all-recursive] Error 1
>

I did this with swfmill 0.2.12.4
I'm far from being a Linux expert, but I hope this helps!

I'd be glad to help out on the wiki side of things, for sure!

Quentin.

On Dec 18, 2007 8:01 PM, Daniel Fischer <[EMAIL PROTECTED]> wrote:

> On Tue, 18 Dec 2007 17:54:58 +0100
> Quentin <[EMAIL PROTECTED]> wrote:
>
> > > > > I use an XML file (with the 'simple' syntax in it) that imports
> > > > > SWFs in the library and place them on the stage. This XML file
> > > > > has <FileAttributes hasMetaData="0" useNetwork="1" /> just
> > > > > after the <movie> tag. In some cases the resulting XML (the one
> > > > > built via the swfmill simple command) contains various
> > > > > FileAttributes tags. When all of them have the useNetwork
> > > > > attribute set to 1 everything works fine, but when one of them
> > > > > has useNetwork="0", then the SWF acts like it only has access
> > > > > to the filesystem. I think the topmost FileAttributes tag
> > > > > should overwrite others (they maybe even should be deleted) in
> > > > > order to avoid the oddness I've just mentioned...
>
> Quentin,
>
> IIRC, you know how to compile from SVN, right? I'm attaching a patch
> that might solve the issue...
>
> 1., the FileAttributes tag is automatically inserted, values depending
> on the value in <movie>/@local-access ('filesystem' or 'network'), and
> the existence of any <meta> elements (directly) within the movie. This
> functionality was only for version==8, the patch fixes that to >=8.
>
> 2., any FileAttributes tags from imported SWFs should be stripped. The
> patch should do that.
>
> apply the patch with
>  # cd swfmill
>  # patch -p0 < .../path/to/FileAttributes.diff
>
> if you report success, i'll commit this to svn. but i havent tested
> it :)
>
> hope this helps, if it does, it would be nice if you could document
> this feature on the osflash wiki (with a note about its availability).
>
> -dan
>
> _______________________________________________
> swfmill mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
>
>
_______________________________________________
swfmill mailing list
[email protected]
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to