Hey Greg,
This looks like a perfect solution for my project, thanks for the tip!

-Eric



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of g.wygonik
Sent: Thursday, October 19, 2006 3:53 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Exporting from flash to vector format

Hi Eric

I'm not sure if it will help your exact situation, but my blazePDF component
will allow you to create a PDF document at run-time entirely within your
Flash app (no print drivers or anything). You could, in theory, use this to
create your PDF which retains vector representations of drawing commands,
allows bitmap images or MovieClips to be rendered as bitmap, and then save
the PDF. You can then open the PDF in Illustrator, Freehand, PhotoShop, et
al.

While I did have a Flash2EPS project many years ago, it was fairly limited
in scope. And since you mentioned MovieClips, I avoid going this route as it
was just basic drawing commands.

You can find more info on blazePDF at www.blazepdf.com (neat, huh?) ;-)

Hope that helps.

Cheers
g.


On 10/19/06, Eric Lee <[EMAIL PROTECTED]> wrote:
>
> Sorry, should've been a bit more specific --
>
> I have a swf that is dynamically generating vector data (placing movie
> clips, drawing lines, etc. according to predefined algorithms). I'm
> looking
> to export data generated from that swf to a vector format, and I don't
> think
> copy and paste works for this type of thing. Any recommendations?
>
> Thanks!
> -Eric
> ++
>
>
>


-- 
weblog: broadcast.artificialcolors.com
blazePDF: www.blazepdf.com
band: www.cutratebox.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to