Hello family, thanks for your time...
I want this background for my website:
Yes, is a SWFOBJECT, but I dont know how to do it.
First. What file I need to modify? INDEX.PHP or STYLE.CSS? Both?
I have tried in different ways.
1. Inserting this code in index.php
<script type="text/javascript" src="pacotilla.es/ndxzsite/js/swfobject/swfobject.js"></…;
<script type="text/javascript">
var flashvars = {};
var params = {
wmode: "transparent",
loop: "true"
};
var attributes = {};
swfobject.embedSWF("simonerudolph.de/video/…", "flashback", "100%", "100%", "10.0.0","expressInstall.swf", flashvars, params, attributes);
2. Or Inserting this code in style.css
#flashback {
z-index: 1;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Which is the right way?
My website is pacotilla.es/… and now is DEFAULT (I have INDEXHIBIT 2.1)
Please... Can you help me? I think is easy but I cant find the key!