Re: [swfmill] simple dialect and creating data.

2006-07-06 Thread Martin Wood
yeah i considered trying to use flasm in some way..i used to work with it a lot but for my purposes its easy enough to create a swf, turn it into xml and create the structure i need. what i might do if i get the time is to add some data constructs to the simple dialect so you can declare data

Re: [swfmill] simple dialect and creating data.

2006-07-06 Thread erixtekila
I think you should consider looking at flasm and mimic the actions in order to create custom simple as injection from swfmill. There should differencies but the order should be the same. Anyone for an flasm to xslt to swfmill-s ? Best luck --- erixtekila http://blog.v-i-a.net/

Re: [swfmill] simple dialect and creating data.

2006-07-06 Thread Martin Wood
thanks Mark, now i know im going the right way so i have a small demo working now :) my xml file looks like this :

Re: [swfmill] simple dialect and creating data.

2006-07-06 Thread Quentin
How can we access them via ActionScript ?Do we have to use specific tags ?On 7/6/06, Mark Winterhalder <[EMAIL PROTECTED] > wrote:> Do tags that arent specifically part of the simple dialect get passed through > the transform or are they discarded?They get passed through.MarkOn 7/6/06, Martin Wood

Re: [swfmill] simple dialect and creating data.

2006-07-06 Thread Mark Winterhalder
> Do tags that arent specifically part of the simple dialect get passed through > the transform or are they discarded? They get passed through. Mark On 7/6/06, Martin Wood <[EMAIL PROTECTED]> wrote: > Is there an (easy) way to declare an array using the simple dialect? > > OR, maybe what i nee

Re: [swfmill] simple dialect and creating data.

2006-07-06 Thread Quentin
Good question, if anyone has any idea in this, I'll be interested too !Cheers !On 7/6/06, Martin Wood < [EMAIL PROTECTED]> wrote:Is there an (easy) way to declare an array using the simple dialect? OR, maybe what i need to ask is this :Do tags that arent specifically part of the simple dialect get

[swfmill] simple dialect and creating data.

2006-07-05 Thread Martin Wood
Is there an (easy) way to declare an array using the simple dialect? OR, maybe what i need to ask is this : Do tags that arent specifically part of the simple dialect get passed through the transform or are they discarded? From flash I created a swf with a simple array declaration and generate