Post by Phil / February 6th, 2008

Update using fl.video package w/ Eclipse and FDT3

Hi ... while building the fullscreen-videoplayer I came across the problem, that I was using an old SWC for the fl-package within Eclipse. With the recent Flash Player 9 Update 3 release, Adobe added some real nice features to the FLVPlayback component (e.g. the enterFullScreenDisplayState() method).

Comments Off
Post by Phil / February 4th, 2008

FLVPlayback - problems closing NetStream

Today I tried to create a fullscreen-videoplayer using Flash CS3's own FLVPlayback class. Everything worked fine ... untill I tried to remove the videoplayer from stage while it was still loading the flv-videofile. The player wouldn't stop streaming the file, it just kept on playing the video - even after i had removed it. I googled in hope to find an easy solution to this problem and found this post by Bluekylin.
So I tried this line:

Comments Off