Alright,I solved my issue and although I find the solution a bit
awork-around I am not sure if there is a other method.In my main MXML I
simply need to do something liek thisprivate var t1:Country = new
Country();I will not use t1, but it does tell the compiler that
theCountry object exists and thus will be used in my array back. Ries