• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Is it possible to store object in the clipboard and get access to them in JSFL ?

Community Beginner ,
Sep 23, 2019 Sep 23, 2019

Copy link to clipboard

Copied

Is it possible to store object in the clipboard and get access to them in JSFL ? Thanks

TOPICS
Code

Views

250

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Sep 23, 2019 Sep 23, 2019

Copy link to clipboard

Copied

LATEST

Hi,

As long as there is no "clipboard" object in the JSFL API, no - there is no such opportunity. You can't do things like:

 

fl.trace( fl.clipboard[1] );

 

You only can use these four commands:

 

document.clipCopy(), document.clipCut(), document.clipPaste()

 

and

 

fl.clipCopyString()

 

 

 

- Vlad: UX and graphic design, Flash user since 1998
Member of Flanimate Power Tools team - extensions for character animation

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines