Search code examples
flashactionscript-3videoflvplayback

What's the difference between the Video object and the FLVPlayback component?


What is the differences in use of these two objects?

Which one should be used for a "Youtube-like" video player with a custom skin and playlist?


Solution

  • FLVPlayback is a component that already has the controls - scrollbar, play/pause button...etc. Video object is an object that only has the video area.

    If you want to do something like the YouTube player, you will need to start with the FLVPlayback component and skin it (Example). But you will have to build a playlist by yourself or use the List/DataGrid components in flash.