Hi,
I am creating a flash website, check it at
http://devincheevers.com/mcmdemo/
I want it so that the background pattern which is a .swf (set to 100% height and 100% width) in the html scales with the browser window.
I have it working fine on my browser (Windows Internet Explorer), but it doesn’t display properly in my Firefox (the pattern seems to stay centered and at a fixed height of 650)
Could someone check it and see if it displays properly on their browser?
You can check my source code on the html. As I think the error is there with my tables (hate tabels)
I am using this line of code to align the .swf which I load on top of the pattern.
<param name=“salign” value=“T” />
This seems to align it horizontally, but how do I get it to align vertically.
Any help would be very much appreciated!
Thanks
Dev