SWFDisplayItem_flush(3) SWFDisplayItem_flush(3)
NAME
SWFDisplayItem_flush - This function writes the item object immediately
to the blocklist.
SYNOPSIS
#include <ming.h>
SWFDisplayItem_flush(3) item);
PARAMETERS
SWFDisplayItem item
Item to write.
DESCRIPTION
Usually MING waits with writing a display item until a frame is closed
through a nextFrame() call, because a display items state could be
altered for the current frame. By using SWFDisplayItem_flush() MING
does not wait and writes the frame immediately. Therefore a user can
influence the swf tag oder. Changing a display items state after call-
ing flush() takes effect in the next frame.
c2man displaylist.c 23 September 2008 SWFDisplayItem_flush(3)
ming 0.4.3 - Generated Tue Dec 7 09:22:39 CST 2010
