Hello, I'm using the flvPlayback component. Then adding listener:
vidPlayBack_cmp.complete = function( evt:Object ):Void {
this._visible = false;
}
vidPlayBack_cmp.addEventListener("complete");
Simple enough. But the event never fires. Any ideas/experience with this?
I'm thinking the actual .flv file has something that flash does not like.
Tia,
-Dan
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

