Re: [swfmill] alternative vector sources

2007-02-28 Thread Christopher Brian Jack
On Wed, 28 Feb 2007, Darren Cook wrote: What about the second question then? Is there something I can store vectors as that the AS can access the controls point and vertices with? If you had your vertices in JSON format it is basically actionscript so could be compiled by MTASC. You

Re: [swfmill] mix simple and lower level tags

2007-02-28 Thread daniel fischer
Benjamin Campin [EMAIL PROTECTED] (on Mon, 26 Feb 2007 14:56:03 -0500): I was not able to get the expected results, I am not able to mix the 2 formats. My font is not included in the result. Perhaps I missed something ? can you send me a sample of this? maybe i can get it to work :) -dan

Re: [swfmill] alternative vector sources

2007-02-28 Thread Jon Molesa
I think he want to take a swf created in flash that does contain a vector object and swfmill swf2xml vector.swf vector.xml What tags should he look for in the xml output? What does a vecotr object drawn in flash proper come out as in smfmill's XML output? ? i dont understand this

Re: [swfmill] alternative vector sources

2007-02-28 Thread daniel fischer
Christopher Brian Jack [EMAIL PROTECTED] (on Wed, 28 Feb 2007 08:21:24 -0800 (PST)): Yes. So if I went to flash, drew a star, then run the above what would I be getting in the XML? Why not just try it? This is how i started understanding the SWF format. I don't own

[swfmill] Getting started question

2007-02-28 Thread Joseph Donth
I am new to swfmill and have two questions. First, is there a way to search the archives for a subject. I don't want to post a question that has been already answered but I can't find any way to research it (without reading the whole list). Second, my problem I am seeking assistance with: I

Re: [swfmill] Getting started question

2007-02-28 Thread Jon Molesa
* Joseph Donth [EMAIL PROTECTED] wrote: Welcome, hope you find it useful. I am new to swfmill and have two questions. Google: site:osflash.org/pipermail/swfmill_osflash.org [Your Search Term] First, is there a way to search the archives for a subject. I don't want to post a question that has

Re: [swfmill] alternative vector sources

2007-02-28 Thread daniel fischer
Christopher Brian Jack [EMAIL PROTECTED] (on Wed, 28 Feb 2007 09:13:29 -0800 (PST)): Am I catching that right? Flash just imports everything to a bunch of actionscript? With the only difference being the stuff in DefineShape supports multiple frames whereas runtime AS doesn't? There

Re: [swfmill] mix simple and lower level tags

2007-02-28 Thread Benjamin Campin
Hi Dan, Here is the example: ?xml version=1.0? swf version=8 compressed=1 Header framerate=12 frames=1 size Rectangle left=0 right=11000 top=0 bottom=8000/ /size tags font objectID=1 id=vera import=library/vera.ttf glyphs=0123456789/ FileAttributes hasMetaData=0

Re: [swfmill] mix simple and lower level tags

2007-02-28 Thread Benjamin Campin
Ah, Obviously, Thanks Dan, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of daniel fischer Sent: February 28, 2007 1:32 PM To: swfmill@osflash.org Subject: Re: [swfmill] mix simple and lower level tags Benjamin Campin [EMAIL PROTECTED] (on Wed, 28 Feb

Re: [swfmill] mix simple and lower level tags

2007-02-28 Thread Benjamin Campin
Dan, correct me if I am wrong, This works if we use the swfmill simple foo.xml foo.swf However it is not working with swfmill xml2swf foo.xml foo.swf Benjamin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of daniel fischer Sent: February 28, 2007

Re: [swfmill] mix simple and lower level tags

2007-02-28 Thread daniel fischer
Benjamin Campin [EMAIL PROTECTED] (on Wed, 28 Feb 2007 15:34:02 -0500): Dan, correct me if I am wrong, This works if we use the swfmill simple foo.xml foo.swf However it is not working with swfmill xml2swf foo.xml foo.swf no correction here, you're exactly