Hi Bradley

Don't try to get the image of the quicktime member as you do for a bitmap,
rather grab the stage at the location specified by your box

ie. if your box was at screen coordinates of rect :
rect(50,100,100,150)

then with the QT member set to non-DTS you should be able to capture that
section of the stage's image into a new image

l_ImageObject = image(50,50, 32)
l_ImageObject.copyPixels((the stage).image, rect(50,100,100,150),
ImageObject.rect)

that should give you an image of the piece of the stage that you want
including the QT member minus any control panel for the QT as that is
removed when setting the DTS to false.

Does that help at all

Sincerely

Mark R. Jonkman


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to