Hey, I’m having trouble getting the Video class to work… Everything works fine until I try to add an on enter frame event listener to the movie. I basically want to overlay an effect that gets updated every frame but adding the event listener causes the movie to freeze before it loads or on the first frame or just shortly after starting play back… Check out the source code at http://zylum.net/flash/experiments/youtube_streamer/src/Main.as
It freezes even if the enter frame method body is commented out so I don’t think it’s because of extra overhead… Any ideas?