order_image

declaration:

function order_image(vid, desiredorder) => nil;

Reorder the specified VID to the desiredorder.

A side-effect from how this works, is that it can be used to re-attach a VID that has been detached and placed in a frameset.

vid = load_image(resource, startorder);
show_image(vid);

related functions:

caveats:


Related

Wiki: Video Functions
Wiki: load_image_asynch

MongoDB Logo MongoDB