views:

101

answers:

0

I'm working on an application that needs to load flvs as well as YouTube videos. I'm actually using OSMF and I'm trying to avoid having to duplicate functions by creating a YouTube component and a FLV component.

How would you go about it? Ideally, I'd like to end up with a YouTube class that extends MediaElement.

Thanks!