Zitat
are you using the latest flashplayer version?
on my mac safari the fullscreen is working correctly...
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<!-- border --> <plugin name="border_top" url="../skin/mask_black.png" keep="true" visible="false" enabled="false" align="top" width="200%" accuracy="1" zorder="50" /> <plugin name="border_bottom" url="../skin/mask_black.png" keep="true" visible="false" enabled="false" align="bottom" width="200%" accuracy="1" zorder="50" /> <plugin name="border_left" url="../skin/mask_black.png" keep="true" visible="false" enabled="false" align="left" height="200%" accuracy="1" zorder="50" /> <plugin name="border_right" url="../skin/mask_black.png" keep="true" visible="false" enabled="false" align="right" height="200%" accuracy="1" zorder="50" /> <!-- action to set the border of the area --> <action name="set_border"> set(plugin[border_top].width,get(area.width)); set(plugin[border_bottom].width,get(area.width)); set(plugin[border_left].height,get(area.height)); set(plugin[border_right].height,get(area.height)); </action> |
: https://pame.virtualtuur.comyes, of course, I will try to supports as much as possible,Have you planed, the onhover, sound and Unsupported xml tags for iPhone ?
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!F-Secure finds a virus in archive krpanotools.zip. It is normal?
right, sorry, I will change that back (there will be soon a small update/bugfix release),but now with the new area functions it seems that it works different.. now i get these lines but longer then the stage (area) ..
no, sorry, there is videoplayer plugin at the moment for iPhone,iPad,Possible to put video on iPhone, iPad ?
I try but not working
The flying hotspot too, working but the hotspot doesn't distorded
ohh, right!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~
sorry, will be fixed soon,thanks for the sample, I haven't time yet to take a detailed look at it, but I will do for sure,We talked about the soundinterface plugin for gaplless mp3. I send a code sample to you, will you update the soundinterface plugin?
then thumbs will be build dynamically by the "buildthumbs" action in the xml code (vtour.xml template),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 ...
|
|
Quellcode |
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 --> |
as Jarredja already said add keep="true" to the nadir hotspot and put the hotspot tagwithin the vtour made with the tools, it seems to me, that i can't place the nadir-logo ....
I used to place it with
. Hopefully, i can learn to use the new features as fast as you are adding them. Cheerios