Re: [Flashcoders] swf2jpg conversion

2007-03-14 Thread info dehash

Prob too late but for the record Flirt does swf2png and it lives here:
http://flirt.sourceforge.net and the blurb starts thus: Flirt
contains a parser for reading SWF format files, a rasterizer for
rendering the vector shapes into bitmap...  which is pretty clear but
using it may not be for the faint hearted as the author says Flirt
suffered the fate of 99% of open source projects: I didn't get it
feature complete before I decided I didn't have enough time for it...
but when I last tried it it did work something like this: you give it
some fancy Actionscript and frame # and it spat out a PNG of what the
movie would look like on that frame.

-gary
http://www.dehash.com

On 2/6/07, Martin Wood-Mitrovski [EMAIL PROTECTED] wrote:

is there any chance you could put it somewhere publicly accessible?

im sure there are quite a few people who would like to use it (myself included)

thanks,

Martin

 Firstpixel wrote:
 There is some PHP that does it.

 email me and I will send you the php Classes.

 Gil Beyruth
 Criação e Desenv. Flash
 {FP}Firstpixel.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


Re: [Flashcoders] swf2jpg conversion

2007-03-14 Thread Mick G

All Flash 8 solutions.

http://www.sephiroth.it/tutorials/flashPHP/print_screen/

http://www.quasimondo.com/archives/000572.php

http://www.5etdemi.com/blog/archives/2006/06/saving-bitmaps-in-flash-a-fast-solution/

The PHP flash2jpg solutions that most people talk of are only for
rendering elements created with the drawing API from flash to JPG via the
PHP GD library like this...

http://jerryscript.hostrocket.com/flash/draw/basic/SWFDrawing2JPEG.html




On 3/14/07, info dehash [EMAIL PROTECTED] wrote:


Prob too late but for the record Flirt does swf2png and it lives here:
http://flirt.sourceforge.net and the blurb starts thus: Flirt
contains a parser for reading SWF format files, a rasterizer for
rendering the vector shapes into bitmap...  which is pretty clear but
using it may not be for the faint hearted as the author says Flirt
suffered the fate of 99% of open source projects: I didn't get it
feature complete before I decided I didn't have enough time for it...
but when I last tried it it did work something like this: you give it
some fancy Actionscript and frame # and it spat out a PNG of what the
movie would look like on that frame.

-gary
http://www.dehash.com

On 2/6/07, Martin Wood-Mitrovski [EMAIL PROTECTED] wrote:
 is there any chance you could put it somewhere publicly accessible?

 im sure there are quite a few people who would like to use it (myself
included)

 thanks,

 Martin

  Firstpixel wrote:
  There is some PHP that does it.
 
  email me and I will send you the php Classes.
 
  Gil Beyruth
  Criação e Desenv. Flash
  {FP}Firstpixel.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


___
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


Re: [Flashcoders] swf2jpg conversion

2007-02-06 Thread Martin Wood-Mitrovski

is there any chance you could put it somewhere publicly accessible?

im sure there are quite a few people who would like to use it (myself included)

thanks,

Martin


Firstpixel wrote:

There is some PHP that does it.

email me and I will send you the php Classes.

Gil Beyruth
Criação e Desenv. Flash
{FP}Firstpixel.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] swf2jpg conversion

2007-02-05 Thread Boris Turchik

Hey guys,

does anyone know about some tool/script for converting swf file to a
jpg/gif? It have to work on linux, no matter how - command-line tool,
php script, etc.
I found an article about similar problem in the archive, but single
useful word it says is 'Ming', and the link to the example is broken.
Maybe someone know how to use that to solve the problem?

Thx in advance,
Boris.

___
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


RE: [Flashcoders] swf2jpg conversion

2007-02-05 Thread rishi
Hi

You can use swftools for linux. Google it on Keyword swfTools

Thanks


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Boris
Turchik
Sent: Monday, February 05, 2007 4:53 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] swf2jpg conversion

Hey guys,

does anyone know about some tool/script for converting swf file to a
jpg/gif? It have to work on linux, no matter how - command-line tool,
php script, etc.
I found an article about similar problem in the archive, but single
useful word it says is 'Ming', and the link to the example is broken.
Maybe someone know how to use that to solve the problem?

Thx in advance,
Boris.

___
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


Re: [Flashcoders] swf2jpg conversion

2007-02-05 Thread Firstpixel

There is some PHP that does it.

email me and I will send you the php Classes.

Gil Beyruth
Criação e Desenv. Flash
{FP}Firstpixel.com
--
[EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: gil_sk8
+55 11 30133773

- Original Message - 
From: Boris Turchik [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 05, 2007 9:52 AM
Subject: Re: [Flashcoders] swf2jpg conversion


I thried that already. Thing is swftools actually can't convert swf to jpg. 
It can do jpg2swf, it can extract one o more frames (in swf format), and it 
can extract all images/resources from swf - but it can't do the job of 
making actual picture from swf.


rishi wrote:

Hi

You can use swftools for linux. Google it on Keyword swfTools

Thanks


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Boris
Turchik
Sent: Monday, February 05, 2007 4:53 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] swf2jpg conversion

Hey guys,

does anyone know about some tool/script for converting swf file to a
jpg/gif? It have to work on linux, no matter how - command-line tool,
php script, etc.
I found an article about similar problem in the archive, but single
useful word it says is 'Ming', and the link to the example is broken.
Maybe someone know how to use that to solve the problem?

Thx in advance,
Boris.

___
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




___
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


Re: [Flashcoders] swf2jpg conversion

2007-02-05 Thread Boris Turchik

It'd be very cool, pls send it to [EMAIL PROTECTED]

Firstpixel wrote:

There is some PHP that does it.

email me and I will send you the php Classes.

Gil Beyruth
Criação e Desenv. Flash
{FP}Firstpixel.com
--
[EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: gil_sk8
+55 11 30133773

- Original Message - From: Boris Turchik [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 05, 2007 9:52 AM
Subject: Re: [Flashcoders] swf2jpg conversion


I thried that already. Thing is swftools actually can't convert swf 
to jpg. It can do jpg2swf, it can extract one o more frames (in swf 
format), and it can extract all images/resources from swf - but it 
can't do the job of making actual picture from swf.


rishi wrote:

Hi

You can use swftools for linux. Google it on Keyword swfTools

Thanks


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Boris
Turchik
Sent: Monday, February 05, 2007 4:53 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] swf2jpg conversion

Hey guys,

does anyone know about some tool/script for converting swf file to a
jpg/gif? It have to work on linux, no matter how - command-line tool,
php script, etc.
I found an article about similar problem in the archive, but single
useful word it says is 'Ming', and the link to the example is broken.
Maybe someone know how to use that to solve the problem?

Thx in advance,
Boris.

___
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




___
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



___
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