views:

10

answers:

1

Good day!

I'm loading flv file using Video and Netstream (trivial example from docs). On Flash player 10.1 everything works fine. On 10.0.2.54 everything stops on NetStream.Play.Start. May be this is some well known bug?

Thanks in advance!

A: 

The real cause was (I suppose) garbage collection. My NetStream instance was declared as local variable inside custom class' method. I've moved it to be class variable and it works.

Here what I found here: http://www.adobe.com/support/documentation/en/flashplayer/10/Flash_Player_10_Release_Notes.pdf Flash Player 10.0.2.54 is included with initial release of Flash CS4 Professional. This build was not deployed publicly to the Web. Users should update to the newest version of Flash Player 10 for content development and testing. Updated versions of the content debugger and other players are posted on the Flash Player Support Center Downloads page.

artvolk