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! _______________________________________________ [email protected] 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
_______________________________________________ [email protected] 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

