Flashplayer error #1009 on stageResize
April 16th, 2009 • bugfix, flash
I spotted a strange fp behaviour. On some computers Flashplayer throws an error saying #1009 null object reference.
The Problem: the stage resize is called when the flash app isn’t completly loaded.
The Fix : check for null object:
“if(_videoPlayer != null)”
thanks to martin vor the tip