PDA

View Full Version : Extending FLVPlayback to create new component


as3_novice
05-25-2009, 05:15 PM
OK, I did a tutorial on how to extend the AS3 FLVPlayback class to create your own player. All changes were done programmatically. I want the changes to be housed in their own component.

I examined the FLVPlayback.fla and understand how they are associating the classes. Would I have to create my own CustomizedPlayer.fla and export to my own class that extends FLVPlayback, if so will it pick up on all the native FLVPlayback parameters when associating my custom class within Component Definition.

I tried to re-create the FLVPlayback.fla and associate the class in Component Definition, just to see if i could get the parameters to auto-populate but they didn't so I must be missing something.

Any help would be greatly appreciated.