shatton
10-08-2005, 02:14 AM
I have rendered flv files in both Riva and Sorenson Squeeze. Neither programs could give me a version that would play properly when either loading it with this code:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play("babies.flv");
::::OR::::
just playing it in Flash PLayer 8
I could, however, view the flv with Riva flv Viewer.
What is wrong with my flv and why wont it play in flash player or load into my swf? This post is bound to overlap with another but from what I checked I couldn't find a thread that matched my needs. Please point me to any info anyone has, thanks!!
:confused: shatton
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play("babies.flv");
::::OR::::
just playing it in Flash PLayer 8
I could, however, view the flv with Riva flv Viewer.
What is wrong with my flv and why wont it play in flash player or load into my swf? This post is bound to overlap with another but from what I checked I couldn't find a thread that matched my needs. Please point me to any info anyone has, thanks!!
:confused: shatton