Binding objects between components flex?

You have to create your instance of VideoManager in the initialize event instead of creationComplete in your main application.

You have to create your instance of VideoManager in the initialize event instead of creationComplete in your main application. Looks like your custom component is created before the creationComplete event is fired. That's why you have a null value.So instead of creationComplete="init()" try initialize="init()" I juste tested it and it is working.

Good luck.

You are absolutely right! Thank you! You saved me!

– sstauross Dec 13 at 14:50.

I put the Bindable in front and I get the same error: Cannot access a property or method of a null object reference. – sstauross Dec 13 at 12:22.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions