Beiträge von Jochen

    yea, the arrows/interface of the gallery dont work as soon as i put html5 on prefer/only, flash works great...unfortunaly i need html5

    edit: the lower arrows for the thumbgallery work while the arrows for the image gallery and the (X) dont work. very strange

    Hey,
    i recently bought your plugin but i have a problem with the krpano.js file. either i use the newest krpano.js file and your nextimg/previmg/closebox buttons dont work anymore or i use your version of swfkrpano.js and the videoplayer doesnt work anymore(as well as other stuff in my case...maybe html5 related? not sure).

    any idea how to avoid this problem?

    Hey there,

    Im using the videoplayer plugin like this:
    <hotspot name="video" url="Icons/play.png" ath="100" atv="0" loop="false" scale="0.5" pausedonstart="true" volume="1.0" onclick="looktohotspot(get(name),get(view.fov)); videoplayer_open(%SWFPATH%/videos/einleitung.mp4)"/>

    even though loop is set to false the video loops again and again.
    is there a way to make it stop after it is complete?
    I tried much different stuff like onvideocomplete but it didnt work.

    Thanks in advance,

    Jochen

    alright I've tried the whole day to solve this.

    1. most of the solutions of your google-try deal with the problem but not with a useful solution since they include another videoplayer plugin for phonegap. Please correct me if I'm wrong but I don't think I can use that or is it possible to use that inside krpano "VideoPlayer.play("http://path.to.my/video.mp4");"?

    2. To call a localhost I probably need a portnumber which I don't know(tried localhost:8090), moreover I'd need a filepath which i can't find out either. Im on something like http://localhost:8090/device storage/android/data/com.phonegap.myapp/video.webm

    added the posterrurl now, video pops up, the jpg shows up, after klicking on the jpg an error occures.

    loading video failed!

    Anyone knows how to solve this?

    edit: iphone/ipad simulator tested - works just as it should.

    do i maybe have to buy krpano to make it work?

    Hey there,

    Im making a historical, virtual tour through a small city, including self made videos of the city.

    The point im really suffering at is that my videos dont work on (android)tablet no matter what format. I tried .mp4(doesnt work obviously) but also m4v/ogv/webm. The video doesnt load properly as it seems.
    On Desktop they work on every format, just like it should. Video size is between 2-6 MB.

    Even tried it 2 ways, not sure which one is better though. Maybe you can tell me?
    1.
    <plugin name="video1"
    url="plugins/videoplayer.js"
    videourl="videos/luft.webm"
    align="center" x="0" y="0"
    pausedonstart="false"
    volume="1.0"
    buffertime="0.1"
    updateeveryframe="false"
    onvideocomplete="removeplugin(video1)"
    />
    Getting an error "ERROR: videos/luft.webm - loading video failed.
    2.
    <hotspot name="video_muehle" url="play2.png" ath="32" atv="-5" distorted="true" scale="0.5" pausedonstart="true" volume="1.0"
    onclick="looktohotspot(get(name),get(view.fov)); videoplayer_open(videos/muehle_tablet.webm)"/>
    Videoplayer seems to open but no video gets loaded, no error too..waited around 10 minutes just in case it was because of the file size

    By the way, im using free trial version of krpano,app created with Phonegapp.