• Hi,

    I'm not sure if that plugin was offered anywhere anytime...
    but you can try compiling the plugin from that thread by yourself...

    Here a tutorial for mxmlc usage (the Flash compiler)
    http://www.senocular.com/flash/tutorials/as3withmxmlc/

    See also the krpano plugin development documentation:
    https://krpano.com/docu/plugininterface/#top

    or here the old version of it (which relates better to the posted code):
    https://krpano.com/docu/plugininterface/?version=107

    Best regards,
    Klaus

  • Just wanted to say that I got the print going successfully so thanks again Klaus.

    As a bonus I managed to take that script and develop a very similar one to copy an image out of the current view and save it to a file (JPEG though it could be PNG).

    It uses the JPGEncoder from the as3corelibrary and seems to work great.

    It's here for anyone if they would like to use it.



    It can be called in a similar way to the doprint script

    i.e.:

    <plugin name="saveimage" url="%HTMLPATH%/saveimage.swf" />


    <contextmenu>
    <item name="item_save" caption="Save View to JPEG" onclick="plugin[saveimage].savefunction();" />

    One good turn and all that! *thumbsup*

    Steve

    Einmal editiert, zuletzt von SteveW (12. August 2013 um 10:36)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!