bowser1111
10-12-2008, 12:02 AM
Flash just kills me sometimes... I keep getting an error saying "this URLStream object does not have a stream open" when I use .close() on a loader object.
So okay, sure. The stream is closed, but hey, how about a way to CHECK IF IT'S CLOSED INSTEAD OF THROWING ERRORS ALL THE TIME?
When I debug, URLStream is simply nowhere to be found. How is flash even throwing an error on an object that doesn't exist (as far as the debug is concerned). Come on Flash... don't you think whether or not a stream is opened is something important for a loader object to know???
So okay, sure. The stream is closed, but hey, how about a way to CHECK IF IT'S CLOSED INSTEAD OF THROWING ERRORS ALL THE TIME?
When I debug, URLStream is simply nowhere to be found. How is flash even throwing an error on an object that doesn't exist (as far as the debug is concerned). Come on Flash... don't you think whether or not a stream is opened is something important for a loader object to know???