PDA

View Full Version : attachVideo(null) vs. clear()


dsdsdsdsd
08-07-2005, 07:57 PM
hello;

what is the difference between :
Vobj_mc.attachVideo(null)
and
Vobj_mc.clear()?

any thoughts
thanks
dsdsdsdsd

theflash
08-11-2005, 01:12 PM
attachVideo(null) detaches video object from your NetStream Object... whereas .clear() will clear the frame being displayed or which is left on the video object

dsdsdsdsd
08-12-2005, 12:22 PM
thanks