panzer
01-01-2011, 09:48 PM
Hello,
I am trying to change the background music on our website to be continuous, right now the music restarts every time you go to a new page. The webmaster who designed the website has this coding on the header page on the includes folder, he said setting it to restart with every page change was the only way we could set it up to be compatible with seo, I have had mixed information about this. Can anyone tell me how I should change this code without affecting the seo results. THANK YOU
[code]
<script type="text/javascript">
var flashvars = {};
flashvars.width = "70";
flashvars.height = "50";
var params = {};
params.wmode = "transparent";
var attributes = {};
attributes.id = "music";
swfobject.embedSWF("background_music.swf", "music", "70", "50", "8.0.0", true, flashvars, params, attributes);
</script>
[code]
I am trying to change the background music on our website to be continuous, right now the music restarts every time you go to a new page. The webmaster who designed the website has this coding on the header page on the includes folder, he said setting it to restart with every page change was the only way we could set it up to be compatible with seo, I have had mixed information about this. Can anyone tell me how I should change this code without affecting the seo results. THANK YOU
[code]
<script type="text/javascript">
var flashvars = {};
flashvars.width = "70";
flashvars.height = "50";
var params = {};
params.wmode = "transparent";
var attributes = {};
attributes.id = "music";
swfobject.embedSWF("background_music.swf", "music", "70", "50", "8.0.0", true, flashvars, params, attributes);
</script>
[code]