Guest User

Untitled

a guest
Jul 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // AS3
  2. var myVideo:Video = new Video();
  3. addChild(myVideo);
  4. var nc:NetConnection = new NetConnection();
  5. nc.connect(null);
  6. var ns:NetStream = new NetStream(nc);
  7. myVideo.attachNetStream(ns);
  8. ns.play("/aaaa.flv");
Add Comment
Please, Sign In to add comment