Curious can you see this panorama ?
http://www.360texas.com/services/sr/tosh/toshlobby.htm If so then below might work for you.
yourcode ---
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="789" height="520" title="Round House">
<param name="movie" value="Round_House_out.swf" />
<param name="quality" value="High" />
</object>
</noscript>
endyourcode---
Recommended:
-- Put in your page head
Code:
<script type="text/javascript" src="p2q_embed_object.js">
</script>
--- end
---> Put in your page body
Code:
script type="text/javascript">
<!--
if ((window.p2q_Version) && (window.p2q_Version>=2.0)) {
var flashvars="";
p2q_EmbedFlash('yourpano.swf','879','520','allowFullScreen','true','bgcolor','#ffffff','FlashVars',flashvars);
// Check to see if the version meets the requirements for playback
if (!DetectFlashVer(9,0,0)) {
document.write('<p class="warning">This content requires Adobe Flash Player Version 9 or higher. '
+ '<a href="http://www.adobe.com/go/getflash/">Get Flash<\/a><\/p>');
}
} else {
document.writeln('<p class="warning">p2q_embed_object.js is not included or it is too old! Please copy this file into your html directory.<\/p>');
}
//-->
</script>
<noscript>
<p class="warning">Please enable Javascript!</p>
</noscript>
AND place in the same folder with your html page. This is a generic .js file. This .js file screens your visitors computer to assure that they have most current version of Adobe Flash viewer. If they do not.. they are redirected to Adobe's download page for plugin updating.. then it redirects them back to your pano.
http://360texas.com/services/sr/tosh...mbed_object.js