Using scaling when displaying quicktime

This commit is contained in:
moodler 2004-04-17 07:32:54 +00:00
parent a72170fb39
commit 245f5aaa61

View File

@ -297,8 +297,9 @@
echo '<param name="autoplay" value=true />';
echo '<param name="loop" value=true />';
echo '<param name="controller" value=true />';
echo '<param name="scale" value="tofit" />';
echo "\n<embed src=\"$fullurl\" name=\"quicktime\" type=\"$mimetype\" ";
echo ' height="450" width="600" ';
echo ' height="450" width="600" scale="tofit"';
echo ' autoplay="true" controller="true" loop="true" ';
echo ' pluginspage="http://quicktime.apple.com/">';
echo '</embed>';