My first tour online test ^^

  • Hi guys !!

    After lots of problem integrating things in krpano, I've published
    my first tour online and I have bugs ^^
    The photos aren't the final ones (waiting for better weather and to receive my Sigma ^^).

    Bugs:
    0- Doesn't show in full page in firefox and IE (only on chrome) (html problem integration I think)
    1- It's very slow (Heavy xml code, xml wrong scripting..? )!
    2- Lightbox problem in my photo.html (working on it !)
    3- Arrowcursor is overlayed with the normal cursor (...don't know.. maybe I should add it on every scene rather than onstart="action(arrowcursor)" )

    I'll attach the xml if someone has an idea *wink*
    defaultskin.xml

    Here's the link were you'll be able to blame me ^^  clic here

    PS: the form isn't active so don't try sending a mail ^^

    Working on it to make it work better !

    See you !!

  • Thnaks Jarredja !! ^^

    I've just updated it it worked well !!

    I've found the lightbox problem,
    due to an syntax error (.jpg rather than .JPG for my images),
    I didn't knew that linux servers does the difference ^^

    I'm working on my other problems,
    I'll let you know the solutions (if I can figure it out by myself ^^)

    I have a demo for thursday, so I'm on it !!!

    Thank once more !

    See you soon !

  • Hi,

    about rendering performance:

    1. remove that setting if you don't need it:

    Code
    swf.addParam("wmode","opaque");

    wmode=opaque or wmode=transparent are reducing the performance a lot because here the browsers needs to composite the flash output with the html page,

    2. try using cube images and limit the view manually,
    this should work automatically with the MAKE PANO droplets (but maybe you need to adjust the "converttocubelimit" setting to convert the image automatically to cube)

    about 100% height in Firefox and IE:

    • either remove the DOCTYPE completely
    • or have a look at the "examples/swf-to-html-embedding/swfkrpano/swfkrpano_xhtml.html" example (included in the viewer download package) for a xhtml embedding method that works with 100% height

    best regards,
    Klaus

  • Hi !!

    thank Klaus for the tips !!

    I tried to remove the

    Code
    swf.addParam("wmode","opaque");

    indeed it makes the tour way more fluid, but the thickbox
    isn't closable by this way, wich is embarassing ^^

    I sure am disapointed with this f***** thing !! *cursing*

    I'm looking for using shadowbox see if it works better without the wmode opaque...

    Let you know if it works ^^

    Thanks a lot !!

  • Hi all ^^

    Thanks for all the tips !!

    I still have a problem showing pdfs with thickbox:

    Code
    js(tb_show(Fiche du bien,images/fiche.pdf?keepThis=true&TB_iframe=true&height=450&width=900));

    Works only on chrome ^^

    An idea ? I've been searching on many forums but didn't find anything !

    Thanks in advance ^^

  • i used thickbox a while back and nativly it cannot open a pdf. i had to hack the java script and add or remove something i cant remember. google for thickbox and open pdf you will find what you need. even after i made the appropriate changes i could not get the pdfs to open correctly 100% of the time. sometimes i got a red X most of the time it worked. but if it is not 100% i dont want to use it online.

    i did not have good luck doing what you are asking ut it is possible.

  • Hi !!
    Thanks for replying ;)

    I used the thickbox cause it's the only one I managed working correctly,

    I'd prefer to use shadowbox or floatbox but the syntax to call it in xml is not the same necessarily ^^

    Code
    js(tb_show(Fiche du bien,images/fiche.pdf?keepThis=true&TB_iframe=true&height=450&width=900));
    becomes:...
    js(floatbox(blabla, images/pdf...)); ...

    I'll try this one and if you have a tip for xml coding, I'd be gratefull ^^

    Thanks again

  • Ok I found a tricky thing to show my pdf...
    This is tinkering but at least it works !!

    The problem is that pdf is read by navigators...
    So I'v creatd a html page (no problem for thickbox then),
    in wich i coded:

    By this way the html page displays the pdf, thickbox can't do anything against that ^^

    Thank you guys for help !!

    Hope I can publish the final version to show you that ;)

    See ya !!

  • Hi again ^^

    I'm back !

    I've changed the sphere to cube strip cause I always have slow motion on move.

    It's a little better but stills slow :'(

    I'm trying to make the xml more lighter but doesn't seem to change anything...

    Does the usage of includes for plugins works better for speed?

    Indeed I can't remove the swf.addParam cause of the thick box, if so it doesn't appear over the tour..

    I've added the xml source in attachment visite.xml  ^^
    Would be great if somebody could take a look ^^

    I'll let you know if I find other solutions by myself ^^

    See ya !

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!