You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Michael Astudillo <ma...@austrosoft.com.ec> on 2013/09/29 00:30:24 UTC

Copy to Clipboard

Hi guys

Somebody say me how i can to use  the clipboard in flash player when it 
run in a browser such as Chrome Firefox, Safari?, I use 
System.setClipboard(String) in Internet Explorer  and work perfectly, 
please help me.

-- 
Saludos Cordiales

Ing. Michael Astudillo
CEO
http://www.austrosoft.com.ec
PBX: 59372 818447
Facebook: http://www.facebook.com/AustroSoft
Twitter: @austrosoftec

  

NOTA SOBRE CONFIDENCIALIDAD:

La información contenida en este e-mail es confidencial y sólo puede ser utilizada por la persona natural o jurídica, a la cual está dirigido. En el evento, que el receptor no sea la persona autorizada cualquier retención, difusión, distribución o copia de éste mensaje está prohibida y será sancionada por la ley".

CONFIDENTIALITY NOTE:
The information contained in this e-mail is confidential and is intended only for the use of the address(es) named above. If you are not the intended recipient of this electronic transmission, you are hereby notified that any dissemination or copying of this transmission is strictly prohibited and will be sanctioned by law".


RE: Copy to Clipboard

Posted by Maurice Amsellem <ma...@systar.com>.
You can use : 
Clipboard.generalClipboard.setData(ClipboardFormats.TEXT_FORMAT, someText);

See documentation:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/desktop/Clipboard.html

Maurice 

-----Message d'origine-----
De : Michael Astudillo [mailto:mastudillo@austrosoft.com.ec] 
Envoyé : dimanche 29 septembre 2013 00:30
À : users@flex.apache.org
Objet : Copy to Clipboard

Hi guys

Somebody say me how i can to use  the clipboard in flash player when it run in a browser such as Chrome Firefox, Safari?, I use
System.setClipboard(String) in Internet Explorer  and work perfectly, please help me.

--
Saludos Cordiales

Ing. Michael Astudillo
CEO
http://www.austrosoft.com.ec
PBX: 59372 818447
Facebook: http://www.facebook.com/AustroSoft
Twitter: @austrosoftec

  

NOTA SOBRE CONFIDENCIALIDAD:

La información contenida en este e-mail es confidencial y sólo puede ser utilizada por la persona natural o jurídica, a la cual está dirigido. En el evento, que el receptor no sea la persona autorizada cualquier retención, difusión, distribución o copia de éste mensaje está prohibida y será sancionada por la ley".

CONFIDENTIALITY NOTE:
The information contained in this e-mail is confidential and is intended only for the use of the address(es) named above. If you are not the intended recipient of this electronic transmission, you are hereby notified that any dissemination or copying of this transmission is strictly prohibited and will be sanctioned by law".


Re: Copy to Clipboard

Posted by Mark Kessler <ke...@gmail.com>.
Just make sure the user clicks a button to initiate the clipboard action
when in a browser.  It's a security requirement.

-Mark


On Sat, Sep 28, 2013 at 6:30 PM, Michael Astudillo <
mastudillo@austrosoft.com.ec> wrote:

> Hi guys
>
> Somebody say me how i can to use  the clipboard in flash player when it
> run in a browser such as Chrome Firefox, Safari?, I use
> System.setClipboard(String) in Internet Explorer  and work perfectly,
> please help me.
>
> --
> Saludos Cordiales
>
> Ing. Michael Astudillo
> CEO
> http://www.austrosoft.com.ec
> PBX: 59372 818447
> Facebook: http://www.facebook.com/**AustroSoft<http://www.facebook.com/AustroSoft>
> Twitter: @austrosoftec
>
>
> NOTA SOBRE CONFIDENCIALIDAD:
>
> La información contenida en este e-mail es confidencial y sólo puede ser
> utilizada por la persona natural o jurídica, a la cual está dirigido. En el
> evento, que el receptor no sea la persona autorizada cualquier retención,
> difusión, distribución o copia de éste mensaje está prohibida y será
> sancionada por la ley".
>
> CONFIDENTIALITY NOTE:
> The information contained in this e-mail is confidential and is intended
> only for the use of the address(es) named above. If you are not the
> intended recipient of this electronic transmission, you are hereby notified
> that any dissemination or copying of this transmission is strictly
> prohibited and will be sanctioned by law".
>
>