How do you crop a youtube video for myspace?
Even after looking at the image, I am not sure what you want. By “crop” do you mean the same as if an image is cropped, where only a section of it becomes a new image? Clip will do this to a video, as long as the wmode is not set to transparent or opaque (I have had trouble getting clip to work with wmode window). I have an example which clips off the controls here: http://views-under-construction.blogspot… By altering the values of the clip, you can crop it to different sub sections of the video. Leave a comment on the above page, with a link to the video you want to crop, along with an image which shows the whole video, along with a border showing the area you want to show. I will give you the code with the needed values. Another way is to put it in a div, and use a combination of positioning and overflow hidden.