Hey cool, that sounds great but I'm sorry I have to say that I don't understand those arguments and parameters.
in the image.php of the iPhone theme there is the following line wich prints the custom sized image. As far as I understood I have to put there something which tells if its an video (.mp4) just print the url to this video instead of the image.
`
<?php
$ls = isLandscape();
printCustomSizedImage(getImageTitle(), null, $ls?604:453, null, null, null, null, null, null, $ls?photoImg_l:photoImg_p);
?>
`
Am I right?