Hello and thanks for the quick feedback!<br>I tried my best and applied the patch successfully but when running the 'make' command right after the './configure' I got this error :<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
Making all in src<br>make[1]: Entering directory `/var/swfmill-<a href="http://0.2.12.4/src">0.2.12.4/src</a>'<br>make all-recursive<br>make[2]: Entering directory `/var/swfmill-<a href="http://0.2.12.4/src">0.2.12.4/src
</a>'<br>Making all in swft<br>make[3]: Entering directory `/var/swfmill-<a href="http://0.2.12.4/src/swft">0.2.12.4/src/swft</a>'<br>make[3]: Nothing to be done for `all'.<br>make[3]: Leaving directory `/var/swfmill-
<a href="http://0.2.12.4/src/swft">0.2.12.4/src/swft</a>'<br>Making all in xslt<br>make[3]: Entering directory `/var/swfmill-<a href="http://0.2.12.4/src/xslt">0.2.12.4/src/xslt</a>'<br>xsltproc assemble.xsl simple.xml
> simple.xsl<br>/bin/sh: line 1: xsltproc: command not found<br>make[3]: *** [simple.cpp] Error 127<br>make[3]: Leaving directory `/var/swfmill-<a href="http://0.2.12.4/src/xslt">0.2.12.4/src/xslt</a>'<br>make[2]: *** [all-recursive] Error 1
<br>make[2]: Leaving directory `/var/swfmill-<a href="http://0.2.12.4/src">0.2.12.4/src</a>'<br>make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/var/swfmill-<a href="http://0.2.12.4/src">0.2.12.4/src</a>'
<br>make: *** [all-recursive] Error 1<br></blockquote><br>I did this with swfmill <a href="http://0.2.12.4">0.2.12.4</a><br>I'm far from being a Linux expert, but I hope this helps!<br><br>I'd be glad to help out on the wiki side of things, for sure!
<br><br>Quentin.<br><br><div class="gmail_quote">On Dec 18, 2007 8:01 PM, Daniel Fischer <<a href="mailto:dan@f3c.com">dan@f3c.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, 18 Dec 2007 17:54:58 +0100<br><div class="Ih2E3d">Quentin <<a href="mailto:quentin.t@gmail.com">quentin.t@gmail.com</a>> wrote:<br><br></div><div class="Ih2E3d">> > > > I use an XML file (with the 'simple' syntax in it) that imports
<br>> > > > SWFs in the library and place them on the stage. This XML file<br>> > > > has <FileAttributes hasMetaData="0" useNetwork="1" /> just<br>> > > > after the <movie> tag. In some cases the resulting XML (the one
<br>> > > > built via the swfmill simple command) contains various<br>> > > > FileAttributes tags. When all of them have the useNetwork<br>> > > > attribute set to 1 everything works fine, but when one of them
<br>> > > > has useNetwork="0", then the SWF acts like it only has access<br>> > > > to the filesystem. I think the topmost FileAttributes tag<br>> > > > should overwrite others (they maybe even should be deleted) in
<br>> > > > order to avoid the oddness I've just mentioned...<br><br></div>Quentin,<br><br>IIRC, you know how to compile from SVN, right? I'm attaching a patch<br>that might solve the issue...<br><br>1., the FileAttributes tag is automatically inserted, values depending
<br>on the value in <movie>/@local-access ('filesystem' or 'network'), and<br>the existence of any <meta> elements (directly) within the movie. This<br>functionality was only for version==8, the patch fixes that to >=8.
<br><br>2., any FileAttributes tags from imported SWFs should be stripped. The<br>patch should do that.<br><br>apply the patch with<br> # cd swfmill<br> # patch -p0 < .../path/to/FileAttributes.diff<br><br>if you report success, i'll commit this to svn. but i havent tested
<br>it :)<br><br>hope this helps, if it does, it would be nice if you could document<br>this feature on the osflash wiki (with a note about its availability).<br><br>-dan<br><br>_______________________________________________
<br>swfmill mailing list<br><a href="mailto:swfmill@osflash.org">swfmill@osflash.org</a><br><a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org
</a><br><br></blockquote></div><br>