Using VideoPlayer instead of FLVPlayback
Hi everyone,
I'd like to use the VideoPlayer class instead of FLVPlayback because in theory it uses up less space as it does not have all the skins etc.
However I've found that if I want to throw a VideoEvent to check when the video has finished playing, if I do not have a component of FLVPlayback in my fla. file library I get a compilation error saying it can not find the "VideoEvent" class.
So what's the point? That would mean that by using VideoPlayer I cant make my swf smaller and I lose functionality...
Has anyone managed to do this? I need to keep my size as small as possible.
Thanks !