• Resolved tederler

    (@tederler)


    I spent all day yesterday trying to embed a swf file into my wordpress template. I was so excited to see it show up that I didn’t really care that it was being offset to the right about 15 or 20 pixels. Well, now I care. I’ve looked through a lot of css (where I suspect the problem is). Does anyone have any ideas? here’s the site…
    http://www.tbecentral.net/1st5sacdent/
    The swf is just a place holder. don’t look at it topo long, it will make you dizzy. 🙂
    thanks for any help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your Flash object is 960px wide, you put it in a container #columns which is also 960px wide, but has 15px right and left paddings. And that is your problem.

    So you can either reduce object’s width by 30px or, if you don’t want the paddings, wrap object in a div and set left margin to -15px.

    Thread Starter tederler

    (@tederler)

    Thanks man. that helped.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flash Animation will not center’ is closed to new replies.