View Single Post
alflashy alflashy is offline 2006-05-26 #2 Old  
even i tried this

ActionScript Code:
  1. my_nc = new NetConnection();
  2. my_nc.connect(null);
  3. my_ns = new NetStream(my_nc);
  4. my_video.attachVideo(my_ns);
  5. my_ns.play("final2.flv");

But i can just here the sound in projector but no video. Everything looks goodin browser.

Anyone got any idea
Reply With Quote