Now the thing is when I write my website with http://www.unleashweb.com everything shows up perfect as I want as you can see with the image http://img24.imageshack.us/img24/2462/normalmdm.jpg Now if I don't write the www. just straight http://unleashweb.com the website kind of shrinks and the Flash does not work. Now I tried troubleshooting But I got lazy and I just went back to the site now and I still see this problem. So I wan to get it fixed. Anyone know what is causing it? Who ever finds a fix to this problem I will try giving them some sort of reward
Just use an absolute URL for the flash file so it'd be like: <object width="474" height="200"> <param name="movie" value=[B]"http://www.unleashweb.com/slider.swf"[/B]> <embed src=[B]"http://www.unleashweb.com/slider.swf"[/B] width="474" height="200"> </embed> </object> Code (markup): Cause it's trying to load it without the www. otherwise
I removed http://www.unleashweb.com/ and now the flash shows up with and without the www. but now the problem is without the www. the website still appears shrunk you can notice it.
I can't see any difference between www. and non-www. in IE8 or Firefox, everything appears the same. Maybe post a screenshot of the website appearing shrunk? Anyhow your better off doing a re-direction, so that users who do not type in the www. get re-directed to the address with www. , because some search engines might index your site twice..and treate non-www and www as 2 completley different websites, causing other problems such as shared pr, dupe content etc.. You can do this using a 301 redirection which can be done via .htaccess on apache servers
Yeah I fixed the problem it was actually a Zoom in so I just reseted on my browser dope I'm so stupid. I should eh, I will redirect it tonight