>>I think the point is that the flash player is a client application, without
>>communication with a server, it cannot be done.

No, one the links I sent just uses PHP with Flash and another just uses a 
Shared Object to store the draw data, so I disagree.

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com










>>-----Original Message-----
>>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>[EMAIL PROTECTED] On Behalf Of elibol
>>Sent: Thursday, February 02, 2006 1:45 PM
>>To: Flashcoders mailing list
>>Subject: Re: [Flashcoders] advise
>>
>>I think the point is that the flash player is a client application, without
>>communication with a server, it cannot be done.
>>
>>M.
>>
>>On 2/2/06, Merrill, Jason <[EMAIL PROTECTED]> wrote:
>>>
>>> Here's another:
>>>
>>> http://www.senocular.com/index.php?id=0.156
>>>
>>> And here's a product by the folks who host this list:
>>>
>>> http://www.figleaf.com/Products/WYSIDraw.cfm
>>>
>>>
>>> Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> >>-----Original Message-----
>>> >>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>> >>[EMAIL PROTECTED] On Behalf Of Andreas Rønning
>>> >>Sent: Thursday, February 02, 2006 9:58 AM
>>> >>To: Flashcoders mailing list
>>> >>Subject: Re: [Flashcoders] advise
>>> >>
>>> >>You can't.
>>> >>
>>> >>- Andreas
>>> >>
>>> >>syam s wrote:
>>> >>>   sir i have a problem. i draw a picture using flash action script.
>>> but i want to
>>> >>save this as an image on a button click
>>> >>>   var brush=5;
>>> >>> _root.createEmptyMovieClip("line",1);
>>> >>> //line.lineStyle(5,myColour,100);
>>> >>> line.lineStyle(brush,0x000000,100);
>>> >>> _root.onMouseDown = function ()
>>> >>> {
>>> >>>         line.moveTo(_xmouse, _ymouse);
>>> >>>   _root.onMouseMove = function ()
>>> >>>         { if ((_xmouse<550&&_ymouse<350)&&(_xmouse>0&&_ymouse>0)) {
>>> >>>    line.lineTo(_xmouse, _ymouse);
>>> >>>   }}
>>> >>> }
>>> >>> _root.onMouseUp=function()
>>> >>> {
>>> >>>        _root.onMouseMove=null;
>>> >>> }
>>> >>>
>>> >>>
>>> >>>
>>> >>>
>>> >>> ---------------------------------
>>> >>> Yahoo! Photos - NEW, now offering a quality print service from just 8p
>>> a photo.
>>> >>> _______________________________________________
>>> >>> Flashcoders mailing list
>>> >>> Flashcoders@chattyfig.figleaf.com
>>> >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>> >>
>>> >>--
>>> >>
>>> >>- Andreas Rønning
>>> >>
>>> >>---------------------------------------
>>> >>Flash guy
>>> >>Rayon Visual Concepts, Oslo, Norway
>>> >>---------------------------------------
>>> >>_______________________________________________
>>> >>Flashcoders mailing list
>>> >>Flashcoders@chattyfig.figleaf.com
>>> >>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>> NOTICE:
>>> This message is for the designated recipient only and may contain
>>> privileged or confidential information. If you have received it in error,
>>> please notify the sender immediately and delete the original. Any other use
>>> of this e-mail by you is prohibited.
>>> _______________________________________________
>>> Flashcoders mailing list
>>> Flashcoders@chattyfig.figleaf.com
>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>
>>_______________________________________________
>>Flashcoders mailing list
>>Flashcoders@chattyfig.figleaf.com
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to