diff --git a/src/TUplayer.mxml b/src/TUplayer.mxml index 92400a5..f6992a6 100644 --- a/src/TUplayer.mxml +++ b/src/TUplayer.mxml @@ -123,6 +123,7 @@ tvNS.close(); tvST = tvNS.soundTransform; tvNS.addEventListener(NetStatusEvent.NET_STATUS, tvNetStatus,false,0,true); + tvNS.bufferTime = 10; gateway.call("tuve.pVid",new Responder(gotVid,null),cVid); break; } @@ -132,7 +133,7 @@ if (result) { curVid = null; curVid = new ArrayCollection(result); - tvNS.play(curVid[0].file); + tvNS.play(curVid[0].file,0); } }