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

library.expandFolder()

Explorer ,
Feb 12, 2013 Feb 12, 2013

This question was posted in response to the following article: http://help.adobe.com/en_US/flash/cs/extend/WS5b3ccc516d4fbf351e63e3d118a9024f3f-7a2f.html

TOPICS
Exchange extensions
2.2K
Translate
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
New Here ,
Feb 12, 2013 Feb 12, 2013

I'm using Flash Pro CS6 and can't get this to work at all. Using the above example neither expands, nor collapses the "test" folder. My "test" folder has a sub-folder: "test1."

Translate
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
Guru ,
Feb 14, 2013 Feb 14, 2013
LATEST

fl.getDocumentDOM().library.moveToFolder('test');

fl.getDocumentDOM().library.expandFolder(true);

Translate
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