I've got an html5 file that I exported using Google Swiffy and it works fine (simple animation).

I'm using a basic php include to try to embed that animation in a specific place on a php page, but it appears at the bottom of the page, below all the other content and nothing that I do seems to move it...

Here's the code:

Code:
<div id="id8_outside" style="   margin:0px; padding:0px; position:absolute; left:46px; top:121px; width:770px; z-index: 1;visibility: show;"><div id="id8_inside">
HERE
  <?php include("flashfinals/converted/dogCat.html"); ?>

</div></div>
Now, the strange thing is that the "HERE" text appears in the correct place, but the animation is at the bottom of the page...grrr...

Any ideas??

Thanks!!