Hello and thanks for the quick feedback!<br>I tried my best and applied the patch successfully but when running the &#39;make&#39; command right after the &#39;./configure&#39; 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>&#39;<br>make&nbsp; all-recursive<br>make[2]: Entering directory `/var/swfmill-<a href="http://0.2.12.4/src">0.2.12.4/src
</a>&#39;<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>&#39;<br>make[3]: Nothing to be done for `all&#39;.<br>make[3]: Leaving directory `/var/swfmill-
<a href="http://0.2.12.4/src/swft">0.2.12.4/src/swft</a>&#39;<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>&#39;<br>xsltproc assemble.xsl simple.xml
 &gt; 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>&#39;<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>&#39;<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>&#39;
<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&#39;m far from being a Linux expert, but I hope this helps!<br><br>I&#39;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 &lt;<a href="mailto:dan@f3c.com">dan@f3c.com</a>&gt; 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 &lt;<a href="mailto:quentin.t@gmail.com">quentin.t@gmail.com</a>&gt; wrote:<br><br></div><div class="Ih2E3d">&gt; &gt; &gt; &gt; I use an XML file (with the &#39;simple&#39; syntax in it) that imports
<br>&gt; &gt; &gt; &gt; SWFs in the library and place them on the stage. This XML file<br>&gt; &gt; &gt; &gt; has &lt;FileAttributes hasMetaData=&quot;0&quot; useNetwork=&quot;1&quot; /&gt; just<br>&gt; &gt; &gt; &gt; after the &lt;movie&gt; tag. In some cases the resulting XML (the one
<br>&gt; &gt; &gt; &gt; built via the swfmill simple command) contains various<br>&gt; &gt; &gt; &gt; FileAttributes tags. When all of them have the useNetwork<br>&gt; &gt; &gt; &gt; attribute set to 1 everything works fine, but when one of them
<br>&gt; &gt; &gt; &gt; has useNetwork=&quot;0&quot;, then the SWF acts like it only has access<br>&gt; &gt; &gt; &gt; to the filesystem. I think the topmost FileAttributes tag<br>&gt; &gt; &gt; &gt; should overwrite others (they maybe even should be deleted) in
<br>&gt; &gt; &gt; &gt; order to avoid the oddness I&#39;ve just mentioned...<br><br></div>Quentin,<br><br>IIRC, you know how to compile from SVN, right? I&#39;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 &lt;movie&gt;/@local-access (&#39;filesystem&#39; or &#39;network&#39;), and<br>the existence of any &lt;meta&gt; elements (directly) within the movie. This<br>functionality was only for version==8, the patch fixes that to &gt;=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>&nbsp;# cd swfmill<br>&nbsp;# patch -p0 &lt; .../path/to/FileAttributes.diff<br><br>if you report success, i&#39;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>