Answered
Get symbol
On Edge we use sym.getSymbol("Symbol");
On Flash we use getChild("Symbol");
Now what I do to get the symbol Symbol and change his Frame position to frame 1 (the second frame)?
Also how I work to get to Stage from inside a symbol (Edge we used sym.getComposition().getStage() )??
