I have been unable to resize a MediaRoll player in the TEXT widget that I have placed in the Homepage Sidebar. I have contacted the designer of MediaRoll and in the following code I can resize, but for whatever reason the TEXT widget is constraining what I can do as far as resizing. Any changes I make to size do not show as changes to my Sidebar. At first I thought the size of the widget was the problem, which I just expanded, but still there is something else going on...and ideas if this is an issue with the Sidebar or perhaps a problem with the HTML code.
..many thanks
www.profilingguru.com
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="220" height="400" id="ScreencastMediaRoll" align="middle"> <param name="allowScriptAccess" value="always"> </param> <param name="wmode" value="opaque"> </param> <param name="movie" value="http://www.screencast.com/inc/flash/ScreencastMediaRoll.swf"> </param> <param name="quality" value="high"> </param> <param name="bgcolor" value="#GGGGGG"> </param> <param name="FlashVars" value="configfile=http://www.screencast.com/users/beoleary/folders/Animations/mediaRollConfig.xml"> </param> <embed src="http://www.screencast.com/inc/flash/ScreencastMediaRoll.swf" quality="high" bgcolor="#FFFFFF" wmode="opaque" width="220" height="400" name="ScreencastMediaRoll" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="configfile=http://www.screencast.com/users/beoleary/folders/Animations/mediaRollConfig.xml"> </embed></object>