RE: [Flashcoders] grabbing bitmapdata from a vector movieClip...

2006-08-09 Thread Bjorn Schultheiss
I second that for best solution 


Regards,
 
Bjorn Schultheiss
Senior Flash Developer
QDC Technologies

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ricky Bacon
Sent: Thursday, 10 August 2006 3:43 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] grabbing bitmapdata from a vector movieClip...

keitai guy wrote:
> What i want is a way to basically do a screen capture, outputting the 
> SWF /flash data to a file.

Use the draw method.  Create a BitmapData object of the appropriate size and
pass the clip you want as the first param.  The best solution for client to
data I've seen is from http://www.quasimondo.com/archives/000572.php

-Ricky
___
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] grabbing bitmapdata from a vector movieClip...

2006-08-09 Thread Ricky Bacon

keitai guy wrote:

What i want is a way to basically do a screen capture, outputting the
SWF /flash data to a file.


Use the draw method.  Create a BitmapData object of the appropriate size 
and pass the clip you want as the first param.  The best solution for 
client to data I've seen is from 
http://www.quasimondo.com/archives/000572.php


-Ricky
___
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