This post has been edited 1 times, last edit by "flash360" (Apr 7th 2009, 8:11am)
|
|
Source code |
1 2 3 |
function krpmw_re(){var i=0;var cnt=SWFkrpanoMouseWheel.instances.length;for(i=0;i<cnt;i++){var objid=SWFkrpanoMouseWheel.instances[i].so.getAttribute('id');var obj=document[objid];if(obj){if (!SWFkrpanoMouseWheel.overobj){SWFkrpanoMouseWheel.overobj=objid;}if(SWFkrpanoMouseWheel.isSafari && !SWFkrpanoMouseWheel.isMac){if(obj.enable_mousewheel_js_bugfix){obj.enable_mousewheel_js_bugfix();}}else{obj.onmouseover=krpmw_ove;obj.onmouseout=krpmw_oue;}}}}
function krpmw_re(){var i=0;var cnt=SWFkrpanoMouseWheel.instances.length;for(i=0;i<cnt;i++){var objid=SWFkrpanoMouseWheel.instances[i].so.getAttribute('id');var obj=document[objid];if(obj){if(SWFkrpanoMouseWheel.isSafari && !SWFkrpanoMouseWheel.isMac){if(obj.enable_mousewheel_js_bugfix){obj.enable_mousewheel_js_bugfix();}}else{obj.onmouseover=krpmw_ove;obj.onmouseout=krpmw_oue;}}}}
|
using scenes is just a new more possibilityWould like to know the answer to this question as well. Because it is A LOT of work to convert our current multiple XML virtual tours over to scenes using just one XML file with all the panoramas included.
And would the performance be better and faster to put entire tours in ONE scene ?
So to convert or not to convert, that is the question. *huh*

the current beta 7 kprotect tool is already able to embed multilple xml's,the question to me is. will krprotet ever be able to encrypt multilple xml's or is this the solution using scenes? if in the future we can encrypt all xmls i myself will not be converting my finished work into scene's. however is that is not going to happen and the scene is the fix because we cannot excrypt multiple xmls then we all better start converting if we want to protect our work.
I know that Flash sometimes doesn't apply the sharpen filter for some time, but I don't why yet...And my question. Is Highsharp changed or lost in this beta 7?.
Also, I was testing beta 6 and it seemed that after change from a initial view with HIGHSHARP to full screen view, mode is changed from HIGHSHARP to HIGH, and when I come back to normal view mode keeps HIGH.
I don't know if I am crazy. *wacko*
scenes should work also with tool kprotect, there is no reason why not...KLAUS - I don`t think scenes work with krprotect?????
thanks for this bug noteWhile starting pluginu mask we came on the problem.
This is the example.
Click on the mask example, and in the hotspot.
link.
While passing to the next panorama the virtual tour crashes. Plugin mask does not work correctly.

Hi, this can be a path problem, the embedded files are referenced by the same path likeAbout krprotect, I noticed that when .jpg tile are embedded into the big protected pano.swf the pano.swf seems to still need for the .jpeg files and give error if they aren't there i.e. if I have 6 cubic faces of 1 mb each the resulting protected pano.swf is over 6 mb large as one expects but still want the jpegs and gives error if they are missing. I used 1.0.8. beta 7 - win.
. Krpano be able to very strongly get involved. I will not advise anything on this.This post has been edited 1 times, last edit by "spacerywitualne" (Apr 8th 2009, 7:19am)
Hi, this can be a path problem, the embedded files are referenced by the same path likeAbout krprotect, I noticed that when .jpg tile are embedded into the big protected pano.swf the pano.swf seems to still need for the .jpeg files and give error if they aren't there i.e. if I have 6 cubic faces of 1 mb each the resulting protected pano.swf is over 6 mb large as one expects but still want the jpegs and gives error if they are missing. I used 1.0.8. beta 7 - win.
in the original xml,
if the original xml file works, then the embedded should work too,
can you post the original xml file?
were the pano images added automatically in the kprotect tool after adding the xml?
best regards,
Klaus
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
<krpano version="1.0.7"> <display details="30" movequality="LOW" stillquality="HIGH" /> <image type="CUBE"> <left url="cube_3.jpg" /> <front url="cube_0.jpg" /> <right url="cube_1.jpg" /> <back url="cube_2.jpg" /> <up url="cube_4.jpg" /> <down url="cube_5.jpg" /> </image> <view hlookat="329" vlookat="0" camroll="0.0" fov="80.0" fovmin="45.0" fovmax="100" fisheye="0" limitfov="true" /> <textstyle name="DEFAULT" font="Arial" fontsize="10" border="false" background="false" textcolor="0xFFFFFF" effect="glow(0x000000,0.7,4,2);dropshadow(2,45,0x000000,3,1);" /> <textstyle name="hotspotstyle" font="Arial" fontsize="14" border="false" background="false" textcolor="0xFFFF00" effect="glow(0x000000,0.7,4,2);dropshadow(4,45,0x000000,4,1);" /> <!-- direction/zoom buttons --> <plugin name="in" url="btn_plus.jpg" align="bottom" edge="center" y="40" x="-160" blendmode="screen" ondown="set(movevectorz,-1);" onup="set(movevectorz,0);" onover="set(blendmode,add);" onout="set(blendmode,screen);" /> <plugin name="out" url="btn_minus.jpg" align="bottom" edge="center" y="40" x="-120" blendmode="screen" ondown="set(movevectorz,+1);" onup="set(movevectorz,0);" onover="set(blendmode,add);" onout="set(blendmode,screen);" /> <plugin name="left" url="btn_left.jpg" align="bottom" edge="center" y="40" x="-80" blendmode="screen" ondown="set(movevectorx,-1);" onup="set(movevectorx,0);" onover="set(blendmode,add);" onout="set(blendmode,screen);" /> <plugin name="right" url="btn_right.jpg" align="bottom" edge="center" y="40" x="-40" blendmode="screen" ondown="set(movevectorx,+1);" onup="set(movevectorx,0);" onover="set(blendmode,add);" onout="set(blendmode,screen);" /> <plugin name="up" url="btn_up.jpg" align="bottom" edge="center" y="40" x="-0" blendmode="screen" ondown="set(movevectory,-1);" onup="set(movevectory,0);" onover="set(blendmode,add);" onout="set(blendmode,screen);" /> <plugin name="down" url="btn_down.jpg" align="bottom" edge="center" y="40" x="+40" blendmode="screen" ondown="set(movevectory,+1);" onup="set(movevectory,0);" onover="set(blendmode,add);" onout="set(blendmode,screen);" /> <!-- hotspot/home/info/fullscreen buttons --> <plugin name="hotsp" url="btn_star.jpg" align="bottom" edge="center" y="40" x="+80" blendmode="screen" onhover="showtext(Hotspots ON/OFF);" onover="set(blendmode,add);" onout="set(blendmode,screen);" onclick="switch(hotspot.visible);" /> <plugin name="home" url="btn_home.jpg" align="bottom" edge="center" y="40" x="+120" blendmode="screen" onhover="showtext(Move to Home);" onover="set(blendmode,add);" onout="set(blendmode,screen);" onclick="lookto(329,0,80);" /> <plugin name="openfs" url="btn_openfs.jpg" visible="true" align="bottom" edge="center" y="40" x="+160" blendmode="screen" onhover="showtext(Enter Fullscreen);" onover="set(blendmode,add);" onout="set(blendmode,screen);" onclick="set(fullscreen,true);" /> <plugin name="closefs" url="btn_closefs.jpg" visible="false" align="bottom" edge="center" y="40" x="+160" blendmode="screen" onhover="showtext(Exit Fullscreen);" onover="set(blendmode,add);" onout="set(blendmode,screen);" onclick="set(fullscreen,false);" /> <events onenterfullscreen="set(plugin[openfs].visible,false); set(plugin[in].visible,false); set(plugin[out].visible,false); set(plugin[left].visible,false); set(plugin[right].visible,false); set(plugin[up].visible,false); set(plugin[down].visible,false); set(plugin[up].visible,false); set(plugin[hotsp].visible,false); set(plugin[home].visible,false); set(plugin[closefs].visible,false);" onexitfullscreen="set(plugin[openfs].visible,true); set(plugin[in].visible,true); set(plugin[out].visible,true); set(plugin[left].visible,true); set(plugin[right].visible,true); set(plugin[up].visible,true); set(plugin[down].visible,true); set(plugin[up].visible,true); set(plugin[hotsp].visible,true); set(plugin[home].visible,true); set(plugin[closefs].visible,false);" /> </krpano> |
|
|
Source code |
1 2 3 4 5 6 |
<action name="testcase"> set(tst, 200); trace(tst before: , tst); dec(tst, 180); trace(tst after: , tst); </action> |
|
|
Source code |
1 2 3 4 5 |
<action name="testcase"> set(tst, 200); trace(tst : , tst); if(tst EQ 200, trace(Test true), trace(Test false)); </action> |
Hi,Wen i use old swfkrpanomousewheel.js file work. I found this differences Line 5:
![]()
Source code
1 2 3function krpmw_re(){var i=0;var cnt=SWFkrpanoMouseWheel.instances.length;for(i=0;i<cnt;i++){var objid=SWFkrpanoMouseWheel.instances[i].so.getAttribute('id');var obj=document[objid];if(obj){if (!SWFkrpanoMouseWheel.overobj){SWFkrpanoMouseWheel.overobj=objid;}if(SWFkrpanoMouseWheel.isSafari && !SWFkrpanoMouseWheel.isMac){if(obj.enable_mousewheel_js_bugfix){obj.enable_mousewheel_js_bugfix();}}else{obj.onmouseover=krpmw_ove;obj.onmouseout=krpmw_oue;}}}} function krpmw_re(){var i=0;var cnt=SWFkrpanoMouseWheel.instances.length;for(i=0;i<cnt;i++){var objid=SWFkrpanoMouseWheel.instances[i].so.getAttribute('id');var obj=document[objid];if(obj){if(SWFkrpanoMouseWheel.isSafari && !SWFkrpanoMouseWheel.isMac){if(obj.enable_mousewheel_js_bugfix){obj.enable_mousewheel_js_bugfix();}}else{obj.onmouseover=krpmw_ove;obj.onmouseout=krpmw_oue;}}}}
Hi,The DEC function seems to be broken:
![]()
Source code
1 2 3 4 5 6 <action name="testcase"> set(tst, 200); trace(tst before: , tst); dec(tst, 180); trace(tst after: , tst); </action>
the variable tst will be set to -10000000000
Note that doing a 'inc -180' or a 'sub' will work as expected...

|
|
Source code |
1 2 |
inc(var, byvalue*, maxvalue*, minvalue*); dec(var, byvalue*, minvalue*, maxvalue*); |

there is no "EQ" operator (I will add oneThe other issue is that the comparison operators '==' and 'EQ' always evaluate to 'false':
![]()
Source code
1 2 3 4 5 <action name="testcase"> set(tst, 200); trace(tst : , tst); if(tst EQ 200, trace(Test true), trace(Test false)); </action>
Will always trace False...
)|
|
Source code |
1 |
if(tst == 200, trace(Test true), trace(Test false)); |