Flash flv question
Flash flv question
Out of context: Reply #3
- Started
- Last post
- 12 Responses
- theplanet0
I just used the default setting in sorenson squeeze.
Im just using the netconnection script to load the movie.
here is my code
stop();
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play("text_large.flv");
//ns.setBufferTime(20);
var videoInterval = setInterval(videoStatus, 100);
var amountLoaded:Number;thanks for any advice you have
Josh