diff --git a/src/TUplayer.mxml b/src/TUplayer.mxml index 75da1b4..92400a5 100644 --- a/src/TUplayer.mxml +++ b/src/TUplayer.mxml @@ -132,7 +132,7 @@ if (result) { curVid = null; curVid = new ArrayCollection(result); - tvNS.play(curVid[0].file,0); + tvNS.play(curVid[0].file); } }