I'm having trouble "integrating a custom UI component with an instance of the
FLVPlayback component." From this tutorial:
http://www.adobe.com/designcenter/flash/articles/flacs3at_modskin_04.html
I'm getting an compiler error message:
The class or interface 'fl.video.FLVPlayback' could not be loaded.
micsaint111111111111 - 30 May 2008 16:52 GMT
I found the code that worked:
flvPlayer.playPauseButton = ppb;
flvPlayer.seekBar = sb;