Jump to content
xisto Community
Sign in to follow this  
paulmason411

Resizing A Quicktime File ?

Recommended Posts

Hi Guys,

Any idea on how to change the height and width of an embeded quicktime file?

<object  classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  codebase="http://forums.xisto.com/no_longer_exists/; width="520"  height="293">   <param name="SRC" value="Montage1.mov">   <param name="AUTOPLAY" value="true">  <param name="CONTROLLER" value="true">  <embed src="Montage1.mov" width="520" height="310" autoplay="true" controller="true"></object>

If I change the code:
<embed src="Montage1.mov" width="520" height="310" autoplay="true" controller="true">
to:
<embed src="Montage1.mov" width="520" height="390" autoplay="true" controller="true">
there is no apparent change.

Any thoughts?
Edited by paulmason411 (see edit history)

Share this post


Link to post
Share on other sites
<object  classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  codebase="http://forums.xisto.com/no_longer_exists/; width="520"  height="293">  <param name="SRC" value="Montage1.mov"></param>  <param name="AUTOPLAY" value="true"></param>  <param name="CONTROLLER" value="true"></param>  <embed src="Montage1.mov" width="520" height="310" autoplay="true" controller="true">	 </embed></object>
Close the param tags and the embed tag, which is proprietary, so is not part of the spec. You knew that, right?

Share this post


Link to post
Share on other sites

Here is a link to a page which may assist you further.
http://forums.xisto.com/no_longer_exists/


Hey jlhaslip, that tutorial was very helpful, I recomend it. I forgot to give a quicktime sample file, sorry about that. I would have suggested: C:\Program Files\Quicktime\Sample.qtif
Edited by paulmason411 (see edit history)

Share this post


Link to post
Share on other sites

There is not doubt about it just Change those numbers.Those are the legnth and width.I am pretty sure about this.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.