|
Cookbook /
InputDrawSummary: InputDraw, a Flash-based drawing tool
Version: 2009-05-07
Prerequisites: adobe flashplayer plugin (browser side)
Status: beta testing
Maintainer: Austin (austiny.cn(at)gmail.com)
Questions answered by this recipeHow can I draw pictures in PmWiki without Java runtime? DescriptionInputDraw is an Easy, Cross-Browser, Form Integrated Flash Draw Widget. It is developed and maintained at http://www.mainada.net/inputdraw, which provides a simple way of enjoying online drawing. It supports viewing, editing and saving SVG image format. With this recipe, InputDraw can be easily integrated into PmWiki as an online paintor and a SVG image viewer. NotesYou need to have flashplayer and javascript support in your browser to use this recipe. ScreenshotInstallation & SetupInstallation
Setup
How to UseSimply use " If you want to use InputDraw as a viewer, use " More Advanced UsageThe Markup inputdraw and inputdrawview takes four parameters:
Note that width, height and background_image_url are optional. width and height should be a valid integer number or a percentage. background_image_url should be a valid address to an image file. Examplehttp://www.parl.clemson.edu/~wuyang/Main/GuestBook (:inputdraw inputdraw.svg 90% 300:) Release Notes
See AlsoLicense (contained in the download is the free version)
Contributors
CommentsI'm having a bit of trouble with this working. I get an error Fatal error: Call to undefined function cbrequestargs() in /public_html/cookbook/inputdraw.php on line 16 when I try to save. any suggestions? John (4/15/09) The "CBRequestArgs" dependency is removed in the new version (2009-05-07). Please download the zip file. Austin (5/7/09) I'm having trouble with the save as well and I'm using the version non-commercial.v1.5. The app starts up ok but when I click the save button, the drawing disappears and I see that the uploaded svg file has zero content. Young (12/25/09) User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |