thanks for checking the mp4 in the web browser i forgot to do that. it was in the right place so at least the 404 told me there was something wrong with the server not the files. i had not added the .mp4 MIME type. Once I added that the files played ok.
Posts by VN2011
-
-
i cannot get an MP4 to play online at all. Always states unable to open file. I even tried the cats-short.mp4 from the krpano examples and it also will not play when uploaded online. FLV and WEBM plays ok so I know it is not a file path issue. All videoplayer plugins and video files are sitting in the same root folder as the swf.
<hotspot name="spot7" url="skin/play.png" scale="0.45" alpha="0.75" ath="4.967" atv="-7.497" onclick="set(hotspot[spot7].visible, false); hotspot[videospot].playvideo(second.flv); looktohotspot(videospot);" />
<hotspot name="spot5" style="skin_hotspotstyle2" ath="-27.129" atv="18.459" onclick="set(hotspot[spot7].visible, false); hotspot[videospot].playvideo(cats.mp4); looktohotspot(videospot);" />
<hotspot name="spot6" style="skin_hotspotstyle2" ath="28.273" atv="19.289" onclick="set(hotspot[spot7].visible, false); hotspot[videospot].playvideo(km_full.mp4); looktohotspot(videospot);"/>The first line works the second and third do not. If I change cats.mp4 to second.flv the video plays. km_full.mp4 is the actual file i need to work and play, maybe someone could test this file to see if it work online for them? I am just getting back into the pano game after taking a few years off. This is only a rough demo there are stitching and other issues but i don't want to worry about all that until it is technically sound and working.
http://www.virtualnorthland.com/hentges
please help if you can, the racing team wanted to post this by the weekend :(
-
i would use
onclick="IF(plugin[map].scale == 1.0, tween(plugin[map].scale,0.1), tween(plugin[map].scale,1.0));"
-
i dont think onload works i think it is onloaded
or you could jsut set the jsborder in the plugin itself
<plugin name="pano1" keep="true" effect="glow(0x000000,0.7,4,2); dropshadow(2,45,0x000000,3,1); jsborder="2px solid #000000"; />
-
i think that is the jsborder="1px solid #FFFFFF" setting.
-
<plugin "name=photo"
url="photo.jpg"
edge="center"
visible="false"
onclick="set(visible, false);
parent="googlemap"
width="100%"
height="100%"
/>that is a very basic image plugin. that is not visible. on your google map hotspot make sure the onlick setting says. onclick="set(plugin[photo].visible, true);" then when the spot is clicked the image will show up. clicking the image itself makes it disappear.
-
you can do almost anything with krpano. you could use a map spot to open an image yes. it could also be restricted to the map if you set the parent of the image plugin to the map plugin. opening a url inside the google map would not be possible.
-
that is not enough code to tell what is happening, your best bet is to upload an example and post a link to that.
-
nice tour! i dont like that is forces you into fullscreen mode when entering a new scene. some pcs have a hard time with fullscreen and forcing that to be used could drop the frame rate I would prefere to start in a normal window with a text pop up that clearly shows how to enter fullscreen if desired.
also the video would be much cooler if when the remote was clicked it zoomed into the actual video screen on the wall and had the movie play there. just my opinion.
-
i agree with the above. dont sacrifice quality. that is what multiresolution is for anyways :)
-
all i seen was a black screen also in IE but it worked on Firefox.
-
or add a wait(0); every 25 actions or so that automatically stalls the action to the next frame and would not be noticeable by the end user.
-
is the textfield scrollable in html5 also? the current scrollable textfield only works in flash.
-
look at the documentation page for the onkeydown event and find the correct key code for space bar. just replicate the action that is tied to the zoom in button in that event.
-
wouldnt keep="false" prevent the xml thumbs from carrying into the next pano?
or
couldnt you also set a variable in the plugins you want removed then use the remove plugin looping code to take them out?
i currently use the onstart with loadpano to do the second option in certain tours but i have not upgraded to the newest krpano verison yet so maybe it is broken now.
-
very interesting making the menus in html but why not just make them inside krpano and have them do the same thing? just curious. also i think that is a great tour but you could have really benefited from using some bracketing so the windows were not so blown out. such an amazing house and scenery the glow from the windows takes something away from the views.
-
i dont think so but that is a good idea. you would have to make a timed action that does the frame changing at this point. that is my best guess though.
-
yes if it coded correctly you can make your own controls Bulp has numerous examples he provided for free.
-
a little off topic but i would like to see a scrollable textfield that works with idevices. the current one only supports flash i have emailed the person who provided it to us and got no response. as far as support goes klaus is much better than others but still not perfect. i assume krpano is not his fulltime job which means we have to work around is work/life schedule. just my thoughts.
-
the object tour follow the same rules as a vtour. you can place hotspots you just have to find a way to place them based off the frame count so it only shows in certain frames. it can be done i just have never taken the time to do so.