Recently, Michael D Mays wrote:

> I can take a snapshot of revBrowser and save the file:
> export snapshot from rect "0,0,100,100" to "aFile.png" as png .
> How do I save a copy of the snapshot to an image on the card?

Try this:

    export snapshot from rect "0,0,100,100" to someVar as PNG
    set the text of image "myimage" to someVar

Or this:

   import snapshot from rect a,b,c,d of this cd

Regards,

Scott Rossi
Creative Director
Tactile Media, UX Design


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to