Advertisement
nanyobis

Untitled

Aug 9th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         private function startStreaming()
  2.         {
  3.             ns = new NetStream(nc);
  4.             ns.client = this;
  5.             ns.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
  6.             ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, onError);
  7.             ns.play("ovaxh37k9yep18z");
  8.             video.attachNetStream(ns);
  9.             ns2 = new NetStream(nc);
  10.             ns2.client = this;
  11.             ns2.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
  12.             ns2.addEventListener(AsyncErrorEvent.ASYNC_ERROR, onError);
  13.             ns2.play("28ersrh937obs02");
  14.             video.attachNetStream(ns2);
  15.         }
  16.  
  17. C:\Users\User\Z\Programs\Flash\User\Live\live\NsExample.as, Line 36 1120: Access of undefined property ns2.
  18. C:\Users\User\Z\Programs\Flash\User\Live\live\NsExample.as, Line 37 1120: Access of undefined property ns2.
  19. C:\Users\User\Z\Programs\Flash\User\Live\live\NsExample.as, Line 38 1120: Access of undefined property ns2.
  20. C:\Users\User\Z\Programs\Flash\User\Live\live\NsExample.as, Line 39 1120: Access of undefined property ns2.
  21. C:\Users\User\Z\Programs\Flash\User\Live\live\NsExample.as, Line 40 1120: Access of undefined property ns2.
  22. C:\Users\User\Z\Programs\Flash\User\Live\live\NsExample.as, Line 41 1120: Access of undefined property ns2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement