compress 1 file into several zip-files

zip eg. 1 big movie-file into several small zip-files:

zip -r -s MaximumSize ArchiveName.zip inputfilename.mov

maximumsize is given in MB. example:
zip -r -s 300 archive.zip inputfile.mov (if 3g is used, it will be 3GB split)