Hello list;

I can't do this in MXML:

<mx:XML id="summary" source="Data/summary.xml"/>

But I can't do this in ActionScript

[Embed( 'Data/Summary.xml' )]
private var summary : XML

(I get this compiler error: Embed only supported with variables of 
type Class or String. )

Any workarounds?

Reply via email to