[Flashcoders] Swf to image java library?

2006-10-19 Thread Rick Schmitty

Does anyone know of or how to implement a java library that can create
an image from a frame in your flash movie (for thumbnails and such)

http://www.bytescout.com/swftoimage.html


Thanks!
___
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] Swf to image java library?

2006-10-19 Thread Robert r. Sanders
I could probably figure out where to start, at least on windows (where 
I'd probably use SWT's ActiveX hosting ability to load the Flash 
Player), I don't know about on other platforms.


Rick Schmitty wrote:

Does anyone know of or how to implement a java library that can create
an image from a frame in your flash movie (for thumbnails and such)

http://www.bytescout.com/swftoimage.html


Thanks!
___
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

--
   Robert r. Sanders
   Chief Technologist
   iPOV
   (334) 821-5412
   www.ipov.net

___
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] Swf to image java library?

2006-10-19 Thread Andy Herrman

My guess is that would be pretty difficult to do.  Given that the the
swftoimage library you linked to requires that the player be
installed, my guess is that it loads the player's ActiveX control and
uses that to extract the image information.

I don't know of any way to load an ActiveX control in Java so I'm not
sure how you'd go about implementing this.  You could create a DLL in
C++ or C# (I think you can make C# DLLs) and load that in Java and
then call that to do it, but that would get a bit tricky.

  -Andy

On 10/19/06, Rick Schmitty [EMAIL PROTECTED] wrote:

Does anyone know of or how to implement a java library that can create
an image from a frame in your flash movie (for thumbnails and such)

http://www.bytescout.com/swftoimage.html


Thanks!
___
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