Beiträge von izoneguy

    Same here..
    Just lost a job that i initiated in the first place. :-/ 6500€ ++
    Now some amature dombo google ass that can use panotour pro just a bit is gonna do it.
    And it's not the first time.
    Very crappy quality..
    Ptp tours always look sort of the same... Very boring...

    Tuur *thumbdown*

    Yes, there will always be someone to take job for lower price. I have two good video clients. I almost
    work full-time for one of them so income is OK. I cannot take jobs just for portfolio or to have fun.
    Been there - done that.

    Very Saaad(((( Here in Ukraine VT market is rather alive. Hovewer, not very much profitable, yet far from dying. i monitored companies which produce VTs in Ukraine and there are not so many who offer Krpano. Another question is that ofter customers are satisfied with lower quality for lower costs. I've seen lots of crap tours and wondered how they managed to sell them...

    Yes, many people doing low quality work for a quick buck. But many clients do not know difference. Only see invoice for work.

    After perfecting my craft - I find I cannot get any panorama work.
    Either clients want to pay too little or I am blocked from the work because
    of contracts that hotels and the like have with the big providers.
    The manager of a local hotel expressed frustration that the national
    contract they have now prevents her from using my services.

    I have contacted the big providers but they pay so little - it is not worth my time.

    Google is also a problem. People are happy with free pano and
    don't see value in expanding a tour. Have applied to be "trusted Google photographer"….
    Never heard back - even after several inquires.

    One of my biggest clients stopped doing panos and now it's only YouTube videos.
    At least I still produce his videos.

    Very ironic that I learned KR Pano specifically to provide tours on iPad and iPhone,
    only to see the market dry up for independents.

    I have not shot a panorama since May of 2013.

    This is in US. What is everyones else's experience?

    Yes that setting in the html file was tripping me up.
    I got this to work now using 1.16.3
    http://www.izonemedia.com/vtourcg2/tour.html


    I like to use 2 different buttons sizes. One for flash and one for mobile.

    it is there - i checked many times and have re-loaded it several times….
    I think there is a problem with the latest versions of those files or the krpano.swf file itself

    On mobile - it says scroll area.js and gyro.js loading failed??

    All of the files in this folder show up then as missing…but they are there
    http://www.izonemedia.com/cgtour4/plugins/


    Or nothing would work.

    Like I said - it works off-line and using the new server app….

    How can you check what version a .swf file is??

    Here is the original made from the 1.16.3 tour droplet.
    This works - so something in the xml structure from 1.8.15 to 1.16.3 changed…
    I need to re-build the xml files i guess?

    http://www.izonemedia.com/vtourcg/tour.html

    I had tooltips working in 1.8.15

    SO I am trying this project with 1.16.3 and tooltips not working.

    I have looked at all the relevant 1.16.3 demos etc and searched thru the forum ANYWAY:

    Here is the OLD code

    <textstyle name="STYLE3"

    font="Arial"

    fontsize="20"

    italic="false"

    background="true"

    backgroundcolor="0x0b469e"

    textcolor="0xFFFFFF"

    border="false"

    effect="dropshadow(4,45,0x000000,8,1);"


    textalign="center"

    xoffset="0"

    yoffset="80"


    devices="flash"

    />


    Then I added this in the hotspot:

    onhover="showtext( Zeiss Contura G2 VAST XT ,STYLE3);"


    This worked great…..


    This did not work at all in 1.16.3 SO


    here is the code I tried:


    <!-- the 'tooltip' style - show tooltip textfield and update positions as long as hovering -->

    <style name="tooltip"

    onover="copy(layer[tooltip].html, tooltip);

    set(layer[tooltip].visible, true);

    tween(layer[tooltip].alpha, 1.0, 0.5);

    asyncloop(hovering, copy(layer[tooltip].x,mouse.stagex); copy(layer[tooltip].y,mouse.stagey); );"

    onout="tween(layer[tooltip].alpha, 0.0, 0.25, default, set(layer[tooltip].visible,false), copy(layer[tooltip].x,mouse.stagex); copy(layer[tooltip].y,mouse.stagey); );"

    />


    <!-- the 'tooltip' textfield -->

    <layer name="tooltip" keep="true"

    url="%SWFPATH%/plugins/textfield.swf"

    parent="STAGE"

    visible="true"

    alpha="1"

    enabled="true"

    align="lefttop"

    edge="bottom"

    oy="-2"

    width="200"

    autoheight="true"

    background="false" backgroundcolor="0xFFFFFF" backgroundalpha="1.0"

    border="false" bordercolor="0x000000" borderalpha="1.0"

    borderwidth="1.0" roundedge="0"

    shadow="0.0" shadowrange="4.0" shadowangle="45" shadowcolor="0x000000" shadowalpha="1.0"

    textshadow="1" textshadowrange="6.0" textshadowangle="90" textshadowcolor="0x000000" textshadowalpha="1.0"

    css="text-align:center; color:#FFFFFF; font-family:Arial; font-weight:bold; font-size:14px;"

    html=""

    />



    And here is what I added in the Hotspot:


    style="tooltip"

    tooltip="Zeiss Contura G2 VAST XT"


    I am just following the example Klaus did- what am I missing??


    OK, so I am trying 1.16.3

    I downloaded the new version - but it was only the tools?

    DO I need to get newer versions of anything else?

    You say you updated some other stuff. Where do I get it?

    I had a 1.8.15 project with tooltips.

    Now they don't work in 1.16.3

    What do I need to do?
    I looked at your demo on tooltips for the new version.
    But I am lost

    Hello,
    I get this warning when trying to open a .pdf file

    WARNING: Locally not trusted - ExternalInterface NOT available!
    ERROR: decoding failed - pdf/Zeiss Contura G2 VAST XT.pdf

    Here is my code:

    The "open" code I copied from a thread that Klaus wrote??

    <scene name="scene_01" title="View One" onstart="" thumburl="panos/01.tiles/thumb.png" lat="" lng="" heading="">


    <view hlookat="103.328" vlookat="9.712" fovtype="MFOV" fov="99.982" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />


    <preview url="panos/01.tiles/preview.jpg" />


    <image>

    <cube url="panos/01.tiles/pano_%s.jpg" />

    <mobile>

    <cube url="panos/01.tiles/mobile_%s.jpg" />

    </mobile>

    </image>


    <action name="open">

    set(plugin[%1].visible,true);

    tween(plugin[%1].alpha,1);

    </action>


    <action name="close">

    tween(plugin[%1].alpha,0,0.5,default, set(plugin[%1].visible,false) );

    </action>


    <plugin name="openimage"

    url="pdf/Zeiss Contura G2 VAST XT.pdf"

    align="center" x="10" y="10"

    alpha="0"

    onclick="action(close,get(name));"

    />


    <hotspot name="fyi"

    url="skin/fyi.jpg"

    ath="30"

    atv="0"

    scale="0.6"

    alpha="0.3"

    onover="tween(alpha,1);tween(scale,0.6);"

    onout="tween(alpha,1);tween(scale,0.6);"

    onclick="action(open,openimage);"

    />


    <!-- place your scene hotspots here -->

    <hotspot name="spot2" style="skin_hotspotstyle" ath="177.967" atv="12.572" linkedscene="scene_02" />

    <hotspot name="spot3" style="skin_hotspotstyle" ath="-96.489" atv="18.749" linkedscene="scene_06" />


    </scene>


    I was testing out the Bingmaps on a tour.
    I put my license file in "plugins".
    Locally it worked fine. No krpano logo.
    Copied all the files to update existing pano.
    Cleared cache several times.
    But once posted the KRPano logo is there?

    Double checked off-line - not there. Checked all folders again.
    License file is on-line.
    Using latest versions of everything.

    What's up????

    -------------------------------

    I re-uploaded the tour to a different URL and it worked fine.
    No matter how many times I cleared the cache in Safari - it just would not
    see the license??

    So I just renamed the folder and re-uploaded and then changed my html file.
    Now it works.

    I can get video to work on everything.

    On desktop video will autostart.
    On iPhone the video will play fullscreen.
    On iPad - the video "hole" is black. You have to tap the screen.
    But I am using a black pano as a background - most people
    do not know what to do - all they see is a black screen.

    I tried adding a graphic to say "Click here to play video".
    Well that did not work - because you are clicking the graphic.
    What would probably work is using the same graphic but have it
    fade out in a few seconds?

    What have people done to address this play problem?

    I have searched the forum and see that many are having the same problem I am.


    Video plays perfect in desktop.


    On iPhone when you go to the pano with the video it plays the video fullscreen.
    You can stop the video and see it in the monitor.
    When you click play it plays fullscreen again?


    Tried pausedonstart="true" - but the iPhone video still plays fullscreen????


    Here is the code.


    <hotspot name="videospot"


    url="plugins/videoplayer.swf"


    alturl="plugins/videoplayer.js"


    ath="0.2" atv="-7.5" distorted="true" rx="-3.50" ry="0.50" rz="0.62" width="640" height="360" scale="0.42"

    onhover="if(ispaused, showtext(click to play), showtext(click to pause));"

    onclick="togglepause();"

    buffertime="0.1"

    directionalsound="true"

    ignoremetadata="false"

    iscomplete="false"

    isvideoready="true"

    loop="true"

    onvideocomplete=""

    onvideopaused=""

    onvideoready=""

    outofrangevolume="0"

    pausedonstart="false"

    range="110"

    rangefalloff="1"

    videourl="video.mp4"

    volume="1"


    />