Hi,
Have you planed, the onhover, sound and Unsupported xml tags for iPhone ?
yes, of course, I will try to supports as much as possible,
about sound - I don't know yet what html5 will support in that way, but I will have a look of course,
F-Secure finds a virus in archive krpanotools.zip. It is normal?
yes, this is unfortunately normal, I don't know why, but some virus scanners (it's seems they are all use the same scanning engine) are thinking they found a virus in the 32bit version of kencrypt.exe tool, but this a false detection!
anyway - I have already plans to try modifying the code of the tool (by adding dummy code or data or so) in the hope to avoid that wrong detection,
but now with the new area functions it seems that it works different.. now i get these lines but longer then the stage (area) ..
right, sorry, I will change that back (there will be soon a small update/bugfix release),
Possible to put video on iPhone, iPad ?
I try but not working
The flying hotspot too, working but the hotspot doesn't distorded
no, sorry, there is videoplayer plugin at the moment for iPhone,iPad,
about distorted hotspots - right, distortion doesn't work too at the moment,
but this will come for sure with one of the next releases,
AKE VTOUR have a problem, "MAKE VTOUR (MULTIRES) droplet" & "MAKE VTOUR (NORMAL) droplet" call the same templates "vtour-normal.config". (Mac OSX 64bit ) Plx check it! Thanks~
ohh, right!

sorry, will be fixed soon,
We talked about the soundinterface plugin for gaplless mp3. I send a code sample to you, will you update the soundinterface plugin?
thanks for the sample, I haven't time yet to take a detailed look at it, but I will do for sure,
when creating a vtour with the tools, how can I get the 'showtext' on the thumbs in the left corner ?
simply adding ...onhover="showtext();" ... in the scene-tag does not work here ...
then thumbs will be build dynamically by the "buildthumbs" action in the xml code (vtour.xml template),
you can add a onhover event there,
e.g.:
|
Source code
|
1
2
3
4
|
...
set(plugin[get(thumbname)].onclick, openthumbs() ); <!-- this line is already there -->
copy(plugin[get(thumbname)].scenetitle, scene[get(i)].title); <!-- add this line -->
set(plugin[get(thumbname)].onhover, showtext(get(scenetitle)) ); <!-- add this line -->
|
within the vtour made with the tools, it seems to me, that i can't place the nadir-logo ....
I used to place it with
as Jarredja already said add keep="true" to the nadir hotspot and put the hotspot tag
outside the scene nodes,
best regards,
Klaus