diff --git a/src/TUplayer.mxml b/src/TUplayer.mxml index 2d9d11b..98470b9 100644 --- a/src/TUplayer.mxml +++ b/src/TUplayer.mxml @@ -148,6 +148,7 @@ tvNS.close(); tvST = tvNS.soundTransform; tvNS.addEventListener(NetStatusEvent.NET_STATUS, tvNetStatus,false,0,true); + updateVolume(); gateway.call("tuve.pVid",new Responder(gotVid,null),cVid); break; } @@ -228,7 +229,7 @@ - +