Re: [swfmill] useNetwork bug?

2008-03-28 Thread Quentin
In fact the possible options for useNetwork are 0 or 1. I updated the docs. Quentin. http://toki-woki.net On Fri, Mar 28, 2008 at 1:48 PM, Eric Priou [EMAIL PROTECTED] wrote: I've updated the osflash doc : http://osflash.org/swfmill#flash_8_new_features Please check the correctness. Cheers.

Re: [swfmill] useNetwork bug?

2008-03-24 Thread Quentin
Hi there! In fact there was a bug, that can easily be fixed by specifying both FileAttributes (the tag, with useNetwork attribute) and local-access (the attribute on the movie tag)... Hope this helps. Quentin. http://toki-woki.net On Tue, Mar 18, 2008 at 8:56 PM, Eric Priou [EMAIL PROTECTED]

Re: [swfmill] useNetwork bug?

2008-03-17 Thread Quentin
Hi there! I finally had time to build a simple example showing what causes me trouble... Here's the story: I have a process that builds swf files for clients on demand. These files load, when executed, a file on our server. And I've noticed that in most cases this load fails... I searched a bit

Re: [swfmill] useNetwork bug?

2008-03-17 Thread Naoki INADA
Okey. I catch it. It's very simple problem. swfmill makes FileAttributes tag from attributes in movie tag when using simple dialect. And swfmill copies your FileAttributes tag into in.xml You should put local-access=network attribute into movie tag. For example, you should modify in.xml like

Re: [swfmill] useNetwork bug?

2008-03-17 Thread INADA Naoki
del And swfmill copies your FileAttributes tag into in.xml /del And swfmill copies your FileAttributes tag from in.xml into out.swf Naoki INADA wrotes: Okey. I catch it. It's very simple problem. swfmill makes FileAttributes tag from attributes in movie tag when using simple dialect. And

Re: [swfmill] useNetwork bug?

2008-03-17 Thread Quentin
Well nope. No other issue! Thanks again. On Mon, Mar 17, 2008 at 2:39 PM, Quentin [EMAIL PROTECTED] wrote: Wow! Can't believe it was that simple, damn it! A big thank you, and a hat tip to this great community! I have an other issue, which I will share on a other thread, not to mix things

Re: [swfmill] useNetwork bug?

2008-03-11 Thread Quentin
Damn, it seems like I'm the only one waiting for this. Noaki, did you find a clue? Quentin. On Wed, Feb 27, 2008 at 2:31 PM, Quentin [EMAIL PROTECTED] wrote: You might be interested in reading this previous mail: http://osflash.org/pipermail/swfmill_osflash.org/2007-December/001615.html If

Re: [swfmill] useNetwork bug?

2008-03-11 Thread Naoki INADA
I tried following. 1. child.xml ?xml version=1.0 encoding=utf-8 ? movie width=320 height=240 framerate=12 FileAttributes hasMetaData=0 useNetwork=0/ background color=#ff/ frame/ /movie 2. parent.xml ?xml version=1.0 encoding=utf-8 ? movie width=320 height=240 framerate=12

Re: [swfmill] useNetwork bug?

2008-03-11 Thread Quentin
Yes, for complex SWFs it didn't act the same... I also have the SVN version! I'll send some files that won't work for you to test. Thanks! Quentin. On Tue, Mar 11, 2008 at 4:39 PM, Naoki INADA [EMAIL PROTECTED] wrote: I tried following. 1. child.xml ?xml version=1.0 encoding=utf-8 ? movie

Re: [swfmill] useNetwork bug?

2008-03-11 Thread Eric Priou
Hi, Yes, for complex SWFs it didn't act the same.. What do you mean with complex swf ? Eric Priou aka erixtekila Articles : http://www.v-i-a.net/inprogress Oregano : http://www.v-i-a.net/inprogress/doku.php/oregano Oregano forum : http://www.v-i-a.net/forum/

Re: [swfmill] useNetwork bug?

2008-03-11 Thread Quentin
I mean: various Flash versions (6,7,8) and/or heavy (in bytes) SWFs and/or many items in the library... I'll send examples tomorrow when I get back to work! Quentin. http://toki-woki.net On Tue, Mar 11, 2008 at 7:39 PM, Eric Priou [EMAIL PROTECTED] wrote: Hi, Yes, for complex SWFs it didn't

Re: [swfmill] useNetwork bug?

2008-02-27 Thread Quentin
Hello list, I didn't get any feedback on it so I thought I might push it up. Sorry for being boring but this issue is causing quite a big trouble with the way I'm using swfmill and I'd love to see it fixed... What I feel most sorry about is that I can't fix the issue myself so I have to bother you

Re: [swfmill] useNetwork bug?

2008-02-27 Thread INADA Naoki
I wonder if there are two FileAttribute tags in original swf file. Would you show us the original swf file? On Wed, 27 Feb 2008 10:36:49 +0100 Quentin [EMAIL PROTECTED] wrote: Hello list, I didn't get any feedback on it so I thought I might push it up. Sorry for being boring but this issue is

Re: [swfmill] useNetwork bug?

2008-02-15 Thread Quentin
I there! Sorry for coming back to you once again but it seems like even with the patch applied (I'm running swfmill 0.2.12.6) I still get duplicate FileAttributes tags with different useNetwork attributes... Here are the first lines of an XML got via swf2xml : ?xml version=1.0? swf version=8

Re: [swfmill] useNetwork bug?

2008-02-14 Thread Quentin
I there! Well, we finally got it working! But I was wondering if the patch had been applied to the SVN? Quentin. On Thu, Dec 20, 2007 at 8:51 PM, Quentin [EMAIL PROTECTED] wrote: Well, I installed it and nothing changed... Still looking for help! Quentin. On Dec 20, 2007 7:53 PM, Ralf

Re: [swfmill] useNetwork bug?

2008-02-14 Thread Ralf Fuest
I've applied the patch to the svn in the end of december. Ralf Am Donnerstag, den 14.02.2008, 18:19 +0100 schrieb Quentin: I there! Well, we finally got it working! But I was wondering if the patch had been applied to the SVN? Quentin. On Thu, Dec 20, 2007 at 8:51 PM, Quentin [EMAIL

Re: [swfmill] useNetwork bug?

2008-02-14 Thread Quentin
Great, thanks! Quentin. On Thu, Feb 14, 2008 at 7:45 PM, Ralf Fuest [EMAIL PROTECTED] wrote: I've applied the patch to the svn in the end of december. Ralf Am Donnerstag, den 14.02.2008, 18:19 +0100 schrieb Quentin: I there! Well, we finally got it working! But I was wondering if

Re: [swfmill] useNetwork bug?

2007-12-20 Thread Quentin
Well, I tried lots of things and I'm stuck with errors... First weird thing (when running ./autogen.sh or ./configure) I get this (amongst lots of found things), but no explicit error : checking for working makeinfo... missing And then the make command brings lots of errors... Here are the

Re: [swfmill] useNetwork bug?

2007-12-20 Thread Ralf Fuest
You need to install the libxml2 development files. The package you need to install is called libxml2-dev or something similar. Ralf Well, I tried lots of things and I'm stuck with errors... First weird thing (when running ./autogen.sh or ./configure) I get this (amongst lots of found

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Quentin
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

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Daniel Fischer
On Wed, 19 Dec 2007 10:39:02 +0100 Quentin [EMAIL PROTECTED] wrote: /bin/sh: line 1: xsltproc: command not found you'll need xsltproc- it's usually part of libxslt (maybe sth like libxslt-dev?). also, it would be much better to start from the svn sources than 0.2.12.4... -dan

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Quentin
Well, I think I'm not skilled enough for that... I've never used SVN and I'm afraid of doing something wrong! I think I know how to install xsltproc but I might not be able to go further... Too bad! Quentin. On Dec 19, 2007 5:01 PM, Daniel Fischer [EMAIL PROTECTED] wrote: On Wed, 19 Dec 2007

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Mark Winterhalder
On Dec 19, 2007 5:40 PM, Quentin [EMAIL PROTECTED] wrote: Well, I think I'm not skilled enough for that... I've never used SVN and I'm afraid of doing something wrong! It's not too hard. Try this: (to get svn: sudo apt-get install subversion) cd /tmp svn co http://swfmill.org/svn/trunk swfmill

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Quentin
Thanks very much for these steps, you guys are very helpful! So, I tried and I got this error while running the 'make' command : Making all in src make[1]: Entering directory `/var/swfmill-svn/src' make[1]: *** No rule to make target `gSWFParseXML.cpp', needed by `Makefile'. Stop. make[1]:

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Daniel Fischer
On Wed, 19 Dec 2007 18:16:32 +0100 Quentin [EMAIL PROTECTED] wrote: Sorry about that! no need to be sorry.. you do have xsltproc installed now? it's needed from autogen.sh, too. you can also try manually # cd swfmill.../src/ # xsltproc codegen/mk.xsl codegen/source.xml # cd .. # ./configure

Re: [swfmill] useNetwork bug?

2007-12-18 Thread Quentin
Hello, First of all, sorry to re-post this, but I'm working on a project that really needs to have this bug (?) fixed in swfmill! If someone out there has the ability to do it, it'd be a nice Christmas present... Once again, sorry for upping this thread... But holidays'll be here soon! Quentin.

Re: [swfmill] useNetwork bug?

2007-12-18 Thread Mark Winterhalder
On Dec 18, 2007 4:29 PM, Quentin [EMAIL PROTECTED] wrote: Hello, First of all, sorry to re-post this, but I'm working on a project that really needs to have this bug (?) fixed in swfmill! If someone out there has the ability to do it, it'd be a nice Christmas present... Once again, sorry

Re: [swfmill] useNetwork bug?

2007-12-18 Thread Daniel Fischer
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