Hey Ivan,
I was hoping someone would have a solution for unGrouping stuff too.
The unGroup problem is the last thing keeping me from finishing this "findObject" function.
It seems to work fine, but does not find objects that are grouped:
http://keith-hair.com/blog/2008/06/05/finding-elements-with-jsfl/If I wrote my function using "fl.getDocumentDOM().mouseClick()" to select each element maybe
I could used the following steps to do the unGroup on each element
1.) call enterEditMode() on each element to access each element Timeline
2.) Loop over elements in that current Timeline.
3.) Check if the current elementType == "shape" and perform unGroup(), if it is a "shape" call "continue" to restart the current iteration after unGroup.
4.) call exitEditMode() and repeat all 4 steps on the next element.
-- Keith H --
--
-- Keith Hair --
www.keith-hair.com