The only way to adjust the size of the video player is to change the values in the Video Player settings you can choose Small Or Large. Or you can hack the xml for
Really advanced users. The First Place is going to be in the object and embed tags:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
id="CC3624420" align="middle">
<param name="movie" value="myvideoplayer.swf"/>
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="myvideoplayer.swf" quality="high" bgcolor="#ffffff"
name="CoffeeCup" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
Then the xml file:
and
<video
x="4"
y="5"
visible="t"
></video>
So that is a lot to do and you may have unexpected results all the buttons and controls will likely have to be modified too. A little time and some math with percentages and you may be able to do it. Of Course you could just choose the Player Size Small or large on the Video player Settings!
Jon Wilson
Support Specialist
CoffeeCup Software Inc.
An Internet 500 Company