I am having a problem with displaying swf's in a php generated html page. the problem is that when I load the text content and the path to the swf from the database the swf overlaps the text.
I am using xtemplate to parse out my html pages as an object, so therefore I am completely seperating my html code from my php code. I create html templates and then parse them as blocks into the main html page.
Is there a way to keep the swf from overlaping the text?
I was thinking of writing a separate image script that would call the swf and load an swf header.
If anyone knows how to keep the swf from overlaping the text let me know. I am also having problems with jpegs overlaping jpegs and text over lapping text.
Greg