I'm using the fancyZoom script to display all his graphics, layouts, photos, etc. but for some reason, whenever I try to display a myspace layout or even myspace.com itself, it won't show in the box because all it does is redirect to myspace itself or to the myspace page I defined. I've used both these methods below:
CODE
<iframe src="http://www.myspace.com/" style="width:100%; height:100%; vertical-align:bottom;" frameborder="0>
</iframe>
</iframe>
CODE
<object data="http://www.myspace.com/" style="width:100%; height:100%; vertical-align:bottom;" type="text/html">
</object>
</object>
Neither of them work, but the strange thing is that when I put in a different URL that isn't myspace, then it works. Yes, I've also tried using a completely separate page to hold the myspace layout but that won't work either.
Here's a basic rundown of the site and it's structure:
- Currently using Wordpress 2.8.4
- Currently using the jQuery script, a keypress navigation script, and the fancyZoom script.
- Using XHTML Transitional DTD.
- No Flash involved.
I can't possibly think of what could be wrong but I'm to the point where I'm pulling the hairs off my balls. D:< Please help me!