normally, when it is working the Browser Flashplayer, it should work also in the Standalone Flashplayer of course...I am getting an XML parsing error when launching the .EXE, although it works perfectly when I use the my panorama the normal way. Where can I look in the XML file for a possible error?
If it's a working xml, the encrypted version is interchangeable. Usually that's the problem.
|
|
Quellcode |
1 |
{embedpano({swf:"krpano.swf", xml:"setup.xmle", target:"flashcontent"});
|
Benutzerinformationen überspringen
Anfänger
Wohnort: Denmark
Beruf: ex Software Architect 20 years (Aerospace Industry), then hotel owner now campground owner, I do some IT consultancy
a new GUI tool - kprotect - krpano Protect Tool (not completely finished yet!)
it allows to:
- create protected panos for end users/customers and to protect your work
===================
Hello Klaus, ( regards kprotect )
I am glad this protection is available, the only problem is that I cannot find documentation on your website for it.
Is there official documentation?
I have looked through the online doc and can find none ( only posts on this forum ) and my downloads directory
contains only release notes. My krpanotools directory contains an application called kprotectcl but I unsure how to use it, clicking on it does result
in code running but it does nothing - I am left unsure whether this is intended to work the same way as the droplets where files are dragged and dropped
onto the droplet - if so I would still prefer to read some doc and know what to expect before "experimenting" with it and experimentally dropping a file
onto it ( also confused since forum postings refer to a GUI and the tools page http://krpano.com/tools/ does not say anything about it.
[[ Ammended Posting Starts Here
I have since found the GUI interface, I simply overlooked the icon in my tools folder (tierd eyes) . I have withdrawn my enquiry for now as I can see the GUI provides enough clues on how to use this.
Ammended Posting Ends Here ]]
Kind regards
Jonnie.
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Jonnie« (28. Dezember 2011, 18:57)
|
|
Quellcode |
1 2 3 |
$inputfilename = ...;
$outputfilename = ...;
exec("./kencrypt -h5 -in=".$inputfilename." -out=".$outputfilename);
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 |
syntax: kencrypt [options] inputfiles inputfiles ... any files (placeholder * allowed) options: -h5 ... use HTML5/Javascript compatible encryption (xml, js-plugins only) -ow ... overwrite original files -rn ... rename original files -in=# ... set input filename manually -out=# ... set output filename manually |