Jump to content

[SOLVED] embed / object flash swf in editorial (homepage) - help


Recommended Posts



trying to add a flash banner to the homepage...it's simple object/embed code and the flash banner shows up, but it's about HALF the size? also, has issues with different browsers...

I tried the same code in separate html page and it works fine, so i'm guessing somewhere the size is being limited..can anyone help????????


Site: www.ixessories.com


<object id="editorial" width="835" height="400">



     <embed type="application/x-shockwave-flash"
      pluginspage="http://www.macromedia.com/go/getflashplayer"
      width="835" height="400" 
      name="editorial" src="editorial.swf"
      bgcolor="#FFFFFF" quality="high"
      swLiveConnect="true" allowScriptAccess="samedomain"
     ></embed>
  </object>

Link to comment
Share on other sites

I see you are using the Moon theme. It seems to have the centre column height fixed at 415px on line 78 of themes/moon/css/global.css:

#main_center_column {width:878px; margin:0 auto 0 auto; height:415px;}



So the height of the centre column will always be at least 415px. If the containing elements are larger than that, it should expand to fit them.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...