When using the CMS system,, I have an option to "upload" the SFW file to a cloud server. (this is where all of my images and files used in my CMS system are managed). to be more specific - I'm not coding this by hand... I am using the user-interface provided in the CMS system. It has no over riding values.
_This is the CODE surrounding the movie when placed:_
(according to my developer tools)
<div class="bodyContent">
<div class="maincontenthome">
<div id="ctl00_ctl00_cpMainBody_pnlBanner">
<font face="Tahoma" style="font-size: 13px;">
<font face="Tahoma" style="font-size: 13px;">
<object width="150" height="150" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param value="/cloudFiles/peacock-press\/userimages/c1/uploads/flash/Slideshow1.swf" name="Movie">
<param value="true" name="play">
<param value="high" name="quality">
<param value="transparent" name="wmode">
<param value="false" name="loop">
<param value="false" name="menu">
<embed width="150" height="150" menu="false" loop="false"
wmode="transparent" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"
src="/cloudFiles/peacock-press%5C/userimages/c1/uploads/flash/Slideshow1.swf">
---------END------------
I've tried adding code below to the CSS for
div class "maincontenthome"
...but I've not seen any success from this:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="/cloudFiles/peacock-press\/userimages/c1/uploads/flash/Slideshow1.swf" name="Movie" width="100%" height="100%">
I'm not sure if this answers your question but I hope it helps.
Thanks in advance for your help.
[edited by: alt131 at 8:20 pm (utc) on Jan 13, 2012]
[edit reason] Side Scroll [/edit]