paulmason411 0 Report post Posted February 8, 2007 (edited) 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 February 8, 2007 by paulmason411 (see edit history) Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted February 8, 2007 Change the height/width of the Object code codebase="http://forums.xisto.com/no_longer_exists/; width="520" height="293"> Share this post Link to post Share on other sites
paulmason411 0 Report post Posted February 9, 2007 I tried that and it didn't change anything. does it work for you? Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted February 9, 2007 <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
jlhaslip 4 Report post Posted February 9, 2007 Here is a link to a page which may assist you further.http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
paulmason411 0 Report post Posted February 9, 2007 (edited) 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 February 9, 2007 by paulmason411 (see edit history) Share this post Link to post Share on other sites
TypoMage 0 Report post Posted February 9, 2007 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