o the following code no longer works for playing an external FLV file:
[as]var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play(“someFLV.flv”);[/as]
Is anyone else experiencing this? Or better yet, does anyone know what has changed? Maybe we’ll have to publish as Flash 7 to use the old video codec.
But another question is whether the actionscript has changed or whether its not playing because the FLV is using the Sorenson codec?
No comments:
Post a Comment