Tag: FLVPlayback

  • ActionScript 2: Create dynamic FLVPlaybacks with attachMovie

    There is a simple way in ActionScript 2 to dynamically create instances of the FLVPlayback component: Put the FLVPlayback component into your library (you can drag’n’drop the component from the components window into the library). Use the following two lines of code to attach the FLVPlayback to a MovieClip (_root in the simple example) and […]