Re: [swfmill] Splitting simple dialect in several files

2008-04-22 Thread Maxim Prokoshin
like: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ralf Fuest Sent: Monday, April 21, 2008 7:03 PM To: swfmill@osflash.org Subject: Re: [swfmill] Splitting simple dialect in several files Thanks fo

Re: [swfmill] Splitting simple dialect in several files

2008-04-21 Thread Ralf Fuest
Thanks for the test files. There is a bug in the include feature. The include tag doesn't work correctly inside a library tag. But you can easily rewrite your code: testResource.xml: incl.xml: Ralf > Ok, here is

Re: [swfmill] Splitting simple dialect in several files

2008-04-20 Thread Ralf Fuest
Can you send me a complete example with all haXe, swfmill and resource files? It would be easier to find the problem this way. Ralf > Thank you, but it still doesn't work for us. > I tested it. We can't access embedded images (from haXe) while they are > included to swf in this way with . > Flas

Re: [swfmill] Splitting simple dialect in several files

2008-04-14 Thread Maxim Prokoshin
On Behalf Of Ralf Fuest Sent: Saturday, April 12, 2008 7:04 PM To: swfmill@osflash.org Subject: Re: [swfmill] Splitting simple dialect in several files If I remember correctly the include tag simply copies all tags inside the movie tag of the included file to the position of the include tag. So you

Re: [swfmill] Splitting simple dialect in several files

2008-04-12 Thread Ralf Fuest
/> and neither worked. Are you doing > >> something like: > >> swfmill file1.xml file1.swf > >> swfmill file2.xml file2.swf > >> and then using both these in haXe as separate swf -lib items? > > > >> I imagine there are some OK workarounds for this. > > >

Re: [swfmill] Splitting simple dialect in several files

2008-04-12 Thread Gabino Travassos
ssage - From: "Michael Pliskin" <[EMAIL PROTECTED]> To: "Gabino Travassos" <[EMAIL PROTECTED]> Cc: Sent: Saturday, April 12, 2008 1:20 AM Subject: Re: [swfmill] Splitting simple dialect in several files > Hello Gabino, > > doesn't have an id attr

Re: [swfmill] Splitting simple dialect in several files

2008-04-12 Thread Michael Pliskin
> From: "Michael Pliskin" <[EMAIL PROTECTED]> > To: "Gabino Travassos" <[EMAIL PROTECTED]> > Cc: > Sent: Friday, April 11, 2008 9:25 AM > Subject: Re: [swfmill] Splitting simple dialect in several files >> Hello Gabino, >> >> thanks fo

Re: [swfmill] Splitting simple dialect in several files

2008-04-11 Thread Gabino Travassos
- Original Message - From: "Michael Pliskin" <[EMAIL PROTECTED]> To: "Gabino Travassos" <[EMAIL PROTECTED]> Cc: Sent: Friday, April 11, 2008 9:25 AM Subject: Re: [swfmill] Splitting simple dialect in several files > Hello Gabino, > > thanks for the re

Re: [swfmill] Splitting simple dialect in several files

2008-04-11 Thread Michael Pliskin
ael Pliskin" <[EMAIL PROTECTED]> GT> To: "Ralf Fuest" <[EMAIL PROTECTED]> GT> Cc: GT> Sent: Friday, April 11, 2008 8:05 AM GT> Subject: Re: [swfmill] Splitting simple dialect in several files >> Hello Ralf, >> >> I've finally managed

Re: [swfmill] Splitting simple dialect in several files

2008-04-11 Thread Gabino Travassos
lt;[EMAIL PROTECTED]> Cc: Sent: Friday, April 11, 2008 8:05 AM Subject: Re: [swfmill] Splitting simple dialect in several files > Hello Ralf, > > I've finally managed to try the function of splitting an xml into > pieces I asked you to implement several months ago, and found a

Re: [swfmill] Splitting simple dialect in several files

2008-04-11 Thread Michael Pliskin
Hello Ralf, I've finally managed to try the function of splitting an xml into pieces I asked you to implement several months ago, and found a problem: I can easily compile an swf from pieces but the resources are not available. The xmls look like: root.xml

Re: [swfmill] Splitting simple dialect in several files

2007-10-08 Thread Michael Pliskin
Hello Ralf, Thanks a lot, you're really fast!! I am going to try it out asap and report any problems I might find. -- Thanks a lot again, Mike RF> the function you described didn't exist in swfmill. But I think it is a RF> useful feature, so I implemented it and now the svn version suppor

Re: [swfmill] Splitting simple dialect in several files

2007-10-07 Thread Ralf Fuest
Hello Michael, the function you described didn't exist in swfmill. But I think it is a useful feature, so I implemented it and now the svn version supports this feature. The syntax is equal to your proposal. The included files need to have the same format as any other swfml simple file. All tags in

[swfmill] Splitting simple dialect in several files

2007-10-07 Thread Michael Pliskin
Hello all, I am sorry if this is a newbie question, but I didn't find anything on the net yet. Is there a way to split a simple dialect XML file into several ones? I'd like to have something like include functionality, so you can write it like and another.xml would be processed as a