1. Saving Remote
Well saving SWF-Files on the server is easily possible. Take a look at remote-save-plugin it simply uploads the SWT-file to a server using standard HTTP-Methods.
2. Running as an Applet. This might be more work because running as a applet there are security constrainst that avoid certain actions (loading/saving files, opening connections to upload swf-file). Using signed applets this could be worked around still there remains the package-size when downloaded as an applet and that DrawSWF has to be wrapped into an JApplet
We have once provided DrawSWF as a Web-Start-Application but haven't updated that.
Tom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well the reason I ask is because a friend and I are developing a webpage that requires some sort of application to allow people to sketch something and save it server side so others can see it.
Know of anything I can use to accomplish this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Would it be possible to integrate this application into a webpage so users can sketch and save their flash files server side?
Thanks,
Marcus
1. Saving Remote
Well saving SWF-Files on the server is easily possible. Take a look at remote-save-plugin it simply uploads the SWT-file to a server using standard HTTP-Methods.
2. Running as an Applet. This might be more work because running as a applet there are security constrainst that avoid certain actions (loading/saving files, opening connections to upload swf-file). Using signed applets this could be worked around still there remains the package-size when downloaded as an applet and that DrawSWF has to be wrapped into an JApplet
We have once provided DrawSWF as a Web-Start-Application but haven't updated that.
Tom
You can find the remote-save plugin when browsing DrawSWF-1.2.8
Well the reason I ask is because a friend and I are developing a webpage that requires some sort of application to allow people to sketch something and save it server side so others can see it.
Know of anything I can use to accomplish this?