PDA

View Full Version : First Job with FPP


Nate
09-28-2007, 06:38 PM
A house I have listed for sale in Maui, Hawaii. Just starting to put the tour and web page together but I couldn't wait to start sharing. FPP rocks!
Upstairs Living Room (http://alohastatemedia.com/hokai/tour/usLiving.html)

phberlin
09-29-2007, 01:41 AM
Hi Nate,

I had a look with Firefox 2, and it looks like this (see screenshot) :eek: -- note the empty white area instead of a full screen view.

Seems like you have the embed problem described (and more or less solved) here (http://flashpanoramas.com/forum/showthread.php?t=368).

Regards, Ph.

jaaaab
10-01-2007, 08:25 AM
Hello Nate,

Yes obviously your height goes wrong under firefox.

Try to set a different doctype, or no doctype in your html in intend to get your "height=100%" to work with Gecko browsers.

I think i did like this when i had the same problem :)

++

noolloon
10-11-2007, 01:40 AM
Hi all,
you can change your code in head for this:

<style type="text/css">
<!--
/* hide from ie5 mac \*/
html {
height: 100%;
overflow: hidden;
}
#flashcontent {
height: 100%;
}
/* end hide */
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #282828;
}
-->
</style>

:D