My new full edition SKINS

Post Reply
firehell
Posts: 48
Joined: Sun May 13, 2007 12:28 pm
Contact:

including loading skin, tools skin and information skin:
corela012.jpg
corela012.jpg (60.93 KiB) Viewed 13173 times
corela013.jpg
corela013.jpg (59.23 KiB) Viewed 13171 times
http://www.panomap.cn/firehell/test.swf
panomap.ggsk
(628.93 KiB) Downloaded 4658 times
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

This is 'firehell' page code to display his panorama. I would really like to be able to see Firehell's panorama but ??? But I can't. I only see a blank white screen - lower left status says "Done with errors".

I did use FoxFire to view the page... and I do like the glass gel like tool bar. Good Work

Question: Why won't this work on IE 7 ? Is there some IE 7 security option I need to enable ? or disable? sripting? I have 99% of the security "scripting' enabled. (1% given I might not have found yet)

Code: Select all

<html>
<head>
<script src="res://mshtml.dll/objectembed_neutral.js">
</script>
</head>
<body objectSource="http://www.panomap.cn/firehell/test.swf" onload="ObjectLoad();" leftmargin=0 topmargin=0 scroll=no> 
<form id="objectDestination">
</form> 
</body>
</html>

Line 3 indicates objectembed_neutral.js

Code: Select all

function ObjectLoad()
{
    if ( objectDestination )
    {
        var bodyElement = objectDestination.parentElement;
        
        if ( bodyElement.objectSource )
        {
            bodyElement.innerHTML = "<embed width=100% height=100% fullscreen=yes>";
            bodyElement.firstChild.src = bodyElement.objectSource;
        }
    }
}
Thanks for your help
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
firehell
Posts: 48
Joined: Sun May 13, 2007 12:28 pm
Contact:

:D
I slack off, I dont build a html page for this SWF. just use the SWF from Pano2vr as the sample site.
gonzalu
Posts: 5
Joined: Sat Aug 23, 2008 8:07 pm

firehell wrote:including loading skin, tools skin and information skin:

Thanks for this... you inspired me to create my own skin based on your layout. check it out on my other post here.

mg
Post Reply